Browse Source
Task/decrease border radius of dialogs (#6680)
Decrease border radius of dialogs
next
Thomas Kaul
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
apps/client/src/styles/theme.scss
|
|
@ -341,6 +341,7 @@ $_tertiary: map.merge(map.get($_palettes, tertiary), $_rest); |
|
|
@include mat.dialog-overrides( |
|
|
@include mat.dialog-overrides( |
|
|
( |
|
|
( |
|
|
container-max-width: 80vw, |
|
|
container-max-width: 80vw, |
|
|
|
|
|
container-shape: 8px, |
|
|
container-small-max-width: 96vw |
|
|
container-small-max-width: 96vw |
|
|
) |
|
|
) |
|
|
); |
|
|
); |
|
|
|