(Angular Material) Increased default MatDialog border radius to 16px for better consistency

This commit is contained in:
sercan 2021-05-31 16:12:08 +03:00
parent 0ba5677c01
commit b98cfc1d37

View File

@ -410,6 +410,13 @@
font-weight: 500 !important; font-weight: 500 !important;
} }
/* ----------------------------------------------------------------------------------------------------- */
/* @ Dialog
/* ----------------------------------------------------------------------------------------------------- */
.mat-dialog-container {
border-radius: 16px !important;
}
/* ----------------------------------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------------------------------- */
/* @ Drawer /* @ Drawer
/* ----------------------------------------------------------------------------------------------------- */ /* ----------------------------------------------------------------------------------------------------- */