OLD | NEW |
1 // This file is part of help.eyeo.com. | 1 // This file is part of help.eyeo.com. |
2 // Copyright (C) 2017 Eyeo GmbH | 2 // Copyright (C) 2017 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 29 matching lines...) Expand all Loading... |
40 } | 40 } |
41 } | 41 } |
42 | 42 |
43 .h4 | 43 .h4 |
44 { | 44 { |
45 font-size: $font-size-h4; | 45 font-size: $font-size-h4; |
46 font-weight: $bold-weight; | 46 font-weight: $bold-weight; |
47 text-transform: uppercase; | 47 text-transform: uppercase; |
48 } | 48 } |
49 | 49 |
| 50 a |
| 51 { |
| 52 color: $font-color-link; |
| 53 } |
| 54 |
50 .heading-icon | 55 .heading-icon |
51 { | 56 { |
52 height: 0.9em; | 57 height: 0.9em; |
53 margin-right: 0.3em; | 58 margin-right: 0.3em; |
54 } | 59 } |
55 | 60 |
56 [dir="rtl"] .heading-icon | 61 [dir="rtl"] .heading-icon |
57 { | 62 { |
58 margin-right: 0; | 63 margin-right: 0; |
59 margin-left: 0.3em; | 64 margin-left: 0.3em; |
60 } | 65 } |
61 | 66 |
62 .product-heading | 67 .product-heading |
63 { | 68 { |
64 @extend .h1; | 69 @extend .h1; |
65 @extend .section; | 70 @extend .section; |
66 @extend .ta-center; | 71 @extend .ta-center; |
67 } | 72 } |
68 | 73 |
69 .article-heading | 74 .article-heading |
70 { | 75 { |
71 @extend .h2; | 76 @extend .h2; |
72 } | 77 } |
OLD | NEW |