UNPKG

th-vue-material

Version:
55 lines (54 loc) 1.41 kB
/* Common */ /* Responsive Breakpoints */ /* Transitions - Based on Angular Material */ /* Elevation - Based on Angular Material */ .md-sidenav.md-left .md-sidenav-content { left: 0; transform: translate3D(-100%, 0, 0); } .md-sidenav.md-right .md-sidenav-content { right: 0; transform: translate3D(100%, 0, 0); } .md-sidenav.md-fixed .md-sidenav-content, .md-sidenav.md-fixed .md-sidenav-backdrop { position: fixed; transform: initial; } .md-sidenav .md-sidenav-content { width: 304px; position: absolute; top: 0; bottom: 0; z-index: 100; pointer-events: none; overflow: auto; -webkit-overflow-scrolling: touch; transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); transition-property: transform; will-change: transform; } .md-sidenav .md-backdrop { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 99; pointer-events: none; background-color: rgba(0, 0, 0, 0.54); opacity: 0; transition: all 0.5s cubic-bezier(0.35, 0, 0.25, 1); transition-property: opacity; will-change: opacity; } .md-sidenav.md-active .md-sidenav-content { box-shadow: 0 8px 10px -5px rgba(0, 0, 0, 0.2), 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12); pointer-events: auto; transform: translate3D(0, 0, 0); } .md-sidenav.md-active .md-sidenav-backdrop { opacity: 1; pointer-events: auto; } /*# sourceMappingURL=index.css.map*/