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