Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: static/scss/base/_variables.scss

Issue 29589595: Noissue - Use new utilities and .container from website-defaults (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Created Oct. 26, 2017, 10:44 a.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 $font-size-h3: 1.6em; 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
62
63 $bold-weight: 600;
ire 2017/10/26 10:46:26 The default is 600 so this wasn't needed anymore
64
65 // Sizes /////////////////////////////////////////////////////////////////////// 61 // Sizes ///////////////////////////////////////////////////////////////////////
66 62
67 // Container widths 63 // Container widths
68 64
69 $content-width: 960px; 65 $container-width: 960px; // $desktop-width
70 $navbar-width: $content-width + 100px;
71 66
72 // Header & Footer 67 // Header & Footer
73 68
74 $site-header-height: 70px; 69 $site-header-height: 70px;
75 $site-header-content-line-height: 40px; 70 $site-header-content-line-height: 40px;
76 71
77 // Search form 72 // Search form
78 73
79 $search-form-width: 320px; 74 $search-form-width: 320px;
80 $search-form-height: 35px; 75 $search-form-height: 35px;
81 76
82 // Spacers ///////////////////////////////////////////////////////////////////// 77 // Spacers /////////////////////////////////////////////////////////////////////
83 78
84 $xl: 60px; 79 $xl: 60px;
85 $lg: 30px; 80 $lg: 30px;
86 $md: 15px; 81 $md: 15px;
87 $sm: 10px; 82 $sm: 10px;
88 $xs: 5px; 83 $xs: 5px;
89 84
90 // Columns ///////////////////////////////////////////////////////////////////// 85 // Columns /////////////////////////////////////////////////////////////////////
91 86
92 // Breakpoints ///////////////////////////////////////////////////////////////// 87 // Breakpoints /////////////////////////////////////////////////////////////////
93 88
94 $phablet-breakpoint: 576px; 89 $phablet-breakpoint: 576px;
95 90
96 // Placeholders //////////////////////////////////////////////////////////////// 91 // Placeholders ////////////////////////////////////////////////////////////////
OLDNEW

Powered by Google App Engine
This is Rietveld