5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 09:26:56 +00:00

Merge branch 'issue-10492' into panel.sutty.nl
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
f 2023-04-03 13:32:09 -03:00
commit d06dd572db

View file

@ -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