Add variables for light/dark color variants
This commit is contained in:
parent
880429f5f9
commit
04c4e4c7f1
|
@ -38,7 +38,9 @@ $color-names: (
|
|||
"danger",
|
||||
"warning",
|
||||
"info",
|
||||
"success"
|
||||
"success",
|
||||
"dark",
|
||||
"light"
|
||||
);
|
||||
|
||||
// Avatar variables
|
||||
|
@ -82,6 +84,8 @@ $avatar-sizes: (
|
|||
--warning-text: 255, 255, 255;
|
||||
--info-text: 255, 255, 255;
|
||||
--success-text: 255, 255, 255;
|
||||
--dark-text: 255, 255, 255;
|
||||
--light-text: 0, 0, 0;
|
||||
|
||||
--body-text: 0, 0, 0;
|
||||
--muted-text: 108, 117, 125;
|
||||
|
|
Loading…
Reference in New Issue