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

29 lines
477 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: 400px;
}
.clusters-dropdown-menu {
max-width: 100%;
2017-11-09 13:59:40 +00:00
}
2017-11-15 12:04:55 +00:00
.clusters-container {
.nav-bar-right {
padding: $gl-padding-top $gl-padding;
}
.empty-state .svg-content img {
width: 145px;
}
2017-12-04 12:56:04 +00:00
.top-area .nav-controls > .btn.btn-add-cluster {
margin-right: 0;
}
}