mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2026-02-04 18:24:14 +02:00
changed styles for btns in slider
This commit is contained in:
@@ -242,11 +242,9 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
border: none;
|
border: none;
|
||||||
color: #FFF;
|
color: #FFF;
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
line-height: 31px;
|
|
||||||
font-family: Montserrat Alternates;
|
font-family: Montserrat Alternates;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 6px 16px;
|
padding: 6px 16px;
|
||||||
margin-right: 8px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Saper Game */
|
/* Saper Game */
|
||||||
@@ -502,12 +500,7 @@ input[type="number"]::-webkit-outer-spin-button {
|
|||||||
height: 100%;
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*.swiper-wrapper {*/
|
|
||||||
/* margin-left: -140px;*/
|
|
||||||
/*}*/
|
|
||||||
|
|
||||||
.swiper-slide {
|
.swiper-slide {
|
||||||
/*width: 175px !important;*/
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
@@ -48,8 +48,7 @@
|
|||||||
<template v-for="(item, index) in PercentageGameSteps" :key="index">
|
<template v-for="(item, index) in PercentageGameSteps" :key="index">
|
||||||
<swiper-slide>
|
<swiper-slide>
|
||||||
<div class="steps-btns__display">
|
<div class="steps-btns__display">
|
||||||
<button>{{ item.toFixed(2) }}</button>
|
<button>{{ item.toFixed(2) }} <span>{{ index }} {{ stepsEndOfWord(index) }}</span></button>
|
||||||
<h2>{{ index }} {{ stepsEndOfWord(index) }}</h2>
|
|
||||||
</div>
|
</div>
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user