diff --git a/client/src/style/Dialog.sass b/client/src/style/Dialog.sass index d4a8c33b..e6bc4940 100644 --- a/client/src/style/Dialog.sass +++ b/client/src/style/Dialog.sass @@ -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