gitlab-org--gitlab-foss/app/assets/stylesheets/pages/members.scss
2016-09-13 08:44:59 +01:00

22 lines
256 B
SCSS

.project-members-new {
> h5 {
font-weight: normal;
}
}
.member {
.controls {
display: flex;
width: 400px;
}
.form-horizontal {
display: flex;
flex: 1;
margin-top: 3px;
}
.member-form-control {
width: 50%;
}
}