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

32 lines
383 B
SCSS
Raw Normal View History

2016-08-31 14:28:58 +00:00
.project-members-new {
> h5 {
font-weight: normal;
}
}
.member {
.list-item-name {
float: none;
@media (min-width: $screen-md-min) {
float: left;
width: 50%;
}
}
2016-08-31 14:28:58 +00:00
.controls {
display: flex;
width: 400px;
}
.form-horizontal {
display: flex;
flex: 1;
margin-top: 3px;
}
.member-form-control {
width: 50%;
}
}