gitlab-org--gitlab-foss/app/assets/stylesheets/pages/clusters.scss
Filipa Lacerda c9de56fad4 Add existing cluster form - FE and CSS
Add GKE, Login - HTML & CSS
Cluster details - HTML & CSS
2017-12-03 13:36:10 +01:00

14 lines
No EOL
252 B
SCSS

.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%;
}