Files
LuckyDiamond/luckydiamond/src/assets/css/ComponentsStyles/asidebar.css
2023-11-23 20:55:41 +03:00

57 lines
989 B
CSS

.menu {
margin: 4% 6% 0% 6%;
height: 99.5vh;
user-select: none;
}
.menu__content {
height: 70%;
display: flex;
align-items: center;
flex-direction: column;
}
.menu__btn--home {
margin-top: 12%;
}
.menu__btns--gamemodes {
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));
width: 90%;
display: flex;
justify-content: center;
align-items: center;
border-radius: 20px;
}
.menu__content--gamemodes {
display: flex;
text-align: center;
flex-direction: column;
}
.menu__content--gamemodes a {
padding: 35% 7%;
}
.menu__content--gamemodes a img {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
max-width: 100%;
max-height: 100%;
}
.menu__btn--settings {
position: absolute;
bottom: 0;
margin-bottom: 1.2%;
}