gitlab-org--gitlab-foss/app/assets/stylesheets/page_bundles/members.scss

100 lines
1.4 KiB
SCSS
Raw Normal View History

@import 'mixins_and_variables_and_functions';
.invite-users-form {
.btn-success {
margin-right: 10px;
}
}
2016-08-31 14:28:58 +00:00
.member {
.controls {
2018-04-09 15:26:28 +00:00
@include media-breakpoint-up(sm) {
display: flex;
}
2018-04-17 17:18:41 +00:00
.dropdown-menu.dropdown-menu-right {
margin-top: -2px;
}
2016-08-31 14:28:58 +00:00
}
.form-group {
margin-bottom: 0;
}
2016-09-02 08:04:28 +00:00
}
2017-04-24 18:24:51 +00:00
2018-04-09 15:26:28 +00:00
.card {
.card-header {
2018-04-09 15:26:28 +00:00
.badge.badge-pill {
2017-04-24 18:24:51 +00:00
margin-top: 0;
}
2018-04-09 15:26:28 +00:00
@include media-breakpoint-down(sm) {
.badge.badge-pill {
2017-04-24 18:24:51 +00:00
margin-right: 0;
margin-left: 0;
}
}
}
2017-05-25 22:03:32 +00:00
}
2017-07-05 19:17:02 +00:00
.content-list.members-list li {
.list-item-name {
float: none;
display: flex;
flex: 1;
}
.user-info {
padding-right: 10px;
}
.member {
font-weight: $gl-font-weight-bold;
2017-07-05 19:17:02 +00:00
overflow-wrap: break-word;
word-break: break-all;
}
@include media-breakpoint-down(sm) {
.member-access-text {
margin: 0 0 $gl-padding-4 ($grid-size * 6);
}
}
2017-07-05 19:17:02 +00:00
}
.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 {
width: px-to-rem(65px);
}
}
.gl-datepicker-input {
width: px-to-rem(165px);
max-width: 100%;
}
}
2018-04-09 15:26:28 +00:00
.card-mobile {
2017-07-05 19:17:02 +00:00
.content-list.members-list li {
display: block;
.member-controls {
float: none;
display: block;
}
}
}