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;
|
2018-12-05 23:21:45 +05:30
|
|
|
border: 1px dashed $gl-gray-100;
|
2017-09-10 17:25:29 +05:30
|
|
|
margin-bottom: 15px;
|
|
|
|
|
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
|
|
|
}
|
|
|
|
}
|
2015-04-26 12:48:37 +05:30
|
|
|
}
|