mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
delete styles for slider
This commit is contained in:
@@ -250,7 +250,6 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
font-family: Montserrat Alternates;
|
||||
font-size: 12px;
|
||||
padding: 6px 16px;
|
||||
margin-right: 8px;
|
||||
}
|
||||
|
||||
/* Saper Game */
|
||||
@@ -511,7 +510,6 @@ input[type="number"]::-webkit-outer-spin-button {
|
||||
font-size: 18px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-shrink: unset;
|
||||
}
|
||||
|
||||
.swiper-slide img {
|
||||
|
||||
@@ -194,7 +194,6 @@ export default {
|
||||
let lastNumber = indexString
|
||||
if (indexString >= 10) {
|
||||
lastNumber = indexString.slice(1)
|
||||
console.log(lastNumber)
|
||||
}
|
||||
return this.checkLastNumber(lastNumber)
|
||||
},
|
||||
@@ -209,7 +208,6 @@ export default {
|
||||
else {
|
||||
word = 'шагов'
|
||||
}
|
||||
console.log(word)
|
||||
return word
|
||||
},
|
||||
clickedBtnChoice(index, content) {
|
||||
|
||||
Reference in New Issue
Block a user