File tree Expand file tree Collapse file tree 7 files changed +8
-9
lines changed Expand file tree Collapse file tree 7 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 55
66.name {
77 flex : 1 ;
8- font-size : 13px ;
98}
109
1110.notDefault {
4645 padding: 0 1em;
4746 color : # 777;
4847 font- weight: 600;
49- font- size: 11px;
5048 text- align: center;
5149 text- transfor m: uppercase;
5250
Original file line number Diff line number Diff line change 66}
77
88.container {
9- font-size : 12 px ;
9+ font-size : var ( --secondary-font-size ) ;
1010 padding : 1.25em 0 ;
1111 justify-content : space-between;
1212}
Original file line number Diff line number Diff line change 1313 border-bottom : 1px solid var (--header-main-border );
1414 padding-bottom : 10px ;
1515 font-weight : 700 ;
16- font-size : 11 px ;
16+ font-size : var ( --secondary-font-size ) ;
1717 text-transform : uppercase;
1818}
1919
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ $arrow-width: 20px;
33
44.container {
55 z-index : 10 ;
6- font-size : 12 px ;
6+ font-size : var ( --secondary-font-size ) ;
77
88 & button : enabled {
99 cursor : pointer;
Original file line number Diff line number Diff line change 11.form {
22 display : flex;
33 gap : 0.25em ;
4- align-items : flex-start ;
4+ align-items : flex-end ;
55}
66
77.multiLine {
2727}
2828
2929.buttons {
30- font-size : 11 px ;
30+ font-size : var ( --secondary-font-size ) ;
3131}
3232
3333.menu {
Original file line number Diff line number Diff line change 22: root {
33 /* Fonts */
44 --primary-font : 'Open Sans' , sans-serif;
5+ --primary-font-size : 18px ;
6+ --secondary-font-size : calc (0.75 * var (--primary-font-size ));
57
68 /* Header */
79 --header-transition : 0.2s ease-in-out;
@@ -212,7 +214,7 @@ body {
212214 padding : 0 1em ;
213215 font-family : var (--primary-font );
214216 font-optical-sizing : auto;
215- font-size : 18 px ;
217+ font-size : var ( --primary-font-size ) ;
216218}
217219
218220/* stylelint-disable-next-line selector-class-pattern */
Original file line number Diff line number Diff line change 3737
3838.-menuItemTitle {
3939 font-weight : 600 ;
40- font-size : 13px ;
4140}
4241
4342.-menuItemFullButton {
You can’t perform that action at this time.
0 commit comments