gitlab-org--gitlab-foss/app/assets/stylesheets/pages/groups.scss
2016-01-25 23:54:24 -05:00

23 lines
365 B
SCSS

.member-search-form {
float: left;
input[type='search'] {
width: 225px;
vertical-align: bottom;
@media (max-width: $screen-xs-max) {
width: 100px;
vertical-align: bottom;
}
}
}
.milestone-row {
@include str-truncated(90%);
}
.dashboard .side .panel .panel-heading .input-group {
.form-control {
height: 42px;
}
}