mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2024-12-24 18:48:14 +03:00
Add dropdown design
This commit is contained in:
parent
99a5c7e168
commit
ff4d4c0d7a
1 changed files with 14 additions and 0 deletions
|
@ -98,3 +98,17 @@ body
|
||||||
|
|
||||||
img
|
img
|
||||||
filter: invert(70%) sepia(13%) saturate(241%) hue-rotate(196deg) brightness(97%) contrast(91%)
|
filter: invert(70%) sepia(13%) saturate(241%) hue-rotate(196deg) brightness(97%) contrast(91%)
|
||||||
|
|
||||||
|
.dropdown-menu
|
||||||
|
display: flex
|
||||||
|
align-items: center
|
||||||
|
|
||||||
|
height: 52px
|
||||||
|
margin-bottom: 8px
|
||||||
|
padding: 0 12px
|
||||||
|
|
||||||
|
border-radius: 12px
|
||||||
|
background-color: #f1f4f9
|
||||||
|
|
||||||
|
font-size: 18px
|
||||||
|
cursor: pointer
|
Loading…
Reference in a new issue