feat: hightlight btn, 토너먼트/베팅장 강조

This commit is contained in:
2023-03-22 02:23:14 +09:00
parent aae730d39c
commit ec7c97d696
2 changed files with 19 additions and 2 deletions
+17
View File
@@ -69,6 +69,23 @@ $color in $sammoColors {
border-color: shade-color($color, 10%);
}
}
.btn-sammo-#{$colorType}.highlight {
@include button-variant($color, $color, magenta, $hover-color: magenta, $active-color: magenta);
&:hover,
&:active,
&:focus {
background-color: $color;
}
&,
&:not(.disabled):hover,
&:not(.disabled):active,
&:focus {
border-color: shade-color($color, 10%);
}
}
}