mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-31 00:59:51 +02:00
Make component colors configurable (#28035)
This commit is contained in:
committed by
XhmikosR
parent
de0bb1e052
commit
59d040fcbb
@@ -2,6 +2,7 @@
|
||||
max-width: $toast-max-width;
|
||||
overflow: hidden; // cheap rounded corners on nested items
|
||||
font-size: $toast-font-size; // knock it down to 14px
|
||||
color: $toast-color;
|
||||
background-color: $toast-background-color;
|
||||
background-clip: padding-box;
|
||||
border: $toast-border-width solid $toast-border-color;
|
||||
|
Reference in New Issue
Block a user