blocks
6 years ago
components
6 years ago
shared
6 years ago
utils
6 years ago
blocks.js
6 years ago
common.scss
6 years ago
common.scss
24 lines
| 1 | /** |
| 2 | * #.# Common SCSS |
| 3 | * |
| 4 | * Can include things like variables and mixins |
| 5 | * that are used across the project. |
| 6 | */ |
| 7 | |
| 8 | $default-font: -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif !default; |
| 9 | $default-font-size: 13px !default; |
| 10 | $default-line-height: 1.4 !default; |
| 11 | $icon-button-size: 36px !default; |
| 12 | |
| 13 | /* Colors */ |
| 14 | $dark-gray-100: #8f98a1 !default; |
| 15 | $dark-gray-700: #32373c !default; |
| 16 | $light-gray-700: #ccd0d4 !default; |
| 17 | $white: #fff; |
| 18 | $blue-wordpress-700: #00669b !default; |
| 19 | $blue-wordpress: #0073aa !default; |
| 20 | $color-brand-3: #4f5969 !default; |
| 21 | |
| 22 | // Widths, heights & dimensions |
| 23 | $item-spacing: 10px !default; |
| 24 |