debian-mirror-gitlab/app/assets/stylesheets/pages/groups.scss

18 lines
257 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.new-group-member-holder {
margin-top: 50px;
padding-top: 20px;
}
.member-search-form {
float: left;
}
.milestone-row {
@include str-truncated(90%);
}
2015-10-24 18:46:33 +05:30
.dashboard .side .panel .panel-heading .input-group {
.form-control {
height: 42px;
}
}