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

20 lines
322 B
SCSS
Raw Normal View History

2018-03-17 18:26:18 +05:30
.clusters-container {
.empty-state .svg-content img {
width: 145px;
}
2021-09-30 23:02:18 +05:30
.empty-state--agent {
.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;
}
}
2020-04-08 14:13:33 +05:30
}