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

clusters.scss « page_bundles « stylesheets « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4f29ff4b1ad2c80cef50af4064809882940ba2d4 (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
@import 'mixins_and_variables_and_functions';

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

.cluster-button-container:focus-within {
  @include gl-focus;
}