comparison dep/fmt/doc/bootstrap/mixins/alerts.less @ 343:1faa72660932

*: transfer back to cmake from autotools autotools just made lots of things more complicated than they should have and many things broke (i.e. translations)
author Paper <paper@paper.us.eu.org>
date Thu, 20 Jun 2024 05:56:06 -0400
parents
children
comparison
equal deleted inserted replaced
342:adb79bdde329 343:1faa72660932
1 // Alerts
2
3 .alert-variant(@background; @border; @text-color) {
4 background-color: @background;
5 border-color: @border;
6 color: @text-color;
7
8 hr {
9 border-top-color: darken(@border, 5%);
10 }
11 .alert-link {
12 color: darken(@text-color, 10%);
13 }
14 }