mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-09 12:05:08 +00:00
(Angular Material) Increased default MatDialog border radius to 16px for better consistency
This commit is contained in:
parent
0ba5677c01
commit
b98cfc1d37
|
@ -410,6 +410,13 @@
|
||||||
font-weight: 500 !important;
|
font-weight: 500 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* ----------------------------------------------------------------------------------------------------- */
|
||||||
|
/* @ Dialog
|
||||||
|
/* ----------------------------------------------------------------------------------------------------- */
|
||||||
|
.mat-dialog-container {
|
||||||
|
border-radius: 16px !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------------------------------------- */
|
/* ----------------------------------------------------------------------------------------------------- */
|
||||||
/* @ Drawer
|
/* @ Drawer
|
||||||
/* ----------------------------------------------------------------------------------------------------- */
|
/* ----------------------------------------------------------------------------------------------------- */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user