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