mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Add Sass variables for hr background-color and border
Co-Authored-By: Houssam Hammouda <11141564+devhoussam@users.noreply.github.com>
This commit is contained in:
parent
2596c97034
commit
c331a150cd
@ -69,8 +69,8 @@ body {
|
|||||||
hr {
|
hr {
|
||||||
margin: $hr-margin-y 0;
|
margin: $hr-margin-y 0;
|
||||||
color: $hr-color; // 1
|
color: $hr-color; // 1
|
||||||
background-color: currentColor;
|
background-color: $hr-bg-color;
|
||||||
border: 0;
|
border: $hr-border-width;
|
||||||
opacity: $hr-opacity;
|
opacity: $hr-opacity;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -661,6 +661,8 @@ $blockquote-footer-font-size: $small-font-size !default;
|
|||||||
|
|
||||||
$hr-margin-y: $spacer !default;
|
$hr-margin-y: $spacer !default;
|
||||||
$hr-color: inherit !default;
|
$hr-color: inherit !default;
|
||||||
|
$hr-bg-color: currentColor !default;
|
||||||
|
$hr-border-width: 0 !default;
|
||||||
$hr-height: $border-width !default;
|
$hr-height: $border-width !default;
|
||||||
$hr-opacity: .25 !default;
|
$hr-opacity: .25 !default;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user