@@ -274,7 +274,7 @@ $type-p-line-height: $global-line-height !default;
274274$type-p-margin-bottom : $global-font-size !default ;
275275
276276$type-code-font : $global-monospace !default ;
277- $type-code-font-size : 1 em !default ;
277+ $type-code-font-size : $global-font-size !default ;
278278$type-code-color : $gray600 !default ;
279279$type-code-background : lighten ($gray900 , 10% ) !default ;
280280$type-code-border : none !default ;
@@ -296,10 +296,10 @@ $type-mark-padding: 0 !default;
296296$type-mark-color : $gray200 !default ;
297297$type-mark-background : status (warning ) !default ;
298298
299- $underline-text-decoration : underline ;
299+ $underline-text-decoration : underline !default ;
300300
301- $hr-border : 1px solid $gray900 ;
302- $hr-margin : 2.5 rem 0 ;
301+ $hr-border : 1px solid $gray900 !default ;
302+ $hr-margin : spacing ( 4 ) 0 !default ;
303303
304304$ul-list-style : disc !default ;
305305$ol-list-style : decimal !default ;
@@ -615,8 +615,6 @@ $input-border-radius: $form-radius !default;
615615$input-background : $white !default ;
616616$input-resize : vertical !default ;
617617
618- // Input + Textarea states
619-
620618$input-hover-background : $input-background !default ;
621619$input-hover-border : $global-border-width solid $gray600 !default ;
622620$input-hover-box-shadow : $input-box-shadow !default ;
@@ -666,7 +664,7 @@ $modal-transition-ease: $global-ease !default;
666664$modal-container-background-color : $white !default ;
667665$modal-container-border-radius : $global-border-radius !default ;
668666$modal-container-padding : $global-space !default ;
669- $modal-container-width : 450px !default ;
667+ $modal-container-width : em ( 450px ) !default ;
670668$modal-container-width-small : 95% !default ;
671669$modal-container-margin : 40px auto !default ;
672670$modal-container-margin-small : $global-space auto !default ;
@@ -718,7 +716,7 @@ $dropdown-menu-transition: opacity $global-transition !default;
718716$dropdown-menu-padding : 8px 0 !default ;
719717$dropdown-menu-border-radius : $global-border-radius !default ;
720718$dropdown-menu-background-color : $white !default ;
721- $dropdown-menu-width : 200px !default ;
719+ $dropdown-menu-width : em ( 200px ) !default ;
722720$dropdown-menu-border : 1px solid $dropdown-border-color !default ;
723721
724722$dropdown-arrow-offset : 12px !default ;
@@ -744,7 +742,7 @@ $tooltip-arrows-enabled: true !default;
744742$tooltip-padding : 4px 8px !default ;
745743$tooltip-margin : 0 0 $arrow-size !default ;
746744
747- $tooltip-transition : opacity $global-transition !default ;
745+ $tooltip-transition : $global-transition !default ;
748746
749747$tooltip-font-size : 14px !default ;
750748$tooltip-border-radius : $global-border-radius !default ;
0 commit comments