e03d0b2892
Use lowercase letters and shorthand values for HEX colors where possible. Discussed in #14299.
17 lines
242 B
SCSS
17 lines
242 B
SCSS
.gitlab-ui-dev-kit {
|
|
> h2 {
|
|
margin: 35px 0 20px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.example {
|
|
&:before {
|
|
content: "Example";
|
|
color: #bbb;
|
|
}
|
|
|
|
padding: 15px;
|
|
border: 1px dashed #ddd;
|
|
margin-bottom: 15px;
|
|
}
|
|
}
|