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

18 lines
285 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;
2018-03-17 18:26:18 +05:30
font-weight: $gl-font-weight-bold;
2015-04-26 12:48:37 +05:30
}
2016-06-02 11:05:42 +05:30
.example {
2017-09-10 17:25:29 +05:30
padding: 15px;
2020-11-24 15:15:51 +05:30
border: 1px dashed $gray-100;
2017-09-10 17:25:29 +05:30
margin-bottom: 15px;
2017-08-17 22:00:37 +05:30
&::before {
2019-07-07 11:18:12 +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
}
}
2015-04-26 12:48:37 +05:30
}