2025-03-26 10:01:46 +07:00

5 lines
91 B
SCSS
Vendored

.btn-border{
&.active{
border-color: var(--#{$variable-prefix}primary);
}
}