2014-06-30 04:54:57 -04:00
|
|
|
.milestone-row {
|
|
|
|
@include str-truncated(90%);
|
|
|
|
}
|
2015-09-25 14:33:05 -04:00
|
|
|
|
|
|
|
.dashboard .side .panel .panel-heading .input-group {
|
|
|
|
.form-control {
|
|
|
|
height: 42px;
|
|
|
|
}
|
2015-11-24 10:51:01 -05:00
|
|
|
}
|
2016-02-02 17:31:46 -05:00
|
|
|
|
|
|
|
.group-row {
|
|
|
|
.stats {
|
|
|
|
float: right;
|
2016-08-04 09:00:18 -04:00
|
|
|
line-height: $list-text-height;
|
2016-02-02 17:31:46 -05:00
|
|
|
color: $gl-gray;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-right: 15px;
|
|
|
|
}
|
|
|
|
}
|
2016-05-26 18:55:49 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.ldap-group-links {
|
|
|
|
.form-actions {
|
|
|
|
margin-bottom: $gl-padding;
|
|
|
|
}
|
2016-02-02 17:31:46 -05:00
|
|
|
}
|
2016-06-02 12:05:06 -04:00
|
|
|
|
|
|
|
.groups-cover-block {
|
|
|
|
.container-fluid {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2016-06-22 12:46:17 -04:00
|
|
|
.group-right-buttons {
|
|
|
|
position: absolute;
|
|
|
|
right: 16px;
|
2016-10-14 16:39:08 -04:00
|
|
|
|
2016-06-22 12:46:17 -04:00
|
|
|
.btn {
|
|
|
|
@include btn-gray;
|
|
|
|
padding: 3px 10px;
|
|
|
|
background-color: $background-color;
|
|
|
|
}
|
2016-06-02 12:05:06 -04:00
|
|
|
}
|
|
|
|
}
|
2016-09-09 12:43:37 -04:00
|
|
|
|
|
|
|
.groups-header {
|
|
|
|
@media (min-width: $screen-sm-min) {
|
|
|
|
.nav-links {
|
|
|
|
width: 35%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-controls {
|
|
|
|
width: 65%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-09-28 06:41:09 -04:00
|
|
|
|
|
|
|
.groups-empty-state {
|
|
|
|
padding: 50px 100px;
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
@media (max-width: $screen-md-min) {
|
|
|
|
padding: 50px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
@media (max-width: $screen-md-min) {
|
|
|
|
float: none;
|
|
|
|
display: block;
|
|
|
|
width: 250px;
|
|
|
|
position: relative;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -125px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-content {
|
|
|
|
float: left;
|
|
|
|
width: 460px;
|
|
|
|
margin-top: 120px;
|
|
|
|
|
|
|
|
@media (max-width: $screen-md-min) {
|
|
|
|
float: none;
|
|
|
|
margin-top: 60px;
|
|
|
|
width: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|