Skip to content

Commit 559ad7b

Browse files
committed
style: update AuthDialog.scss for improved modal background and backdrop effects
- Added a semi-transparent background color and blur effect to the modal backdrop for enhanced visual appeal. - Overrode the Excalidraw already overriden background styles to ensure consistent appearance across the application.
1 parent 00d4a30 commit 559ad7b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/frontend/src/ui/AuthDialog.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,15 @@
5050
width: 100%;
5151
height: 100%;
5252
z-index: 5;
53+
background-color: rgba(0, 0, 0, 0.2) !important;
54+
backdrop-filter: blur(1px) !important;
55+
}
56+
57+
.Modal { /* Overriding the Excalidraw override for the pad.ws logo! */
58+
&__background {
59+
background-color: none !important;
60+
backdrop-filter: none !important;
61+
}
5362
}
5463

5564
&__logo-container {

0 commit comments

Comments
 (0)