styleguide_palette.css in Style Guide 7
/* Styling for the color palette display page. */
.styleguide-palette-swatch {
display: inline-block;
margin: 0.5em;
vertical-align: top;
width: 14em;
}
.styleguide-palette-swatch-color {
border: 1px solid #f1f1f1;
height: 100px;
width: 100px;
}
File
styleguide_palette/css/styleguide_palette.css
View source
- /* Styling for the color palette display page. */
-
- .styleguide-palette-swatch {
- display: inline-block;
- margin: 0.5em;
- vertical-align: top;
- width: 14em;
- }
-
- .styleguide-palette-swatch-color {
- border: 1px solid #f1f1f1;
- height: 100px;
- width: 100px;
- }