edit naming for directory /elementsstyles -> /componentstyles in /css

This commit is contained in:
Kostya
2023-11-20 21:51:02 +03:00
parent 9b9561d141
commit 2e80939ffc
6 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,57 @@
.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: 12px;
}
.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: 20px 10px;
}
.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: 12px;
}