2018-03-17 18:26:18 +05:30
|
|
|
.clusters-container {
|
2021-12-11 22:18:48 +05:30
|
|
|
@include media-breakpoint-down(xs) {
|
|
|
|
.nav-controls {
|
|
|
|
@include gl-w-full;
|
|
|
|
order: -1;
|
|
|
|
|
|
|
|
.gl-new-dropdown,
|
|
|
|
.split-content-button {
|
|
|
|
@include gl-w-full;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-04-08 14:13:33 +05:30
|
|
|
}
|
2022-01-26 12:08:38 +05:30
|
|
|
|
2022-04-04 11:22:00 +05:30
|
|
|
.cluster-card-item {
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
|
|
@include gl-pt-2;
|
|
|
|
min-height: 372px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2022-01-26 12:08:38 +05:30
|
|
|
.agent-activity-list {
|
|
|
|
.system-note .timeline-entry-inner {
|
|
|
|
.timeline-icon {
|
|
|
|
@include gl-mt-1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
&.issuable-discussion .main-notes-list::before {
|
|
|
|
@include gl-top-3;
|
|
|
|
}
|
|
|
|
}
|