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
|
|
|
}
|
2017-10-24 00:56:39 -04:00
|
|
|
|
|
|
|
.cluster-applications-table {
|
|
|
|
// Wait for the Vue to kick-in and render the applications block
|
2017-11-03 12:33:15 -04:00
|
|
|
min-height: 302px;
|
2017-10-24 00:56:39 -04:00
|
|
|
}
|
2017-11-09 06:47:08 -05:00
|
|
|
|
|
|
|
.clusters-dropdown-menu {
|
|
|
|
max-width: 100%;
|
2017-11-09 08:59:40 -05:00
|
|
|
}
|
2017-11-15 07:04:55 -05:00
|
|
|
|
2017-11-27 12:18:55 -05:00
|
|
|
.clusters-container {
|
|
|
|
.nav-bar-right {
|
|
|
|
padding: $gl-padding-top $gl-padding;
|
|
|
|
}
|
2017-11-28 08:16:44 -05:00
|
|
|
|
|
|
|
.empty-state .svg-content img {
|
|
|
|
width: 145px;
|
|
|
|
}
|
2017-12-04 07:56:04 -05:00
|
|
|
|
|
|
|
.top-area .nav-controls > .btn.btn-add-cluster {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
2017-11-27 12:18:55 -05:00
|
|
|
}
|