mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
Revert "Merge branch 'main' into DevelopCkutls"
This reverts commitf0ef1fc13e, reversing changes made to052bc12b39.
This commit is contained in:
@@ -9,33 +9,11 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
margin-top: 12%;
|
||||
}
|
||||
|
||||
.menu__content--jackpot-icon{
|
||||
margin-left: -5px;
|
||||
transition: 250ms;
|
||||
width: 125%;
|
||||
height: 125%;
|
||||
}
|
||||
|
||||
.menu__content--jackpot-icon:hover {
|
||||
margin-left: -15px;
|
||||
width: 175%;
|
||||
height: 175%;
|
||||
}
|
||||
|
||||
.menu__content--chest-icon {
|
||||
margin-left: -1px;
|
||||
transition: 250ms;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.menu__content--chest-icon:hover {
|
||||
margin-left: -5px;
|
||||
height: 125%;
|
||||
width: 125%;
|
||||
width: 16vh;
|
||||
height: -4vh;
|
||||
}
|
||||
|
||||
.menu__btn--home {
|
||||
@@ -46,7 +24,6 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
}
|
||||
.fotosloti {
|
||||
display: flex;
|
||||
@@ -77,29 +54,11 @@
|
||||
}
|
||||
|
||||
.menu__content--cruch-icon {
|
||||
margin-left: 6px;
|
||||
transition: 250ms;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.menu__content--cruch-icon:hover {
|
||||
margin-left: 0px;
|
||||
width: 125%;
|
||||
height: 125%;
|
||||
margin-left: 6px
|
||||
}
|
||||
|
||||
.menu__content--bomb-icon {
|
||||
margin-left: 6px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
transition: 250ms;
|
||||
}
|
||||
|
||||
.menu__content--bomb-icon:hover {
|
||||
margin-left: 0px;
|
||||
width: 125%;
|
||||
height: 125%;
|
||||
margin-left: 6px
|
||||
}
|
||||
|
||||
.menu__content--gamemodes {
|
||||
@@ -117,6 +76,8 @@
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.menu__btn--settings {
|
||||
|
||||
Reference in New Issue
Block a user