gitlab-org--gitlab-foss/app/assets/stylesheets/pages/ui_dev_kit.scss

18 lines
302 B
SCSS
Raw Normal View History

2015-03-08 17:46:22 -04:00
.gitlab-ui-dev-kit {
> h2 {
margin: 35px 0 20px;
font-weight: $gl-font-weight-bold;
2015-03-08 17:46:22 -04:00
}
.example {
2017-07-12 00:59:39 -04:00
padding: 15px;
border: 1px dashed $ui-dev-kit-example-border;
margin-bottom: 15px;
2016-10-24 16:58:50 -04:00
&::before {
content: "Example";
2016-11-30 08:25:25 -05:00
color: $ui-dev-kit-example-color;
}
}
2015-03-08 17:46:22 -04:00
}