8 lines
132 B
Plaintext
8 lines
132 B
Plaintext
// Alerts
|
|
|
|
.br-variant(@color) {
|
|
border-color: @color !important;
|
|
|
|
&-light { border-color: lighten(@color, 10%) !important; }
|
|
}
|