Commit 8c3635af authored by Nathan Friend's avatar Nathan Friend

Merge branch '239893_remove_unused_styles' into 'master'

Remove unused SCSS file ui_dev_kit.scss

Closes #239893

See merge request gitlab-org/gitlab!42729
parents 67a2c910 b2bc871a
...@@ -60,6 +60,5 @@ ...@@ -60,6 +60,5 @@
@import './pages/tags'; @import './pages/tags';
@import './pages/tree'; @import './pages/tree';
@import './pages/trials'; @import './pages/trials';
@import './pages/ui_dev_kit';
@import './pages/users'; @import './pages/users';
@import './pages/wiki'; @import './pages/wiki';
.gitlab-ui-dev-kit {
> h2 {
margin: 35px 0 20px;
font-weight: $gl-font-weight-bold;
}
.example {
padding: 15px;
border: 1px dashed $gray-100;
margin-bottom: 15px;
&::before {
content: 'Example';
color: $ui-dev-kit-example-color;
}
}
}
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