5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-10-05 07:16:57 +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:48:36 -03:00
commit 62f46512a8
2 changed files with 4 additions and 4 deletions

View file

@ -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));
}
}

View file

@ -16,4 +16,4 @@
- link = true
= render 'bootstrap/alert' do
= link_to_if link, message.html_safe, site.url
= link_to_if link, message.html_safe, site.url, class: 'alert-link'