mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
20 lines
326 B
SCSS
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;
|
|
}
|
|
}
|