f9d87c5c71
Renamed /themes/core to /themes/daux Updated /themes/{theme}/less/theme.less to allow for bootstrap overrides Added /themes/daux/less/theme.less to allow daux to function as theme - used daux-navy colors Moved fonts from themes variants into /themes/daux/fonts
15 lignes
257 B
Plaintext
15 lignes
257 B
Plaintext
// Alerts
|
|
|
|
.alert-variant(@background; @border; @text-color) {
|
|
background-color: @background;
|
|
border-color: @border;
|
|
color: @text-color;
|
|
|
|
hr {
|
|
border-top-color: darken(@border, 5%);
|
|
}
|
|
.alert-link {
|
|
color: darken(@text-color, 10%);
|
|
}
|
|
}
|