19 lines
322 B
SCSS
19 lines
322 B
SCSS
.clusters-container {
|
|
.empty-state .svg-content img {
|
|
width: 145px;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|