| Left: | ||
| Right: |
| OLD | NEW |
|---|---|
| (Empty) | |
| 1 //////////////////////////////////////////////////////////////////////////////// | |
| 2 // Variables | |
| 3 //////////////////////////////////////////////////////////////////////////////// | |
| 4 | |
| 5 // Brand colors | |
| 6 //////////////////////////////////////////////////////////////////////////////// | |
| 7 | |
| 8 $secondary: #C70D2B; | |
| 9 | |
| 10 // Fonts | |
| 11 //////////////////////////////////////////////////////////////////////////////// | |
| 12 | |
| 13 $primary-font: "Source Sans Pro", sans-serif; | |
| 14 | |
| 15 // Spacing | |
| 16 //////////////////////////////////////////////////////////////////////////////// | |
| 17 | |
| 18 $x-small-space: 0.5em; | |
| 19 | |
| 20 // Device widths | |
| 21 //////////////////////////////////////////////////////////////////////////////// | |
| 22 | |
| 23 $phone-width: 320px; | |
|
saroyanm
2017/12/21 16:07:59
Seems like we are only using this variable to set
ire
2017/12/22 10:33:26
This was for consistency with website-defaults. Bu
juliandoucette
2017/12/22 13:32:24
Acknowledged.
| |
| OLD | NEW |