@@ -50,11 +50,11 @@ $global-font-size: 100%;
50
50
$global-width : rem-calc (1200 );
51
51
$global-lineheight : 1.5 ;
52
52
$foundation-palette : (
53
- primary : #1779ba ,
54
- secondary : #767676 ,
55
- success : #3adb76 ,
56
- warning : #ffae00 ,
57
- alert : #cc4b37 ,
53
+ primary : #1779ba ,
54
+ secondary : #767676 ,
55
+ success : #3adb76 ,
56
+ warning : #ffae00 ,
57
+ alert : #cc4b37 ,
58
58
);
59
59
$light-gray : #e6e6e6 ;
60
60
$medium-gray : #cacaca ;
@@ -80,11 +80,11 @@ $print-transparent-backgrounds: true;
80
80
// --------------
81
81
82
82
$breakpoints : (
83
- small : 0 ,
84
- medium : 640px ,
85
- large : 1024px ,
86
- xlarge : 1200px ,
87
- xxlarge : 1440px ,
83
+ small : 0 ,
84
+ medium : 640px ,
85
+ large : 1024px ,
86
+ xlarge : 1200px ,
87
+ xxlarge : 1440px ,
88
88
);
89
89
$print-breakpoint : large ;
90
90
$breakpoint-classes : (small medium large );
@@ -95,8 +95,8 @@ $breakpoint-classes: (small medium large);
95
95
$grid-row-width : $global-width ;
96
96
$grid-column-count : 12 ;
97
97
$grid-column-gutter : (
98
- small : 20px ,
99
- medium : 30px ,
98
+ small : 20px ,
99
+ medium : 30px ,
100
100
);
101
101
$grid-column-align-edge : true;
102
102
$block-grid-max : 8 ;
@@ -112,22 +112,22 @@ $header-color: inherit;
112
112
$header-lineheight : 1.4 ;
113
113
$header-margin-bottom : 0.5rem ;
114
114
$header-styles : (
115
- small : (
116
- ' h1' : (' font-size' : 24 ),
117
- ' h2' : (' font-size' : 20 ),
118
- ' h3' : (' font-size' : 19 ),
119
- ' h4' : (' font-size' : 18 ),
120
- ' h5' : (' font-size' : 17 ),
121
- ' h6' : (' font-size' : 16 ),
122
- ),
123
- medium : (
124
- ' h1' : (' font-size' : 48 ),
125
- ' h2' : (' font-size' : 40 ),
126
- ' h3' : (' font-size' : 31 ),
127
- ' h4' : (' font-size' : 25 ),
128
- ' h5' : (' font-size' : 20 ),
129
- ' h6' : (' font-size' : 16 ),
130
- ),
115
+ small : (
116
+ ' h1' : (' font-size' : 24 ),
117
+ ' h2' : (' font-size' : 20 ),
118
+ ' h3' : (' font-size' : 19 ),
119
+ ' h4' : (' font-size' : 18 ),
120
+ ' h5' : (' font-size' : 17 ),
121
+ ' h6' : (' font-size' : 16 ),
122
+ ),
123
+ medium : (
124
+ ' h1' : (' font-size' : 48 ),
125
+ ' h2' : (' font-size' : 40 ),
126
+ ' h3' : (' font-size' : 31 ),
127
+ ' h4' : (' font-size' : 25 ),
128
+ ' h5' : (' font-size' : 20 ),
129
+ ' h6' : (' font-size' : 16 ),
130
+ ),
131
131
);
132
132
$header-text-rendering : optimizeLegibility ;
133
133
$small-font-size : 80% ;
@@ -249,10 +249,10 @@ $button-color: $white;
249
249
$button-color-alt : $black ;
250
250
$button-radius : $global-radius ;
251
251
$button-sizes : (
252
- tiny : 0.6rem ,
253
- small : 0.75rem ,
254
- default : 0.9rem ,
255
- large : 1.25rem ,
252
+ tiny : 0.6rem ,
253
+ small : 0.75rem ,
254
+ default : 0.9rem ,
255
+ large : 1.25rem ,
256
256
);
257
257
$button-palette : $foundation-palette ;
258
258
$button-opacity-disabled : 0.25 ;
@@ -299,16 +299,16 @@ $card-margin: $global-margin;
299
299
300
300
$closebutton-position : right top ;
301
301
$closebutton-offset-horizontal : (
302
- small : 0.66rem ,
303
- medium : 1rem ,
302
+ small : 0.66rem ,
303
+ medium : 1rem ,
304
304
);
305
305
$closebutton-offset-vertical : (
306
- small : 0.33em ,
307
- medium : 0.5rem ,
306
+ small : 0.33em ,
307
+ medium : 0.5rem ,
308
308
);
309
309
$closebutton-size : (
310
- small : 1.5em ,
311
- medium : 2em ,
310
+ small : 1.5em ,
311
+ medium : 2em ,
312
312
);
313
313
$closebutton-lineheight : 1 ;
314
314
$closebutton-color : $dark-gray ;
@@ -333,9 +333,9 @@ $dropdown-font-size: 1rem;
333
333
$dropdown-width : 300px ;
334
334
$dropdown-radius : $global-radius ;
335
335
$dropdown-sizes : (
336
- tiny : 100px ,
337
- small : 200px ,
338
- large : 400px ,
336
+ tiny : 100px ,
337
+ small : 200px ,
338
+ large : 400px ,
339
339
);
340
340
341
341
// 18. Dropdown Menu
@@ -491,8 +491,8 @@ $progress-radius: $global-radius;
491
491
492
492
$responsive-embed-margin-bottom : rem-calc (16 );
493
493
$responsive-embed-ratios : (
494
- default : 4 by 3 ,
495
- widescreen : 16 by 9 ,
494
+ default : 4 by 3 ,
495
+ widescreen : 16 by 9 ,
496
496
);
497
497
498
498
// 29. Reveal
0 commit comments