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

21 lines
352 B
SCSS
Raw Normal View History

2017-10-02 11:41:46 +00:00
.edit-cluster-form {
.clipboard-addon {
background-color: $white-light;
}
2017-10-03 07:35:43 +00:00
}
.cluster-applications-table {
// Wait for the Vue to kick-in and render the applications block
min-height: 302px;
}
.clusters-container {
.nav-bar-right {
padding: $gl-padding-top $gl-padding;
}
.empty-state .svg-content img {
width: 145px;
}
}