mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
52 lines
985 B
CSS
52 lines
985 B
CSS
.menu {
|
|
margin: 4px 6px 0 6px;
|
|
height: 99.5vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
user-select: none;
|
|
}
|
|
|
|
.menu__content {
|
|
height: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.menu__btns--gamemodes {
|
|
border-radius: 20px;
|
|
text-align: center;
|
|
display: flex;
|
|
align-items: center;
|
|
height: 100%;
|
|
}
|
|
|
|
.menu__content--gamemodes {
|
|
background: rgba(217, 217, 217, 0.12);
|
|
filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
|
|
border-radius: 20px;
|
|
}
|
|
|
|
.menu__content--gamemodes a {
|
|
padding: 20px 0px 20px 0px;
|
|
}
|
|
|
|
.menu__btn--home {
|
|
margin-top: 12px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
|
|
.menu__content--gamemodes {
|
|
display: flex;
|
|
justify-content: center;
|
|
text-align: center;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
margin-bottom: 12px;
|
|
}
|