mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 17:26:22 +00:00
Merge branch 'issue-10492' into panel.sutty.nl
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
This commit is contained in:
commit
d06dd572db
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