mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
12 lines
244 B
SCSS
12 lines
244 B
SCSS
@import "../../globals.wp";
|
|
|
|
// Windows Modals
|
|
// --------------------------------------------------
|
|
|
|
$modal-wp-background-color: $background-wp-color !default;
|
|
|
|
.modal-wrapper {
|
|
opacity: .01;
|
|
transform: translate3d(0, 40px, 0);
|
|
}
|