mirror of
https://github.com/gnmyt/myspeed.git
synced 2026-01-08 05:59:44 -06:00
Added some transitions to the Dialog
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
padding: 15px
|
||||
background-color: #27282B
|
||||
border-radius: 15px
|
||||
transition: all 0.2s
|
||||
animation: fadeIn 0.2s
|
||||
|
||||
.dialog-speedtest
|
||||
display: flex
|
||||
@@ -86,9 +88,15 @@
|
||||
margin-left: 5px
|
||||
margin-right: 5px
|
||||
|
||||
.dialog-btn:hover
|
||||
background-color: #3EA95A
|
||||
|
||||
.dialog-secondary
|
||||
background-color: #C64545
|
||||
|
||||
.dialog-secondary:hover
|
||||
background-color: #B83939
|
||||
|
||||
.lds-ellipsis
|
||||
display: inline-block
|
||||
position: relative
|
||||
|
||||
Reference in New Issue
Block a user