Skip to content

Commit a323aa1

Browse files
committed
feat(windows): add modal file
references #5565
1 parent b7bcd39 commit a323aa1

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

ionic/components.wp.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"components/checkbox/checkbox.wp",
1414
"components/chip/chip.wp",
1515
"components/content/content.wp",
16+
"components/modal/modal.wp",
1617
"components/radio/radio.wp",
1718
"components/segment/segment.wp",
1819
"components/toggle/toggle.wp",

ionic/components/modal/modal.wp.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
@import "../../globals.wp";
2+
3+
// Windows Modals
4+
// --------------------------------------------------
5+
6+
$modal-wp-background-color: $background-wp-color !default;
7+
8+
9+
ion-page.modal {
10+
background-color: $modal-wp-background-color;
11+
}

0 commit comments

Comments
 (0)