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

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

Issue 29587562: Issue 5903 - Change help.eyeo.com bold-weight from 700 to a semi-bold weight (Closed) Base URL: https://hg.adblockplus.org/help.eyeo.com
Patch Set: Remove light font weight Created Oct. 24, 2017, 2:43 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « static/scss/base/_font.scss ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
62 62
63 $bold-weight: 700; 63 $bold-weight: 600;
64 64
65 // Sizes /////////////////////////////////////////////////////////////////////// 65 // Sizes ///////////////////////////////////////////////////////////////////////
66 66
67 // Container widths 67 // Container widths
68 68
69 $content-width: 960px; 69 $content-width: 960px;
70 $navbar-width: $content-width + 100px; 70 $navbar-width: $content-width + 100px;
71 71
72 // Header & Footer 72 // Header & Footer
73 73
(...skipping 13 matching lines...) Expand all
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 ////////////////////////////////////////////////////////////////
OLDNEW
« no previous file with comments | « static/scss/base/_font.scss ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld