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/framework/buttons.scss')
-rw-r--r--app/assets/stylesheets/framework/buttons.scss21
1 files changed, 1 insertions, 20 deletions
diff --git a/app/assets/stylesheets/framework/buttons.scss b/app/assets/stylesheets/framework/buttons.scss
index 8059164782f..8a64b0999b6 100644
--- a/app/assets/stylesheets/framework/buttons.scss
+++ b/app/assets/stylesheets/framework/buttons.scss
@@ -126,23 +126,12 @@
}
@mixin btn-with-margin {
- margin-left: $btn-side-margin;
+ @include gl-ml-3;
float: left;
&.inline {
float: none;
}
-
- &.btn-sm {
- margin-left: $btn-sm-side-margin;
- }
-}
-
-@mixin btn-svg {
- height: $gl-padding;
- width: $gl-padding;
- top: 0;
- vertical-align: text-top;
}
.btn {
@@ -348,14 +337,6 @@
}
}
-// The .btn-svg class is available for legacy icon buttons to
-// preserve a 34px height and have 16x16 icons at the same time.
-// Once a button is migrated (to the current 32px height)
-// please remove this class from the new button.
-.btn-svg svg {
- @include btn-svg;
-}
-
// All disabled buttons, regardless of color, type, etc
.btn.disabled,
.btn[disabled],