
| Current Path : /var/www/html/wirtschaftsclub.web-klick.de/themes/wirtschaftsclub/sass/component/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/wirtschaftsclub.web-klick.de/themes/wirtschaftsclub/sass/component/_alert.scss |
/**
* Alert styling.
*/
.alert-sm {
padding: 5px 10px;
}
// Treat all links inside alert as .alert-link
.alert a {
font-weight: $alert-link-font-weight;
}
.alert-success {
a, a:hover, a:focus {
color: darken($alert-success-text, 10%);
}
}
.alert-info {
a, a:hover, a:focus {
color: darken($alert-info-text, 10%);
}
}
.alert-warning {
a, a:hover, a:focus {
color: darken($alert-warning-text, 10%);
}
}
.alert-danger {
a, a:hover, a:focus {
color: darken($alert-danger-text, 10%);
}
}