diff options
author | Filipa Lacerda <filipa@gitlab.com> | 2019-04-16 15:54:14 +0100 |
---|---|---|
committer | Filipa Lacerda <filipa@gitlab.com> | 2019-04-16 15:54:14 +0100 |
commit | 621a81c304d722d1a389a55356e44fcd6b631f38 (patch) | |
tree | 9637f979380fbaa63ab21b795756b28be20c136d /app/assets/stylesheets | |
parent | cd509d991ec43b05994af1c157ef724af7f04e8f (diff) | |
download | gitlab-ce-621a81c304d722d1a389a55356e44fcd6b631f38.tar.gz |
Fixes stylelint for dashboard_skeleton59830-dashboard-skeleton
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components/dashboard_skeleton.scss | 15 |
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; |