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/components/feature_highlight.scss')
-rw-r--r--app/assets/stylesheets/components/feature_highlight.scss26
1 files changed, 0 insertions, 26 deletions
diff --git a/app/assets/stylesheets/components/feature_highlight.scss b/app/assets/stylesheets/components/feature_highlight.scss
index 54123e74675..4d301cc5617 100644
--- a/app/assets/stylesheets/components/feature_highlight.scss
+++ b/app/assets/stylesheets/components/feature_highlight.scss
@@ -1,29 +1,3 @@
-.gl-badge.feature-highlight-badge {
- background-color: $purple-light;
- color: $purple;
-
- &,
- &.sm {
- padding: 0.25rem;
- }
-}
-
-.gl-order-1 {
- order: 1;
-}
-
-.gl-sm-order-init {
- @media (min-width: $breakpoint-sm) {
- order: initial;
- }
-}
-
-.gl-xs-ml-3 {
- @media (max-width: $breakpoint-sm) {
- @include gl-ml-3;
- }
-}
-
.gl-sm-mr-3 {
@media (min-width: $breakpoint-sm) {
@include gl-mr-3;