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: 5a091c14e531a61ccc39e1804d4cb05e351a0e65 (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;
    }
  }

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

  @include media-breakpoint-down(xs) {
    .nav-controls {
      @include gl-w-full;
      order: -1;

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

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

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