body{margin:0;padding:0;font-family:sans-serif}body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.icon{font-size:32px;position:absolute;cursor:pointer}.spawn-enter{-webkit-animation-duration:.15s;animation-duration:.15s}.spawn-enter.spawn-enter-active{-webkit-animation-name:zoomIn;animation-name:zoomIn}.spawn-leave{-webkit-animation-duration:.15s;animation-duration:.15s}.spawn-leave.spawn-leave-active{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0}to{opacity:0}}
/*# sourceMappingURL=main.8a0c87a2.css.map*/