| 1 |
/** |
| 2 |
* Config. |
| 3 |
* |
| 4 |
* This is an automatically generated file - DO NOT edit manually. |
| 5 |
*/ |
| 6 |
|
| 7 |
// Maps. |
| 8 |
$color: ( |
| 9 |
material-red: #f44336, |
| 10 |
material-pink: #e91e63, |
| 11 |
material-purple: #9c27b0, |
| 12 |
material-deep-purple: #673ab7, |
| 13 |
material-indigo: #3f51b5, |
| 14 |
material-blue: #2196f3, |
| 15 |
material-light-blue: #03a9f4, |
| 16 |
material-cyan: #00bcd4, |
| 17 |
material-teal: #009688, |
| 18 |
material-green: #4caf50, |
| 19 |
material-light-green: #8bc34a, |
| 20 |
material-lime: #cddc39, |
| 21 |
material-yellow: #ffeb3b, |
| 22 |
material-amber: #ffc107, |
| 23 |
material-orange: #ff9800, |
| 24 |
material-deep-orange: #ff5722, |
| 25 |
material-brown: #795548, |
| 26 |
material-grey: #9e9e9e, |
| 27 |
material-blue-grey: #607d8b |
| 28 |
); |
| 29 |
|
| 30 |
$font-size: ( |
| 31 |
xs: 12px, |
| 32 |
s: 16px, |
| 33 |
m: 20px, |
| 34 |
l: 28px, |
| 35 |
xl: 36px |
| 36 |
); |
| 37 |
|
| 38 |
// Variables. |
| 39 |
$color-material-red: #f44336; |
| 40 |
$color-material-pink: #e91e63; |
| 41 |
$color-material-purple: #9c27b0; |
| 42 |
$color-material-deep-purple: #673ab7; |
| 43 |
$color-material-indigo: #3f51b5; |
| 44 |
$color-material-blue: #2196f3; |
| 45 |
$color-material-light-blue: #03a9f4; |
| 46 |
$color-material-cyan: #00bcd4; |
| 47 |
$color-material-teal: #009688; |
| 48 |
$color-material-green: #4caf50; |
| 49 |
$color-material-light-green: #8bc34a; |
| 50 |
$color-material-lime: #cddc39; |
| 51 |
$color-material-yellow: #ffeb3b; |
| 52 |
$color-material-amber: #ffc107; |
| 53 |
$color-material-orange: #ff9800; |
| 54 |
$color-material-deep-orange: #ff5722; |
| 55 |
$color-material-brown: #795548; |
| 56 |
$color-material-grey: #9e9e9e; |
| 57 |
$color-material-blue-grey: #607d8b; |
| 58 |
$font-size-xs: 12px; |
| 59 |
$font-size-s: 16px; |
| 60 |
$font-size-m: 20px; |
| 61 |
$font-size-l: 28px; |
| 62 |
$font-size-xl: 36px; |