@@ -95,12 +95,10 @@ $global-menu-nested-margin: 1rem;
95
95
$global-text-direction : ltr ;
96
96
$global-flexbox : true;
97
97
$global-prototype-breakpoints : false;
98
- $global-button-cursor : pointer ;
98
+ $global-button-cursor : auto ;
99
99
$global-color-pick-contrast-tolerance : 0 ;
100
100
$print-transparent-backgrounds : true;
101
101
102
- @include add-foundation-colors ;
103
-
104
102
// 2. Breakpoints
105
103
// --------------
106
104
@@ -161,12 +159,7 @@ $header-small-font-color: $medium-gray;
161
159
$paragraph-lineheight : 1.6 ;
162
160
$paragraph-margin-bottom : 1rem ;
163
161
$paragraph-text-rendering : optimizeLegibility ;
164
- $code-color : $black ;
165
- $code-font-family : $font-family-monospace ;
166
- $code-font-weight : $global-weight-normal ;
167
- $code-background : $light-gray ;
168
- $code-border : 1px solid $medium-gray ;
169
- $code-padding : rem-calc (2 5 1 );
162
+ $enable-code-inline : true;
170
163
$anchor-color : $primary-color ;
171
164
$anchor-color-hover : scale-color ($anchor-color , $lightness : -14% );
172
165
$anchor-text-decoration : none ;
@@ -186,9 +179,7 @@ $defnlist-term-margin-bottom: 0.3rem;
186
179
$blockquote-color : $dark-gray ;
187
180
$blockquote-padding : rem-calc (9 20 0 19 );
188
181
$blockquote-border : 1px solid $medium-gray ;
189
- $cite-font-size : rem-calc (13 );
190
- $cite-color : $dark-gray ;
191
- $cite-pseudo-content : ' \2014 \0020 ' ;
182
+ $enable-cite-block : true;
192
183
$keystroke-font : $font-family-monospace ;
193
184
$keystroke-color : $black ;
194
185
$keystroke-background : $light-gray ;
@@ -207,6 +198,17 @@ $subheader-font-weight: $global-weight-normal;
207
198
$subheader-margin-top : 0.2rem ;
208
199
$subheader-margin-bottom : 0.5rem ;
209
200
$stat-font-size : 2.5rem ;
201
+ $cite-color : $dark-gray ;
202
+ $cite-font-size : rem-calc (13 );
203
+ $cite-pseudo-content : ' \2014 \0020 ' ;
204
+ $code-color : $black ;
205
+ $code-font-family : $font-family-monospace ;
206
+ $code-font-weight : $global-weight-normal ;
207
+ $code-background : $light-gray ;
208
+ $code-border : 1px solid $medium-gray ;
209
+ $code-padding : rem-calc (2 5 1 );
210
+ $code-block-padding : 1rem ;
211
+ $code-block-margin-bottom : 1.5rem ;
210
212
211
213
// 6. Abide
212
214
// --------
@@ -224,6 +226,8 @@ $input-error-font-weight: $global-weight-bold;
224
226
225
227
$accordion-background : $white ;
226
228
$accordion-plusminus : true;
229
+ $accordion-plus-content : ' \002B ' ;
230
+ $accordion-minus-content : ' \2013 ' ;
227
231
$accordion-title-font-size : rem-calc (12 );
228
232
$accordion-item-color : $primary-color ;
229
233
$accordion-item-background-hover : $light-gray ;
@@ -279,6 +283,7 @@ $breadcrumbs-item-separator-color: $medium-gray;
279
283
// ----------
280
284
281
285
$button-font-family : inherit ;
286
+ $button-font-weight : null;
282
287
$button-padding : 0.85em 1em ;
283
288
$button-margin : 0 0 $global-margin 0 ;
284
289
$button-fill : solid ;
@@ -287,6 +292,7 @@ $button-background-hover: scale-color($button-background, $lightness: -15%);
287
292
$button-color : $white ;
288
293
$button-color-alt : $black ;
289
294
$button-radius : $global-radius ;
295
+ $button-border : 1px solid transparent ;
290
296
$button-hollow-border-width : 1px ;
291
297
$button-sizes : (
292
298
tiny : 0.6rem ,
@@ -299,6 +305,7 @@ $button-opacity-disabled: 0.25;
299
305
$button-background-hover-lightness : -20% ;
300
306
$button-hollow-hover-lightness : -50% ;
301
307
$button-transition : background-color 0.25s ease-out , color 0.25s ease-out ;
308
+ $button-responsive-expanded : false;
302
309
303
310
// 12. Button Group
304
311
// ----------------
@@ -316,7 +323,11 @@ $callout-background: $white;
316
323
$callout-background-fade : 85% ;
317
324
$callout-border : 1px solid rgba ($black , 0.25 );
318
325
$callout-margin : 0 0 1rem 0 ;
319
- $callout-padding : 1rem ;
326
+ $callout-sizes : (
327
+ small : 0.5rem ,
328
+ default : 1rem ,
329
+ large : 3rem ,
330
+ );
320
331
$callout-font-color : $body-font-color ;
321
332
$callout-font-color-alt : $body-background ;
322
333
$callout-radius : $global-radius ;
@@ -475,7 +486,6 @@ $menu-simple-margin: 1rem;
475
486
$menu-item-color-active : $white ;
476
487
$menu-item-background-active : get-color (primary );
477
488
$menu-icon-spacing : 0.25rem ;
478
- $menu-item-background-hover : $light-gray ;
479
489
$menu-state-back-compat : true;
480
490
$menu-centered-back-compat : true;
481
491
$menu-icons-back-compat : true;
@@ -545,6 +555,8 @@ $pagination-ellipsis-color: $black;
545
555
$pagination-mobile-items : false;
546
556
$pagination-mobile-current-item : false;
547
557
$pagination-arrows : true;
558
+ $pagination-arrow-previous : ' \00AB ' ;
559
+ $pagination-arrow-next : ' \00BB ' ;
548
560
549
561
// 28. Progress Bar
550
562
// ----------------
@@ -766,6 +778,8 @@ $switch-paddle-background: $white;
766
778
$switch-paddle-offset : 0.25rem ;
767
779
$switch-paddle-radius : $global-radius ;
768
780
$switch-paddle-transition : all 0.25s ease-out ;
781
+ $switch-opacity-disabled : .5 ;
782
+ $switch-cursor-disabled : not-allowed ;
769
783
770
784
// 50. Table
771
785
// ---------
@@ -808,7 +822,7 @@ $tab-content-padding: 1rem;
808
822
// 52. Thumbnail
809
823
// -------------
810
824
811
- $thumbnail-border : solid 4px $white ;
825
+ $thumbnail-border : 4px solid $white ;
812
826
$thumbnail-margin-bottom : $global-margin ;
813
827
$thumbnail-shadow : 0 0 0 1px rgba ($black , 0.2 );
814
828
$thumbnail-shadow-hover : 0 0 6px 1px rgba ($primary-color , 0.5 );
0 commit comments