| xos-side-panel .xos-side-panel-content { |
| xos-side-panel .xos-side-panel-content.right { |
| border-left: 1px solid #555555; |
| box-shadow: -10px 0px 20px -8px rgba(0, 0, 0, 0.75); } |
| xos-side-panel .xos-side-panel-content.right.out { |
| animation: 0.5s slideOutRight ease-in-out; |
| xos-side-panel .xos-side-panel-content.right.in { |
| animation: 0.5s slideInRight ease-in-out; |
| @keyframes slideInRight { |
| transform: translate3d(100%, 0, 0); |
| transform: translate3d(0, 0, 0); } } |
| @keyframes slideOutRight { |
| transform: translate3d(0, 0, 0); } |
| transform: translate3d(100%, 0, 0); } } |