mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-23 17:36: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
62f46512a8
2 changed files with 4 additions and 4 deletions
|
@ -54,9 +54,9 @@ $sizes: (
|
||||||
}
|
}
|
||||||
|
|
||||||
.alert-primary {
|
.alert-primary {
|
||||||
@include alert-variant(theme-color-level($cyan, $alert-bg-level),
|
@include alert-variant(theme-color-level("cyan", $alert-bg-level),
|
||||||
theme-color-level($cyan, $alert-border-level),
|
theme-color-level("cyan", $alert-border-level),
|
||||||
theme-color-level($cyan, $alert-color-level));
|
theme-color-level("cyan", $alert-color-level));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -16,4 +16,4 @@
|
||||||
- link = true
|
- link = true
|
||||||
|
|
||||||
= render 'bootstrap/alert' do
|
= 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'
|
||||||
|
|
Loading…
Reference in a new issue