We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7bcd39 commit a323aa1Copy full SHA for a323aa1
ionic/components.wp.scss
@@ -13,6 +13,7 @@
13
"components/checkbox/checkbox.wp",
14
"components/chip/chip.wp",
15
"components/content/content.wp",
16
+ "components/modal/modal.wp",
17
"components/radio/radio.wp",
18
"components/segment/segment.wp",
19
"components/toggle/toggle.wp",
ionic/components/modal/modal.wp.scss
@@ -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