mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 04:09:29 +02:00
edit naming for directory /elementsstyles -> /componentstyles in /css
This commit is contained in:
57
luckydiamond/src/assets/css/ComponentsStyles/asidebar.css
Normal file
57
luckydiamond/src/assets/css/ComponentsStyles/asidebar.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user