Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/page_bundles/clusters.scss')
-rw-r--r--app/assets/stylesheets/page_bundles/clusters.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/page_bundles/clusters.scss b/app/assets/stylesheets/page_bundles/clusters.scss
index 7c46b836ddc..09611098bed 100644
--- a/app/assets/stylesheets/page_bundles/clusters.scss
+++ b/app/assets/stylesheets/page_bundles/clusters.scss
@@ -16,7 +16,7 @@
.cluster-card-item {
@include media-breakpoint-up(sm) {
- @include gl-pt-2;
+ padding-top: $gl-spacing-scale-2;
min-height: 372px;
}
}
@@ -27,6 +27,6 @@
.select-agent-dropdown {
.gl-button-text {
- @include gl-flex-grow-1;
+ flex-grow: 1;
}
}