mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2025-12-10 12:19:31 +02:00
refactor styles for asidebar
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
.menu {
|
||||
margin: 4px 6px 0 6px;
|
||||
margin: 4% 6% 0% 6%;
|
||||
height: 99.5vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
@@ -11,13 +8,14 @@
|
||||
height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.menu__btn--home {
|
||||
margin-top: 12px;
|
||||
}
|
||||
|
||||
.menu__btns--gamemodes {
|
||||
border-radius: 20px;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
@@ -33,19 +31,12 @@
|
||||
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;
|
||||
}
|
||||
|
||||
.menu__btn--settings {
|
||||
margin-bottom: 12px;
|
||||
}
|
||||
@@ -13,9 +13,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="menu__btn--settings">
|
||||
<div class="menu__content--settings">
|
||||
<a href="#"><img src="../assets/icons-home/settings-icon.svg"></a>
|
||||
</div>
|
||||
<a href="#"><img width="73" height="73" src="../assets/icons-home/settings-icon.svg"></a>
|
||||
</div>
|
||||
</div>
|
||||
</aside>
|
||||
|
||||
Reference in New Issue
Block a user