summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/clusters.scss
blob: e5b9e1f2de6881c13fb37010e816a2340dafd9e0 (plain)
1
2
3
4
5
6
7
8
9
10
.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;
}