mirror of
https://github.com/seigler/dash-website
synced 2025-07-27 07:16:10 +00:00
add a style guide section, add existing colors
This commit is contained in:
parent
5207aedf80
commit
beb38babd9
11 changed files with 180 additions and 5 deletions
19
_sass/_styleguide.scss
Normal file
19
_sass/_styleguide.scss
Normal file
|
@ -0,0 +1,19 @@
|
|||
#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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue