debian-mirror-gitlab/app/assets/stylesheets/pages/ui_dev_kit.scss
2018-03-17 18:26:18 +05:30

17 lines
302 B
SCSS

.gitlab-ui-dev-kit {
> h2 {
margin: 35px 0 20px;
font-weight: $gl-font-weight-bold;
}
.example {
padding: 15px;
border: 1px dashed $ui-dev-kit-example-border;
margin-bottom: 15px;
&::before {
content: "Example";
color: $ui-dev-kit-example-color;
}
}
}