5 lines
91 B
SCSS
Vendored
5 lines
91 B
SCSS
Vendored
.btn-border{
|
|
&.active{
|
|
border-color: var(--#{$variable-prefix}primary);
|
|
}
|
|
} |