debian-mirror-gitlab/app/assets/stylesheets/pages/ui_dev_kit.scss

18 lines
242 B
SCSS
Raw Normal View History

2015-04-26 12:48:37 +05:30
.gitlab-ui-dev-kit {
> h2 {
2015-12-23 02:04:40 +05:30
margin: 35px 0 20px;
2015-04-26 12:48:37 +05:30
font-weight: bold;
}
2016-06-02 11:05:42 +05:30
.example {
&:before {
content: "Example";
color: #bbb;
}
padding: 15px;
border: 1px dashed #ddd;
margin-bottom: 15px;
}
2015-04-26 12:48:37 +05:30
}