{"version":3,"sources":["icon.styl","turbo.css","turbo.styl"],"names":[],"mappings":"AAAA;EACI,YAAA;EACA,aAAA;CCCH;ACHD;EACI,+BAAA;UAAA,uBAAA;EACA,mBAAA;EACA,YAAA;EACA,iBAAA;CDKH;ACHG;EACI,qBAAA;EAAA,qBAAA;EAAA,cAAA;EACA,aAAA;EACA,+BAAA;UAAA,uBAAA;CDKP;ACHG;EACI,aAAA;EACA,cAAA;EACA,iBAAA;EACA,qBAAA;MAAA,eAAA;EACA,+BAAA;UAAA,uBAAA;CDKP;ACFG;;EAEI,mBAAA;EACA,aAAA;EACA,aAAA;EACA,qBAAA;EAAA,qBAAA;EAAA,cAAA;EACA,yBAAA;MAAA,sBAAA;UAAA,wBAAA;EACA,0BAAA;MAAA,uBAAA;UAAA,oBAAA;EACA,YAAA;EACA,WAAA;CDIP;ACHO;;EACI,eAAA;EACA,cAAA;CDMX;ACHG;EACI,SAAA;CDKP;ACJG;EACI,QAAA;CDMP","file":"turbo.css","sourcesContent":[".icon\n    width: 50px\n    height: 50px",".icon {\n  width: 50px;\n  height: 50px;\n}\n.turbo {\n  box-sizing: border-box;\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n}\n.turbo-track {\n  display: flex;\n  height: 100%;\n  box-sizing: border-box;\n}\n.turbo-item {\n  height: 100%;\n  margin: 0 5px;\n  overflow: hidden;\n  flex-shrink: 0;\n  box-sizing: border-box;\n}\n.turbo-next,\n.turbo-back {\n  position: absolute;\n  z-index: 999;\n  height: 100%;\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  color: #fff;\n  fill: #fff;\n}\n.turbo-next:hover,\n.turbo-back:hover {\n  color: #56c6f4;\n  fill: #56c6f4;\n}\n.turbo-next {\n  right: 0;\n}\n.turbo-back {\n  left: 0;\n}\n",".turbo\n    box-sizing: border-box\n    position: relative\n    width: 100%\n    overflow: hidden\n\n    &-track\n        display: flex\n        height: 100%\n        box-sizing: border-box\n\n    &-item\n        height: 100%\n        margin: 0 5px\n        overflow: hidden\n        flex-shrink: 0\n        box-sizing: border-box\n\n\n    &-next\n    &-back\n        position: absolute\n        z-index: 999\n        height: 100%\n        display: flex\n        justify-content: center\n        align-items: center\n        color: $white\n        fill: $white\n        &:hover\n            color: $blue\n            fill: $blue\n\n\n    &-next\n        right: 0\n    &-back\n        left: 0"]}