mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Restore currently unused variables (#24891)
This commit is contained in:
parent
80d4a51e79
commit
671bb278bb
2 changed files with 2 additions and 1 deletions
|
|
@ -93,7 +93,7 @@
|
|||
}
|
||||
|
||||
.custom-control-input:indeterminate ~ .custom-control-indicator {
|
||||
@include gradient-bg($custom-control-indicator-checked-bg);
|
||||
@include gradient-bg($custom-checkbox-indicator-indeterminate-bg);
|
||||
@include box-shadow($custom-checkbox-indicator-indeterminate-box-shadow);
|
||||
|
||||
&::before {
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
font-size: $progress-font-size;
|
||||
background-color: $progress-bg;
|
||||
@include border-radius($progress-border-radius);
|
||||
@include box-shadow($progress-box-shadow);
|
||||
}
|
||||
|
||||
.progress-bar {
|
||||
|
|
|
|||
Loading…
Reference in a new issue