Fixes stylelint for dashboard_skeleton
This commit is contained in:
parent
cd509d991e
commit
621a81c304
1 changed files with 7 additions and 8 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue