Commit 621a81c3 authored by Filipa Lacerda's avatar Filipa Lacerda

Fixes stylelint for dashboard_skeleton

parent cd509d99
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment