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
|
|
|
|
2017-10-04 10:10:24 -04:00
|
|
|
.group-nav-container .nav-controls {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
padding: $gl-padding-top 0;
|
|
|
|
border-bottom: 1px solid $border-color;
|
|
|
|
|
|
|
|
.group-filter-form {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu-align-right {
|
|
|
|
margin-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-project-subgroup {
|
|
|
|
.dropdown-primary {
|
|
|
|
min-width: 115px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-toggle {
|
|
|
|
.dropdown-btn-icon {
|
|
|
|
pointer-events: none;
|
|
|
|
color: inherit;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
2016-09-09 12:43:37 -04:00
|
|
|
}
|
|
|
|
|
2017-10-04 10:10:24 -04:00
|
|
|
.dropdown-menu {
|
|
|
|
min-width: 280px;
|
|
|
|
margin-top: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li:not(.divider) {
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
&.droplab-item-selected {
|
|
|
|
.icon-container {
|
|
|
|
.list-item-checkmark {
|
|
|
|
visibility: visible;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu-item {
|
|
|
|
padding: 8px 4px;
|
|
|
|
|
|
|
|
&:hover {
|
|
|
|
background-color: $gray-darker;
|
|
|
|
color: $theme-gray-900;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.icon-container {
|
|
|
|
float: left;
|
|
|
|
padding-left: 6px;
|
|
|
|
|
|
|
|
.list-item-checkmark {
|
|
|
|
visibility: hidden;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.description {
|
|
|
|
font-size: 14px;
|
|
|
|
|
|
|
|
strong {
|
|
|
|
display: block;
|
|
|
|
font-weight: $gl-font-weight-bold;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
@media (max-width: $screen-sm-max) {
|
|
|
|
&,
|
|
|
|
.dropdown,
|
|
|
|
.dropdown .dropdown-toggle,
|
|
|
|
.btn-new {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-filter-form,
|
|
|
|
.dropdown {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.group-filter-form,
|
|
|
|
.dropdown .dropdown-toggle,
|
|
|
|
.btn-new {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown .dropdown-toggle .fa-chevron-down {
|
|
|
|
position: absolute;
|
|
|
|
top: 11px;
|
|
|
|
right: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-project-subgroup {
|
|
|
|
display: flex;
|
|
|
|
align-items: flex-start;
|
|
|
|
|
|
|
|
.dropdown-primary {
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-menu {
|
|
|
|
width: 100%;
|
|
|
|
max-width: inherit;
|
|
|
|
min-width: inherit;
|
|
|
|
}
|
2016-09-09 12:43:37 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
}
|
2017-12-07 04:11:41 -05:00
|
|
|
|
|
|
|
.user-access-role {
|
|
|
|
display: inline-block;
|
|
|
|
color: $gl-text-color-secondary;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 20px;
|
|
|
|
margin: -5px 3px;
|
|
|
|
padding: 0 $label-padding;
|
|
|
|
border: 1px solid $border-color;
|
|
|
|
border-radius: $label-border-radius;
|
|
|
|
font-weight: $gl-font-weight-normal;
|
|
|
|
}
|
2018-02-05 19:10:58 -05:00
|
|
|
|
|
|
|
.js-groups-dropdown {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dropdown-group-transfer {
|
|
|
|
bottom: 100%;
|
|
|
|
top: initial;
|
|
|
|
|
|
|
|
.dropdown-content {
|
|
|
|
overflow-y: unset;
|
|
|
|
}
|
|
|
|
}
|