gitlab-org--gitlab-foss/app/assets/stylesheets/pages/clusters.scss

15 lines
253 B
SCSS
Raw Normal View History

2017-10-02 07:41:46 -04:00
.edit-cluster-form {
.clipboard-addon {
background-color: $white-light;
}
2017-10-03 03:35:43 -04:00
}
.cluster-applications-table {
// Wait for the Vue to kick-in and render the applications block
min-height: 302px;
}
.clusters-dropdown-menu {
max-width: 100%;
2017-11-09 08:59:40 -05:00
}