46a1ca2889
Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies First round of advanced stylelint rules Mainly Vendor prefix updates related to flex Updates to more webkit specific vendor prefixes Finished all vendor specific fixes Moved now 4 rules to warning Fixed the new scss lint problems More stylelint adaptions after rebase
17 lines
288 B
SCSS
17 lines
288 B
SCSS
.gitlab-ui-dev-kit {
|
|
> h2 {
|
|
margin: 35px 0 20px;
|
|
font-weight: $gl-font-weight-bold;
|
|
}
|
|
|
|
.example {
|
|
padding: 15px;
|
|
border: 1px dashed $gl-gray-100;
|
|
margin-bottom: 15px;
|
|
|
|
&::before {
|
|
content: 'Example';
|
|
color: $ui-dev-kit-example-color;
|
|
}
|
|
}
|
|
}
|