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