mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
@ -13,6 +13,7 @@
|
||||
"components/checkbox/checkbox.wp",
|
||||
"components/chip/chip.wp",
|
||||
"components/content/content.wp",
|
||||
"components/modal/modal.wp",
|
||||
"components/radio/radio.wp",
|
||||
"components/segment/segment.wp",
|
||||
"components/toggle/toggle.wp",
|
||||
|
11
ionic/components/modal/modal.wp.scss
Normal file
11
ionic/components/modal/modal.wp.scss
Normal file
@ -0,0 +1,11 @@
|
||||
@import "../../globals.wp";
|
||||
|
||||
// Windows Modals
|
||||
// --------------------------------------------------
|
||||
|
||||
$modal-wp-background-color: $background-wp-color !default;
|
||||
|
||||
|
||||
ion-page.modal {
|
||||
background-color: $modal-wp-background-color;
|
||||
}
|
Reference in New Issue
Block a user