chore: use color mixin in tabs

This commit is contained in:
Seifeldin Mahjoub 2020-08-10 01:21:02 +02:00
parent ebd2598c9a
commit 688f27d959

View file

@ -10,7 +10,9 @@
&:checked + label {
@include color(color, 'primary');
border-bottom: solid 3px $secondary;
@include color('border-bottom-color', 'secondary');
border-bottom-style: solid;
border-bottom-width: 3px;
}
@for $num from 1 through 5 {