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