2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03: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:
devhoussam
2021-05-03 22:11:11 +00:00
committed by Mark Otto
parent 2596c97034
commit c331a150cd
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -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;
}