@ionic/core
Version:
Base components for Ionic
17 lines (12 loc) • 452 B
CSS
.menu-content {
transform: translate3d(0, 0, 0); }
.menu-content-open {
cursor: pointer;
touch-action: manipulation;
pointer-events: none; }
.ios .menu-content-reveal {
box-shadow: -8px 0 42px rgba(0, 0, 0, 0.08); }
.md .menu-content-reveal {
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09), 4px 0 16px 0 rgba(0, 0, 0, 0.18); }
.md .menu-content-push {
box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.09), 4px 0 16px 0 rgba(0, 0, 0, 0.18); }