mirror of
https://github.com/yawaflua/LuckyDiamond.git
synced 2026-02-05 18:54:12 +02:00
changed icons and icons styles in aside bar, menu
This commit is contained in:
@@ -25,19 +25,31 @@
|
||||
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 a {
|
||||
padding: 20px 0px 20px 0px;
|
||||
}
|
||||
|
||||
.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;
|
||||
|
||||
Reference in New Issue
Block a user