mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-16 19:36:22 +00:00
fix: alert en modo oscuro
This commit is contained in:
parent
5ae3fe0b35
commit
ad76fed1b1
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,12 @@ $sizes: (
|
|||
--background: #{$black};
|
||||
--color: #{$cyan};
|
||||
}
|
||||
|
||||
.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));
|
||||
}
|
||||
}
|
||||
|
||||
// TODO: Encontrar la forma de generar esto desde los locales de Rails
|
||||
|
|
Loading…
Reference in a new issue