mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 19:46:22 +00:00
fixup! fix: alert en modo oscuro
This commit is contained in:
parent
ad76fed1b1
commit
bd21f3d9b4
1 changed files with 3 additions and 3 deletions
|
@ -54,9 +54,9 @@ $sizes: (
|
|||
}
|
||||
|
||||
.alert-primary {
|
||||
@include alert-variant(theme-color-level($cyan, $alert-bg-level),
|
||||
theme-color-level($cyan, $alert-border-level),
|
||||
theme-color-level($cyan, $alert-color-level));
|
||||
@include alert-variant(theme-color-level("cyan", $alert-bg-level),
|
||||
theme-color-level("cyan", $alert-border-level),
|
||||
theme-color-level("cyan", $alert-color-level));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue