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;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-06-16 23:09:34 +05:30
|
|
|
|
|
|
|
.groups-cover-block {
|
|
|
|
|
|
|
|
.container-fluid {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.access-request-button {
|
|
|
|
@include btn-gray;
|
|
|
|
position: absolute;
|
|
|
|
right: 16px;
|
|
|
|
bottom: 32px;
|
|
|
|
padding: 3px 10px;
|
|
|
|
text-transform: none;
|
|
|
|
background-color: $background-color;
|
|
|
|
}
|
|
|
|
}
|