feat: hightlight btn, 토너먼트/베팅장 강조
This commit is contained in:
Vendored
+17
@@ -69,6 +69,23 @@ $color in $sammoColors {
|
|||||||
border-color: shade-color($color, 10%);
|
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%);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<a
|
<a
|
||||||
href="b_tournament.php"
|
href="b_tournament.php"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:class="['btn', isTournamentApplicationOpen ? 'btn-sammo-base2' : 'btn-sammo-nation']"
|
:class="['btn', isTournamentApplicationOpen ? 'btn-sammo-base2 highlight' : 'btn-sammo-nation']"
|
||||||
>토 너 먼 트</a
|
>토 너 먼 트</a
|
||||||
>
|
>
|
||||||
<a href="b_myKingdomInfo.php" :class="`btn btn-sammo-nation ${myLevel >= 1 ? '' : 'disabled'}`">세력 정보</a>
|
<a href="b_myKingdomInfo.php" :class="`btn btn-sammo-nation ${myLevel >= 1 ? '' : 'disabled'}`">세력 정보</a>
|
||||||
@@ -58,7 +58,7 @@
|
|||||||
<a
|
<a
|
||||||
href="b_betting.php"
|
href="b_betting.php"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
:class="['btn', props.isBettingActive ? 'btn-sammo-base2' : 'btn-sammo-nation']"
|
:class="['btn', props.isBettingActive ? 'btn-sammo-base2 highlight' : 'btn-sammo-nation']"
|
||||||
>베 팅 장</a
|
>베 팅 장</a
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user