mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-02 18:02:37 +02: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:
@@ -69,8 +69,8 @@ body {
|
||||
hr {
|
||||
margin: $hr-margin-y 0;
|
||||
color: $hr-color; // 1
|
||||
background-color: currentColor;
|
||||
border: 0;
|
||||
background-color: $hr-bg-color;
|
||||
border: $hr-border-width;
|
||||
opacity: $hr-opacity;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user