Commit 10b0883b authored by Phil Hughes's avatar Phil Hughes

Merge branch '59830-dashboard-skeleton' into 'master'

Fixes stylelint for dashboard_skeleton

Closes #59830

See merge request gitlab-org/gitlab-ce!27422
parents 07e0afff 621a81c3
......@@ -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