0byt3m1n1
Path:
C:
/
Program Files
/
R
/
R-4.2.2
/
library
/
bslib
/
lib
/
bs3
/
assets
/
stylesheets
/
bootstrap
/
mixins
/
[
Home
]
File: _alerts.scss
// Alerts @mixin alert-variant($background, $border, $text-color) { color: $text-color; background-color: $background; border-color: $border; hr { border-top-color: darken($border, 5%); } .alert-link { color: darken($text-color, 10%); } }