80 lines
1.2 KiB
SCSS
80 lines
1.2 KiB
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: 628px;
|
|
}
|
|
|
|
.clusters-dropdown-menu {
|
|
max-width: 100%;
|
|
}
|
|
|
|
.clusters-error-alert {
|
|
width: 100%;
|
|
}
|
|
|
|
.clusters-container {
|
|
.nav-bar-right {
|
|
padding: $gl-padding-top $gl-padding;
|
|
}
|
|
|
|
.empty-state .svg-content img {
|
|
width: 145px;
|
|
}
|
|
|
|
.top-area .nav-controls > .btn.btn-add-cluster {
|
|
margin-right: 0;
|
|
}
|
|
}
|
|
|
|
.gcp-signup-offer {
|
|
background-color: $blue-50;
|
|
border: 1px solid $blue-300;
|
|
border-radius: $border-radius-default;
|
|
|
|
// TODO: To be superceded by cssLab
|
|
&.alert {
|
|
padding: 24px 16px;
|
|
|
|
&-dismissable {
|
|
padding-right: 32px;
|
|
|
|
.close {
|
|
top: -8px;
|
|
right: -16px;
|
|
color: $blue-500;
|
|
opacity: 1;
|
|
}
|
|
}
|
|
}
|
|
|
|
.gcp-logo {
|
|
margin-bottom: $gl-padding;
|
|
text-align: center;
|
|
}
|
|
|
|
img {
|
|
max-width: $gcp-signup-offer-icon-max-width;
|
|
}
|
|
|
|
a:not(.btn) {
|
|
color: $gl-link-color;
|
|
font-weight: normal;
|
|
text-decoration: none;
|
|
}
|
|
|
|
@include media-breakpoint-up(sm) {
|
|
> div {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.gcp-logo {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|