debian-mirror-gitlab/app/assets/stylesheets/pages/clusters.scss

55 lines
822 B
SCSS
Raw Normal View History

2018-03-17 18:26:18 +05:30
.edit-cluster-form {
.clipboard-addon {
background-color: $white-light;
}
}
.cluster-applications-table {
// Wait for the Vue to kick-in and render the applications block
2018-11-08 19:23:39 +05:30
min-height: 628px;
2018-03-17 18:26:18 +05:30
}
.clusters-dropdown-menu {
max-width: 100%;
}
2018-11-08 19:23:39 +05:30
.clusters-error-alert {
width: 100%;
}
2018-03-17 18:26:18 +05:30
.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;
}
}
2018-10-15 14:42:47 +05:30
.gcp-signup-offer {
2018-11-18 11:00:15 +05:30
border-left-color: $blue-500;
2018-10-15 14:42:47 +05:30
2018-11-18 11:00:15 +05:30
svg {
fill: $blue-500;
vertical-align: middle;
2018-10-15 14:42:47 +05:30
}
2018-11-18 11:00:15 +05:30
.gcp-signup-offer--content {
display: flex;
2018-10-15 14:42:47 +05:30
2018-11-18 11:00:15 +05:30
h4 {
font-size: 16px;
line-height: 24px;
2018-10-15 14:42:47 +05:30
}
2018-11-18 11:00:15 +05:30
.gcp-signup-offer--icon {
align-self: flex-start;
2018-10-15 14:42:47 +05:30
}
}
}