Added a blur effect to the dialog

This commit is contained in:
Mathias
2022-08-06 23:45:47 +02:00
parent a7eb6899f8
commit 2d0c12bb91

View File

@@ -6,20 +6,18 @@
right: 0
width: 100%
height: 100%
background-color: rgb(0, 0, 0)
background-color: rgba(0, 0, 0, 0.6)
display: flex
align-items: center
z-index: 10
justify-content: center
backdrop-filter: blur(1px)
.dialog
width: 480px
padding: 15px
background-color: #27282B
border-radius: 15px
transform: scale(0.9)
transition: opacity 300ms, transform 300ms
.dialog-speedtest
display: flex