summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/clusters.scss
blob: 83e211d6086dd1adc25b97fade38a27377707b69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.edit-cluster-form {
  .clipboard-addon {
    background-color: $white-light;
  }
}

.cluster-applications-table {
  // Wait for the Vue to kick-in and render the applications block
  min-height: 302px;
}

.clusters-dropdown-menu {
  max-width: 100%;
}

@include new-style-dropdown('.clusters-dropdown ');