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 {
|
2016-10-31 15:14:05 -04:00
|
|
|
|
2015-09-25 14:33:05 -04:00
|
|
|
.form-control {
|
|
|
|
height: 42px;
|
|
|
|
}
|
2015-11-24 10:51:01 -05:00
|
|
|
}
|
2016-02-02 17:31:46 -05:00
|
|
|
|
2017-03-18 08:01:00 -04:00
|
|
|
.group-root-path {
|
|
|
|
max-width: 40vw;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
word-wrap: nowrap;
|
|
|
|
}
|
|
|
|
|
2016-02-02 17:31:46 -05:00
|
|
|
.group-row {
|
2017-03-29 16:01:45 -04:00
|
|
|
@include basic-list-stats;
|
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
|
|
|
|
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;
|
|
|
|
|
2016-12-01 00:27:58 -05:00
|
|
|
@media (max-width: $screen-sm-max) {
|
2016-09-28 06:41:09 -04:00
|
|
|
padding: 50px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
float: right;
|
|
|
|
|
2016-12-01 00:27:58 -05:00
|
|
|
@media (max-width: $screen-sm-max) {
|
2016-09-28 06:41:09 -04:00
|
|
|
float: none;
|
|
|
|
display: block;
|
|
|
|
width: 250px;
|
|
|
|
position: relative;
|
|
|
|
left: 50%;
|
|
|
|
margin-left: -125px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.text-content {
|
|
|
|
float: left;
|
|
|
|
width: 460px;
|
|
|
|
margin-top: 120px;
|
|
|
|
|
2016-12-01 00:27:58 -05:00
|
|
|
@media (max-width: $screen-sm-max) {
|
2016-09-28 06:41:09 -04:00
|
|
|
float: none;
|
|
|
|
margin-top: 60px;
|
|
|
|
width: auto;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-02-06 11:10:32 -05:00
|
|
|
|
2017-02-06 12:23:06 -05:00
|
|
|
.mattermost-icon svg {
|
2017-02-06 11:10:32 -05:00
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
vertical-align: text-bottom;
|
|
|
|
}
|
2017-02-06 12:23:06 -05:00
|
|
|
|
|
|
|
.mattermost-team-name {
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mattermost-info {
|
|
|
|
display: block;
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
2017-05-02 04:05:43 -04:00
|
|
|
|
|
|
|
.explore-groups.landing {
|
|
|
|
.inner-content {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
p {
|
|
|
|
margin: 7px 0 0;
|
|
|
|
max-width: 480px;
|
|
|
|
padding: 0 $gl-padding;
|
|
|
|
|
|
|
|
@media (max-width: $screen-sm-min) {
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
width: 62px;
|
|
|
|
height: 50px;
|
|
|
|
}
|
|
|
|
}
|