mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-18 19:21:34 +08:00
12 lines
253 B
SCSS
12 lines
253 B
SCSS
@import "../../../ionic.globals";
|
|
|
|
// Material Design Modals
|
|
// --------------------------------------------------
|
|
|
|
$modal-md-background-color: $background-md-color !default;
|
|
|
|
|
|
ion-page.modal {
|
|
background-color: $modal-md-background-color;
|
|
}
|