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: de27ca2e5e86e634b94200540f59fbd0352d85b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.clusters-container {
  .empty-state .svg-content img {
    width: 145px;
  }

  .empty-state--agent {
    .text-content {
      @include gl-max-w-full;
      @include media-breakpoint-up(lg) {
        max-width: 70%;
      }
    }

    .gl-alert-actions {
      @include gl-mt-0;
      @include gl-flex-wrap;
    }
  }
}