Merge branch '59830-dashboard-skeleton' into 'master'
Fixes stylelint for dashboard_skeleton Closes #59830 See merge request gitlab-org/gitlab-ce!27422
This commit is contained in:
commit
10b0883b41
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