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

18 lines
286 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 {
2017-08-17 22:00:37 +05:30
&::before {
2016-06-02 11:05:42 +05:30
content: "Example";
2017-08-17 22:00:37 +05:30
color: $ui-dev-kit-example-color;
2016-06-02 11:05:42 +05:30
}
padding: 15px;
2017-08-17 22:00:37 +05:30
border: 1px dashed $ui-dev-kit-example-border;
2016-06-02 11:05:42 +05:30
margin-bottom: 15px;
}
2015-04-26 12:48:37 +05:30
}