{"version":3,"sources":["fixed-navbar.css"],"names":[],"mappings":"AAEA,yBACI,UAAW,CACX,SAAU,CACV,eAAmB,CACnB,iBAAkB,CAClB,kBAAmB,CACnB,WAAY,CACZ,6CAA4C,CAA5C,qCAA4C,CAC5C,cAAe,CACf,UAgCJ,CA/BI,gCACI,OAAQ,CACR,kCAA2B,CAA3B,0BACJ,CACA,gCACI,UACJ,CACA,6BACI,OACJ,CACA,4CACI,mBAAa,CAAb,mBAAa,CAAb,YAAa,CACb,wBAAmB,CAAnB,qBAAmB,CAAnB,kBAAmB,CACnB,uBAAuB,CAAvB,oBAAuB,CAAvB,sBAAuB,CACvB,2BAAsB,CAAtB,4BAAsB,CAAtB,yBAAsB,CAAtB,qBAAsB,CACtB,aAeJ,CAdI,kDACI,aAAoB,CACpB,cACJ,CACA,+DACI,kBACJ,CACA,qDACI,cAAe,CACf,iBACJ,CACA,kDACI,cACJ","file":"fixed-navbar.min.css","sourcesContent":["@import './variable.css';\r\n\r\n.bk-fixed-navbar-wrapper {\r\n    width: 52px;\r\n    opacity: 1;\r\n    background: #ffffff;\r\n    padding: 22px 14px;\r\n    border-radius: 26px;\r\n    z-index: 999;\r\n    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);\r\n    position: fixed;\r\n    right: 10px;\r\n    &.middle {\r\n        top: 50%;\r\n        transform: translateY(-50%);\r\n    }\r\n    &.bottom {\r\n        bottom: 10%;\r\n    }\r\n    &.top {\r\n        top: 10%;\r\n    }\r\n    .fixed-navbar-item {\r\n        display: flex;\r\n        align-items: center;\r\n        justify-content: center;\r\n        flex-direction: column;\r\n        color: $newBlackColor3;\r\n        &:hover {\r\n            color: $newMainColor;\r\n            cursor: pointer;\r\n        }\r\n        &:not(:last-of-type) {\r\n            margin-bottom: 25px;\r\n        }\r\n        .bk-icon {\r\n            font-size: 17px;\r\n            margin-bottom: 5px;\r\n        }\r\n        .text {\r\n            font-size: 12px;\r\n        }\r\n    }\r\n}\r\n"]}