debian-mirror-gitlab/app/assets/stylesheets/page_bundles/members.scss

100 lines
1.4 KiB
SCSS
Raw Normal View History

2021-04-17 20:07:23 +05:30
@import 'mixins_and_variables_and_functions';
2020-03-13 15:44:24 +05:30
.invite-users-form {
2018-12-05 23:21:45 +05:30
.btn-success {
2017-09-10 17:25:29 +05:30
margin-right: 10px;
}
}
2016-11-03 12:29:30 +05:30
.member {
.controls {
2018-11-08 19:23:39 +05:30
@include media-breakpoint-up(sm) {
2016-11-03 12:29:30 +05:30
display: flex;
}
2018-03-17 18:26:18 +05:30
2018-11-08 19:23:39 +05:30
.dropdown-menu.dropdown-menu-right {
2018-03-17 18:26:18 +05:30
margin-top: -2px;
}
2016-11-03 12:29:30 +05:30
}
2018-11-08 19:23:39 +05:30
.form-group {
margin-bottom: 0;
2019-09-04 21:01:54 +05:30
}
2016-11-03 12:29:30 +05:30
}
2017-08-17 22:00:37 +05:30
2018-11-08 19:23:39 +05:30
.card {
.card-header {
.badge.badge-pill {
2017-08-17 22:00:37 +05:30
margin-top: 0;
}
2018-11-08 19:23:39 +05:30
@include media-breakpoint-down(sm) {
.badge.badge-pill {
2017-08-17 22:00:37 +05:30
margin-right: 0;
margin-left: 0;
}
}
}
2017-09-10 17:25:29 +05:30
}
.content-list.members-list li {
.list-item-name {
float: none;
display: flex;
flex: 1;
}
.user-info {
padding-right: 10px;
}
.member {
2018-03-17 18:26:18 +05:30
font-weight: $gl-font-weight-bold;
2017-09-10 17:25:29 +05:30
overflow-wrap: break-word;
word-break: break-all;
}
2019-09-04 21:01:54 +05:30
@include media-breakpoint-down(sm) {
.member-access-text {
margin: 0 0 $gl-padding-4 ($grid-size * 6);
}
}
2017-09-10 17:25:29 +05:30
}
2021-01-03 14:25:43 +05:30
.members-table {
@include media-breakpoint-up(lg) {
.col-meta {
width: px-to-rem(150px);
}
.col-max-role {
width: px-to-rem(175px);
}
.col-expiration {
width: px-to-rem(200px);
}
.col-actions {
2021-01-29 00:20:46 +05:30
width: px-to-rem(65px);
2021-01-03 14:25:43 +05:30
}
}
2021-01-29 00:20:46 +05:30
.gl-datepicker-input {
width: px-to-rem(165px);
max-width: 100%;
}
2021-01-03 14:25:43 +05:30
}
2018-11-08 19:23:39 +05:30
.card-mobile {
2017-09-10 17:25:29 +05:30
.content-list.members-list li {
display: block;
.member-controls {
float: none;
display: block;
}
}
}