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

106 lines
1.7 KiB
SCSS
Raw Normal View History

2018-03-17 18:26:18 +05:30
.edit-cluster-form {
.clipboard-addon {
background-color: $white-light;
}
}
2018-12-05 23:21:45 +05:30
.cluster-application-row {
background: $gray-lighter;
&.cluster-application-installed {
background: none;
}
.settings-message {
padding: $gl-vert-padding $gl-padding-8;
}
}
@media (min-width: map-get($grid-breakpoints, md)) {
.cluster-application-list {
border: 1px solid $border-color;
border-radius: $border-radius-default;
}
.cluster-application-row {
border-bottom: 1px solid $border-color;
padding: $gl-padding;
}
}
.cluster-application-logo {
border: 3px solid $white-light;
box-shadow: 0 0 0 1px $gray-normal;
&.avatar:hover {
border-color: $white-light;
}
}
.cluster-application-warning {
font-weight: bold;
text-align: center;
padding: $gl-padding;
border-bottom: 1px solid $white-normal;
.svg-container {
display: inline-block;
vertical-align: middle;
margin-right: $gl-padding-8;
width: 40px;
height: 40px;
}
}
.cluster-application-description {
flex: 1;
}
.cluster-application-disabled {
opacity: 0.5;
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
}
}
}