added style for asidebar

This commit is contained in:
Kostya
2023-11-18 22:26:50 +03:00
parent fc85868112
commit 48e4f6b213
8 changed files with 159 additions and 3 deletions

View File

@@ -0,0 +1,50 @@
.menu {
margin: 4px 6px 0 6px;
height: 100vh;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.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;
}