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

42 lines
573 B
SCSS
Raw Normal View History

2014-09-02 18:07:02 +05:30
.member-search-form {
float: left;
2016-04-02 18:10:28 +05:30
input[type='search'] {
width: 225px;
vertical-align: bottom;
@media (max-width: $screen-xs-max) {
width: 100px;
vertical-align: bottom;
}
}
2014-09-02 18:07:02 +05:30
}
.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;
}
2015-12-23 02:04:40 +05:30
}
2016-04-02 18:10:28 +05:30
.group-row {
&.no-description {
.group-name {
line-height: 44px;
}
}
.stats {
float: right;
line-height: 44px;
color: $gl-gray;
span {
margin-right: 15px;
}
}
}