summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/page_bundles/clusters.scss
blob: a877ae72e310b53e8476e5835c59b5dc998a759d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
@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;
  }
}