feat(windows): add modal file

references #5565
This commit is contained in:
Brandy Carney
2016-02-23 17:46:40 -05:00
parent b7bcd3930c
commit a323aa127b
2 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,7 @@
"components/checkbox/checkbox.wp", "components/checkbox/checkbox.wp",
"components/chip/chip.wp", "components/chip/chip.wp",
"components/content/content.wp", "components/content/content.wp",
"components/modal/modal.wp",
"components/radio/radio.wp", "components/radio/radio.wp",
"components/segment/segment.wp", "components/segment/segment.wp",
"components/toggle/toggle.wp", "components/toggle/toggle.wp",

View 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;
}