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/utilities.scss')
-rw-r--r--app/assets/stylesheets/utilities.scss20
1 files changed, 1 insertions, 19 deletions
diff --git a/app/assets/stylesheets/utilities.scss b/app/assets/stylesheets/utilities.scss
index 08c4efce542..db9802eeefa 100644
--- a/app/assets/stylesheets/utilities.scss
+++ b/app/assets/stylesheets/utilities.scss
@@ -42,7 +42,7 @@
// Override Bootstrap class with offset for system-header and
// performance bar when present
.fixed-top {
- top: $calc-application-bars-height;
+ top: $calc-system-headers-height;
}
.gl-children-ml-sm-3 > * {
@@ -128,24 +128,6 @@
}
}
-.gl-md-w-15 {
- @include gl-media-breakpoint-up(md) {
- width: $gl-spacing-scale-15;
- }
-}
-
-.gl-md-w-20 {
- @include gl-media-breakpoint-up(md) {
- width: $gl-spacing-scale-20;
- }
-}
-
-.gl-md-w-30 {
- @include gl-media-breakpoint-up(md) {
- width: $gl-spacing-scale-30;
- }
-}
-
.gl-fill-orange-500 {
fill: $orange-500;
}