gitlab-org--gitlab-foss/app/assets/stylesheets/pages/ui_dev_kit.scss
connorshea e03d0b2892 Follow the CSS Style Guide rules for HEX colors.
Use lowercase letters and shorthand values for HEX colors where
possible.

Discussed in #14299.
2016-03-15 13:56:28 -06:00

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;
}
}