mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 22:17:40 +08:00

* feat(inset-modal): add dynamic component loading functionality for inset modal * style(modal): moved border-radius to a variable, added an additional data binding activity in moved border-radius to a variable, added an additional data binding activity in an e2e test * refactor(modal): refactor sass and remove some unnecessary stuff * refactor(modal): migrate to Angular RC import syntax Closes #5423
12 lines
240 B
SCSS
12 lines
240 B
SCSS
@import "../../globals.wp";
|
|
|
|
// Windows Modals
|
|
// --------------------------------------------------
|
|
|
|
$modal-wp-background-color: $background-wp-color !default;
|
|
|
|
|
|
.modal ion-page {
|
|
background-color: $modal-wp-background-color;
|
|
}
|