提交 10b0883b 编写于 作者: P Phil Hughes

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

Fixes stylelint for dashboard_skeleton

Closes #59830

See merge request gitlab-org/gitlab-ce!27422
......@@ -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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册