Welcome to mirror list, hosted at ThFree Co, Russian Federation.

clusters.scss « pages « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 27d81d8e53b32c6ce7da67a7d3b63e3aa0c05542 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.clusters-container {
  @include media-breakpoint-down(xs) {
    .nav-controls {
      @include gl-w-full;
      order: -1;

      .gl-new-dropdown,
      .split-content-button {
        @include gl-w-full;
      }
    }
  }
}

.cluster-card-item {
  @include media-breakpoint-up(sm) {
    @include gl-pt-2;
    min-height: 372px;
  }
}

.agent-activity-list {
  .system-note .timeline-entry-inner {
    .timeline-icon {
      @include gl-mt-1;
    }
  }

  &.issuable-discussion .main-notes-list::before {
    @include gl-top-3;
  }
}