summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/clusters.scss
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;
    }
  }
}