mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 21:48:42 +08:00

globals.mode is already imported in the components.mode file, so it doesn’t need to be imported per component fixes #5931
11 lines
211 B
SCSS
11 lines
211 B
SCSS
|
|
// Windows Modals
|
|
// --------------------------------------------------
|
|
|
|
$modal-wp-background-color: $background-wp-color !default;
|
|
|
|
|
|
ion-page.modal {
|
|
background-color: $modal-wp-background-color;
|
|
}
|