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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 | 74 |
75 $phablet-breakpoint: 576px; | 75 $phablet-breakpoint: 576px; |
76 | 76 |
77 // Component sizes | 77 // Component sizes |
78 //////////////////////////////////////////////////////////////////////////////// | 78 //////////////////////////////////////////////////////////////////////////////// |
79 | 79 |
80 // Container | 80 // Container |
81 | 81 |
82 $container-width: 960px; // $desktop-width | 82 $container-width: 960px; // $desktop-width |
83 | 83 |
84 // Header & Footer | |
85 | |
86 $site-header-height: 70px; | |
87 $site-header-content-line-height: 40px; | |
88 | |
89 // Search form | 84 // Search form |
90 | 85 |
91 $search-form-width: 320px; | 86 $search-form-width: 320px; |
92 $search-form-height: 35px; | 87 $search-form-height: 35px; |
93 | 88 |
94 // Supported Browsers | 89 // Supported Browsers |
95 /////////////////////////////////////////////////////////////////////////////// | 90 /////////////////////////////////////////////////////////////////////////////// |
96 | 91 |
97 $supported-browsers: chrome opera samsungBrowser | 92 $supported-browsers: chrome opera samsungBrowser |
98 yandexbrowser maxthon msie | 93 yandexbrowser maxthon msie |
99 msedge firefox ios safari; | 94 msedge firefox ios safari; |
OLD | NEW |