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

43 lines
680 B
SCSS
Raw Normal View History

2018-03-17 18:26:18 +05:30
.clusters-container {
2021-12-11 22:18:48 +05:30
.empty-state .svg-content {
@include gl-pb-0;
img {
width: 100px;
}
2018-03-17 18:26:18 +05:30
}
2021-12-11 22:18:48 +05:30
.agents-empty-state {
2021-09-30 23:02:18 +05:30
.text-content {
@include gl-max-w-full;
@include media-breakpoint-up(lg) {
max-width: 70%;
}
}
.gl-alert-actions {
@include gl-mt-0;
@include gl-flex-wrap;
}
}
2021-12-11 22:18:48 +05:30
.gl-card-body {
@include media-breakpoint-up(sm) {
@include gl-pt-2;
min-height: 372px;
}
}
@include media-breakpoint-down(xs) {
.nav-controls {
@include gl-w-full;
order: -1;
.gl-new-dropdown,
.split-content-button {
@include gl-w-full;
}
}
}
2020-04-08 14:13:33 +05:30
}