{"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';\n\n.bk-fixed-navbar-wrapper {\n    width: 52px;\n    opacity: 1;\n    background: #ffffff;\n    padding: 22px 14px;\n    border-radius: 26px;\n    z-index: 999;\n    box-shadow: 0px 2px 4px 0px rgba(0,0,0,0.10);\n    position: fixed;\n    right: 10px;\n    &.middle {\n        top: 50%;\n        transform: translateY(-50%);\n    }\n    &.bottom {\n        bottom: 10%;\n    }\n    &.top {\n        top: 10%;\n    }\n    .fixed-navbar-item {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-direction: column;\n        color: $newBlackColor3;\n        &:hover {\n            color: $newMainColor;\n            cursor: pointer;\n        }\n        &:not(:last-of-type) {\n            margin-bottom: 25px;\n        }\n        .bk-icon {\n            font-size: 17px;\n            margin-bottom: 5px;\n        }\n        .text {\n            font-size: 12px;\n        }\n    }\n}\n"]}