dash-website/_sass/_styleguide.scss
2016-07-23 01:50:04 -04:00

20 lines
326 B
SCSS

#styleguide {
.component {
&:after { // TODO clearfix mixin
content: '';
display: table;
clear: both;
}
}
.component + .component {
margin-top: 10px;
}
.color__tile {
display: inline-block;
padding: 20px;
text-align: center;
width: 10em;
border-radius: 10px;
}
}