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;
}

View File

@@ -13,6 +13,8 @@ ul {
body, html {
background: #121212;
height: 100%;
margin: 0;
}
/* /Global Settings */
@@ -21,7 +23,7 @@ body, html {
.content-grid {
display: grid;
grid-template-columns: .3fr repeat(5, 1fr) 1.2fr;
grid-template-columns: .35fr repeat(5, 1fr) 1.2fr;
grid-template-rows: repeat(6, 1fr);
grid-auto-columns: 1fr;
gap: 0px 0px;
@@ -57,7 +59,6 @@ body, html {
background: #17181C;
box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
border-radius: 20px;
height: 100%;
}
/* /Menu */