summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/clusters.scss
blob: d9ad82d4e4b178728aee340c35c1d983ef22bac2 (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
33
34
35
36
37
38
39
40
.clusters-container {
  .empty-state .svg-content {
    @include gl-pb-0;

    img {
      width: 100px;
    }
  }

  @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;
  }
}