summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2019-04-16 15:54:14 +0100
committerFilipa Lacerda <filipa@gitlab.com>2019-04-16 15:54:14 +0100
commit621a81c304d722d1a389a55356e44fcd6b631f38 (patch)
tree9637f979380fbaa63ab21b795756b28be20c136d
parentcd509d991ec43b05994af1c157ef724af7f04e8f (diff)
downloadgitlab-ce-59830-dashboard-skeleton.tar.gz
Fixes stylelint for dashboard_skeleton59830-dashboard-skeleton
-rw-r--r--app/assets/stylesheets/components/dashboard_skeleton.scss15
1 files changed, 7 insertions, 8 deletions
diff --git a/app/assets/stylesheets/components/dashboard_skeleton.scss b/app/assets/stylesheets/components/dashboard_skeleton.scss
index 42ede599bc6..9775c329922 100644
--- a/app/assets/stylesheets/components/dashboard_skeleton.scss
+++ b/app/assets/stylesheets/components/dashboard_skeleton.scss
@@ -8,10 +8,6 @@
&-warning {
background-color: $orange-100;
}
-
- &-failed {
- background-color: $red-100;
- }
}
&-body {
@@ -36,10 +32,6 @@
border-radius: $gl-padding;
height: $gl-padding-32;
- &-failed {
- background-color: $red-100;
- }
-
&-arrow {
color: $gray-300;
}
@@ -56,6 +48,13 @@
}
}
+ &-header,
+ &-footer {
+ &-failed {
+ background-color: $red-100;
+ }
+ }
+
&-skeleton-info {
border-radius: $gl-padding;
height: $gl-padding;