| OLD | NEW |
| 1 // This file is part of help.eyeo.com. | 1 // This file is part of help.eyeo.com. |
| 2 // Copyright (C) 2017-present eyeo GmbH | 2 // Copyright (C) 2017-present eyeo GmbH |
| 3 // | 3 // |
| 4 // help.eyeo.com is free software: you can redistribute it and/or modify | 4 // help.eyeo.com is free software: you can redistribute it and/or modify |
| 5 // it under the terms of the GNU General Public License as published by | 5 // it under the terms of the GNU General Public License as published by |
| 6 // the Free Software Foundation, either version 3 of the License, or | 6 // the Free Software Foundation, either version 3 of the License, or |
| 7 // (at your option) any later version. | 7 // (at your option) any later version. |
| 8 // | 8 // |
| 9 // help.eyeo.com is distributed in the hope that it will be useful, | 9 // help.eyeo.com is distributed in the hope that it will be useful, |
| 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 // but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 | 39 |
| 40 $primary-font: "Source Sans Pro", sans-serif; | 40 $primary-font: "Source Sans Pro", sans-serif; |
| 41 | 41 |
| 42 // Font colours | 42 // Font colours |
| 43 | 43 |
| 44 $font-color-default: $eyeo-black; | 44 $font-color-default: $eyeo-black; |
| 45 $font-color-link: $abb-blue; | 45 $font-color-link: $abb-blue; |
| 46 | 46 |
| 47 // Font sizes (headings) | 47 // Font sizes (headings) |
| 48 | 48 |
| 49 $font-size-h1: 3em; | 49 $font-size-h1: 2.8em; |
| 50 $font-size-h2: 2em; | 50 $font-size-h2: 2em; |
| 51 $font-size-h3: 1.4em; | 51 $font-size-h3: 1.6em; |
| 52 $font-size-h4: 1em; | 52 $font-size-h4: 1em; |
| 53 $font-size-h5: $font-size-h4; | 53 $font-size-h5: $font-size-h4; |
| 54 $font-size-h6: $font-size-h4; | 54 $font-size-h6: $font-size-h4; |
| 55 | 55 |
| 56 // Font sizes (general) | 56 // Font sizes (general) |
| 57 | 57 |
| 58 $small-font: 0.9em; | 58 $small-font: 0.9em; |
| 59 $tiny-font: 0.8em; | 59 $tiny-font: 0.8em; |
| 60 | 60 |
| 61 // Font weights | 61 // Font weights |
| (...skipping 25 matching lines...) Expand all Loading... |
| 87 $sm: 10px; | 87 $sm: 10px; |
| 88 $xs: 5px; | 88 $xs: 5px; |
| 89 | 89 |
| 90 // Columns ///////////////////////////////////////////////////////////////////// | 90 // Columns ///////////////////////////////////////////////////////////////////// |
| 91 | 91 |
| 92 // Breakpoints ///////////////////////////////////////////////////////////////// | 92 // Breakpoints ///////////////////////////////////////////////////////////////// |
| 93 | 93 |
| 94 $phablet-breakpoint: 576px; | 94 $phablet-breakpoint: 576px; |
| 95 | 95 |
| 96 // Placeholders //////////////////////////////////////////////////////////////// | 96 // Placeholders //////////////////////////////////////////////////////////////// |
| OLD | NEW |