mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-14 15:16:04 +10:00
13 lines
161 B
SCSS
13 lines
161 B
SCSS
.new-group-member-holder {
|
|
margin-top: 50px;
|
|
padding-top: 20px;
|
|
}
|
|
|
|
.member-search-form {
|
|
float: left;
|
|
}
|
|
|
|
.milestone-row {
|
|
@include str-truncated(90%);
|
|
}
|