You are here

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
  1. /* Styling for the color palette display page. */
  2. .styleguide-palette-swatch {
  3. display: inline-block;
  4. margin: 0.5em;
  5. vertical-align: top;
  6. width: 14em;
  7. }
  8. .styleguide-palette-swatch-color {
  9. border: 1px solid #f1f1f1;
  10. height: 100px;
  11. width: 100px;
  12. }