{"version":3,"file":"style.css","mappings":"AAGA,KACC,uBAID,WACC,gCAOA,uBACC,oDAGD,qCACC,sBACA,aAKE,oFAIC,YADA,gBAFA,kBACA,SAEA,CAEA,0FAKC,yBAIA,8CARA,WAEA,YAIA,OALA,kBAIA,MAKA,qEADA,kGANA,WAIA,UAGA,CAGD,gGACC,UACA,SACA,+GAGD,uGAEC,oGADA,UACA,CAGD,2FAEC,cAEA,gBAEA,gBADA,kBAJA,qBAEA,yBAGA,CAEA,iGASC,WAPA,yBAEA,YAEA,OACA,gBANA,kBAIA,MAFA,QAKA,SACA,CAKF,2FAEC,cADA,yBACA,CAGD,4FACC,qDACA,kEACA,6DACA,gBAEA,uGAGC,eADA,qBAEA,0BAGD,oGAEC,QAAO,CADP,wBACA,CAMJ,0DACC,aAGD,0DACC,gBAKF,mDACC,kBAEA,sEAeC,mCAbA,yBACA,+BACA,WAQA,eAFA,eACA,gBALA,mBAEA,gBADA,kBAFA,yBAQA,sCACA,UAEA,kCACA,cAEA,mBAEA,4EACC,sBACA,WAGD,4EAOC,sBANA,WAGA,YAFA,kBAIA,QADA,MAGA,sCALA,QAMA,WAID,kFAIC,MAAK,CADL,WADA,MADA,UAGA,CAGD,2EAGC,WAFA,qBACA,UAEA,0EACA,kMACA,oHAGD,6EACC,wBAIA,YAFA,OADA,kBAMA,wDAFA,kMACA,oHAHA,UAIA,CAGD,mFACC,UACA,wEACA,kMAIF,2EACC,UACA,wDACA,kMAGD,uFACC,oDAGD,wFACC,oDAGD,wFACC,sDAGD,wFACC,oDAGD,wFACC,sDAGD,wFACC,oDAGD,wFACC,sDAGD,wFACC,oDAGD,wFACC,sDAGD,yFACC,oDAGD,yFACC,oDAGD,yFACC,kDAGD,yFACC,oDAGD,wEAEC,WADA,iBACA,CAGD,mFAOC,yBAHA,SACA,OAOA,SAAQ,CAXR,eAEA,QADA,MAMA,gCAEA,wBACA,mBALA,WAMA,CAIA,yFAOC,gBAYA,kBARA,6CAEA,yCAGA,WAbA,OAEA,cASA,UAIA,gBAEA,kBAnBA,eACA,QAEA,QAEA,2HAEA,gCAEA,wBAOA,kBAFA,UAMA,cAGD,4GACC,aAGD,qFACC,eACA,kBAEA,WADA,QACA,CAKD,4EACC,yBACA,kBAKD,gFAEC,UACA,wHAFA,kBAEA,CAKH,6CACC,kBAGD,iDACC,qDACA,kCACA,oEACA,gBACA,aAEA,wDAOC,yBACA,sBAHA,eAHA,oBADA,YAEA,cACA,UAEA,wDAGA,WAEA,+DAEC,kBADA,eACA,CAOJ,kCACC,sBACA,aACA,kBAEA,qCACC,WACA,eACA,gBAUF,WACC,oCADD,WACC,oCADD,WACC,oCADD,WACC,oCADD,WACC,oCADD,WACC,oCADD,WACC,oCADD,WACC,oCADD,WACC,oCADD,YACC,qCADD,YACC,qCADD,YACC,qCAIF,wBAEE,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,mBACC,qCADD,mBACC,qCADD,mBACC,sCAKH,wBAEE,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,kBACC,oCADD,mBACC,qCADD,mBACC,qCADD,mBACC","sources":["webpack://github-block/./src/style.scss"],"sourcesContent":["$primaryColor: #4527a4;\n\n// Common CSS\nhtml {\n\tscroll-behavior: smooth;\n}\n\n// Dashicon\n.dashicons {\n\tfont-family: dashicons !important;\n}\n\n\n\n// Github\n.wp-block-ghb-github {\n\t* {\n\t\tbox-sizing: border-box;\n\t}\n\n\t.ghbSectionArea {\n\t\tbackground-color: #000;\n\t\tpadding: 20px;\n\n\t\t.ghbMainArea {\n\n\t\t\t.ghbSingleRepo {\n\t\t\t\t.ghbSingleRepoCard {\n\t\t\t\t\tposition: relative;\n\t\t\t\t\tz-index: 1;\n\t\t\t\t\toverflow: hidden;\n\t\t\t\t\theight: 100%;\n\n\t\t\t\t\t&::after {\n\t\t\t\t\t\tcontent: '';\n\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\theight: 20px;\n\t\t\t\t\t\twidth: 20px;\n\t\t\t\t\t\tbackground-color: #181818;\n\t\t\t\t\t\ttop: 0;\n\t\t\t\t\t\tleft: 0;\n\t\t\t\t\t\tz-index: -1;\n\t\t\t\t\t\tborder-radius: 52% 48% 23% 77% / 44% 68% 32% 56%;\n\t\t\t\t\t\ttransition: 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);\n\t\t\t\t\t\ttransform: scale(0);\n\t\t\t\t\t}\n\n\t\t\t\t\t&:hover::after {\n\t\t\t\t\t\tleft: 14px;\n\t\t\t\t\t\ttop: 20px;\n\t\t\t\t\t\ttransform: scale(5) rotate(35deg);\n\t\t\t\t\t}\n\n\t\t\t\t\t&:hover>a.name::after {\n\t\t\t\t\t\twidth: 100%;\n\t\t\t\t\t\ttransition: 2.3s cubic-bezier(0.015, 0.32, 0.25, 0.4);\n\t\t\t\t\t}\n\n\t\t\t\t\t>a.name {\n\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\tdisplay: block;\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tmargin-top: 15px;\n\t\t\t\t\t\tposition: relative;\n\t\t\t\t\t\toverflow: hidden;\n\n\t\t\t\t\t\t&::after {\n\t\t\t\t\t\t\tposition: absolute;\n\t\t\t\t\t\t\tcontent: attr(data-hover);\n\t\t\t\t\t\t\twidth: 0;\n\t\t\t\t\t\t\theight: 100%;\n\t\t\t\t\t\t\ttop: 0;\n\t\t\t\t\t\t\tleft: 0;\n\t\t\t\t\t\t\toverflow: hidden;\n\t\t\t\t\t\t\tz-index: 1;\n\t\t\t\t\t\t\tcolor: #fff;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t}\n\n\t\t\t\t\t>p.desc {\n\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\tmargin: 10px 0px;\n\t\t\t\t\t}\n\n\t\t\t\t\t.footer {\n\t\t\t\t\t\tdisplay: flex;\n\t\t\t\t\t\talign-items: center;\n\t\t\t\t\t\tcolumn-gap: 15px;\n\t\t\t\t\t\tmargin-top: 15px;\n\n\t\t\t\t\t\t>a.download {\n\n\t\t\t\t\t\t\ttext-decoration: none;\n\t\t\t\t\t\t\tdisplay: inline;\n\t\t\t\t\t\t\ttext-transform: capitalize;\n\t\t\t\t\t\t}\n\n\t\t\t\t\t\t>p.topic {\n\t\t\t\t\t\t\ttext-transform: uppercase;\n\t\t\t\t\t\t\tmargin: 0;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t&.default {\n\t\t\t\tdisplay: grid;\n\t\t\t}\n\n\t\t\t&.masonry {\n\t\t\t\tdisplay: initial;\n\t\t\t}\n\n\t\t}\n\n\t\t.modalSection {\n\t\t\tposition: relative;\n\n\t\t\t>button.ghbModalBtn {\n\n\t\t\t\tbackground-color: #df0e84;\n\t\t\t\tborder: 1px solid transparent;\n\t\t\t\tcolor: #fff;\n\t\t\t\ttext-transform: uppercase;\n\t\t\t\tletter-spacing: 1px;\n\t\t\t\tposition: relative;\n\t\t\t\toverflow: hidden;\n\t\t\t\tz-index: 1;\n\t\t\t\tfont-size: 15px;\n\t\t\t\tfont-weight: 600;\n\t\t\t\tcursor: pointer;\n\t\t\t\ttransition: 0.3s;\n\t\t\t\tz-index: 1;\n\t\t\t\t-webkit-backface-visibility: hidden;\n\t\t\t\t-moz-osx-font-smoothing: grayscale;\n\t\t\t\tdisplay: block;\n\t\t\t\tmargin: 0 auto;\n\t\t\t\tmargin-top: 30px;\n\n\t\t\t\t&:hover {\n\t\t\t\t\tborder: 1px solid #fff;\n\t\t\t\t\tcolor: #fff;\n\t\t\t\t}\n\n\t\t\t\t&::after {\n\t\t\t\t\tcontent: '';\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\twidth: 0;\n\t\t\t\t\theight: 100%;\n\t\t\t\t\ttop: 0;\n\t\t\t\t\tright: 0;\n\t\t\t\t\tbackground-color: #000;\n\t\t\t\t\ttransition: 0.5s;\n\t\t\t\t\tz-index: -1;\n\n\t\t\t\t}\n\n\t\t\t\t&:hover::after {\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\ttop: 0;\n\t\t\t\t\tright: auto;\n\t\t\t\t\tleft: 0;\n\t\t\t\t}\n\n\t\t\t\tspan {\n\t\t\t\t\tdisplay: inline-block;\n\t\t\t\t\topacity: 0;\n\t\t\t\t\tcolor: #fff;\n\t\t\t\t\ttransform: translate3d(0, -10px, 0);\n\t\t\t\t\ttransition: transform 0.3s, opacity 0.3s;\n\t\t\t\t\ttransition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);\n\t\t\t\t}\n\n\t\t\t\t&::before {\n\t\t\t\t\tcontent: attr(data-text);\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\tleft: 0;\n\t\t\t\t\twidth: 100%;\n\t\t\t\t\theight: 100%;\n\t\t\t\t\ttransition: transform 0.3s, opacity 0.3s;\n\t\t\t\t\ttransition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);\n\t\t\t\t\ttransform: translate3d(0, 0, 0);\n\t\t\t\t}\n\n\t\t\t\t&:hover::before {\n\t\t\t\t\topacity: 0;\n\t\t\t\t\ttransform: translate3d(0, 100%, 0);\n\t\t\t\t\ttransition: transform 0.3s, opacity 0.3s;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span {\n\t\t\t\topacity: 1;\n\t\t\t\ttransform: translate3d(0, 0, 0);\n\t\t\t\ttransition: transform 0.3s, opacity 0.3s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(1) {\n\t\t\t\ttransition-delay: 0.045s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(2) {\n\t\t\t\ttransition-delay: 0.09s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(3) {\n\t\t\t\ttransition-delay: 0.135s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(4) {\n\t\t\t\ttransition-delay: 0.18s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(5) {\n\t\t\t\ttransition-delay: 0.225s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(6) {\n\t\t\t\ttransition-delay: 0.27s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(7) {\n\t\t\t\ttransition-delay: 0.315s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(8) {\n\t\t\t\ttransition-delay: 0.36s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(9) {\n\t\t\t\ttransition-delay: 0.405s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(10) {\n\t\t\t\ttransition-delay: 0.45s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(11) {\n\t\t\t\ttransition-delay: 0.55s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(12) {\n\t\t\t\ttransition-delay: 0.50s;\n\t\t\t}\n\n\t\t\t.ghbModalBtn:hover>span:nth-child(13) {\n\t\t\t\ttransition-delay: 0.45s;\n\t\t\t}\n\n\t\t\t.ghbModalMainSection {\n\t\t\t\tvisibility: hidden;\n\t\t\t\topacity: 0.5;\n\t\t\t}\n\n\t\t\t.ghbModalMainSection.activeFull {\n\t\t\t\tposition: fixed;\n\t\t\t\ttop: 0;\n\t\t\t\tright: 0;\n\t\t\t\tbottom: 0;\n\t\t\t\tleft: 0;\n\t\t\t\tz-index: 999;\n\t\t\t\tbackground-color: #0a0a0a;\n\t\t\t\t-webkit-transition: all .3s ease;\n\t\t\t\t-o-transition: all .3s ease;\n\t\t\t\ttransition: all .3s ease;\n\t\t\t\tvisibility: visible;\n\t\t\t\topacity: 1;\n\t\t\t}\n\n\t\t\t.ghbModalMainSection {\n\t\t\t\t.ghbChildSection {\n\t\t\t\t\tposition: fixed;\n\t\t\t\t\tright: 0;\n\t\t\t\t\tleft: 0;\n\t\t\t\t\ttop: 45%;\n\t\t\t\t\tmargin: 0 auto;\n\t\t\t\t\ttransform: translateY(-50%) scale(.8);\n\t\t\t\t\tbackground: #111;\n\t\t\t\t\t-webkit-transition: all .3s ease;\n\t\t\t\t\t-o-transition: all .3s ease;\n\t\t\t\t\ttransition: all .3s ease;\n\t\t\t\t\t-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);\n\t\t\t\t\t-moz-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);\n\t\t\t\t\tbox-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.1);\n\t\t\t\t\topacity: 0;\n\t\t\t\t\twidth: 65%;\n\t\t\t\t\theight: 60%;\n\t\t\t\t\tvisibility: hidden;\n\t\t\t\t\toverflow-x: auto;\n\t\t\t\t\tborder-radius: 7px;\n\t\t\t\t\tpadding: 70px 35px;\n\t\t\t\t\tz-index: 99999;\n\t\t\t\t}\n\n\t\t\t\t.ghbChildSection::-webkit-scrollbar {\n\t\t\t\t\tdisplay: none;\n\t\t\t\t}\n\n\t\t\t\t.ghbCloseBtn {\n\t\t\t\t\tcursor: pointer;\n\t\t\t\t\tposition: absolute;\n\t\t\t\t\ttop: 10px;\n\t\t\t\t\tright: 12px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.activeFull {\n\t\t\t\t.ghbMainArea {\n\t\t\t\t\tbackground-color: #030303;\n\t\t\t\t\tpadding: 70px 40px;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\t.activeFull {\n\t\t\t\t.ghbChildSection {\n\t\t\t\t\tvisibility: visible;\n\t\t\t\t\topacity: 1;\n\t\t\t\t\ttransform: translateY(-50%) scale(1);\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t\t.loader {\n\t\t\ttext-align: center;\n\t\t}\n\n\t\t.pagination {\n\t\t\tdisplay: flex;\n\t\t\tflex-wrap: wrap;\n\t\t\tjustify-content: center;\n\t\t\tmargin-top: 1rem;\n\t\t\trow-gap: 10px;\n\n\t\t\tbutton {\n\t\t\t\theight: 40px;\n\t\t\t\tfont-family: inherit;\n\t\t\t\tmargin: 0 10px;\n\t\t\t\tpadding: 0px;\n\t\t\t\tcursor: pointer;\n\t\t\t\ttransition: all 0.3s ease;\n\t\t\t\tbackground: transparent;\n\t\t\t\tborder: 1px solid #eee;\n\t\t\t\twidth: 40px;\n\n\t\t\t\t&.active {\n\t\t\t\t\tfont-weight: 900;\n\t\t\t\t\tborder-color: #222;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\n\t}\n\n\t.ghbUserName {\n\t\tbackground-color: #000;\n\t\tpadding: 30px;\n\t\ttext-align: center;\n\n\t\th1 {\n\t\t\tcolor: #fff;\n\t\t\tfont-size: 25px;\n\t\t\tfont-weight: 500;\n\t\t}\n\t}\n}\n\n/*\n*\n*column set\n*/\n@for $i from 1 through 12 {\n\t.columns-#{$i} {\n\t\tgrid-template-columns: repeat(#{$i}, 1fr);\n\t}\n}\n\n@media (max-width: 768px) {\n\t@for $i from 1 through 12 {\n\t\t.columns-tablet-#{$i} {\n\t\t\tgrid-template-columns: repeat(#{$i}, 1fr);\n\t\t}\n\t}\n}\n\n@media (max-width: 576px) {\n\t@for $i from 1 through 12 {\n\t\t.columns-mobile-#{$i} {\n\t\t\tgrid-template-columns: repeat(#{$i}, 1fr);\n\t\t}\n\t}\n}"],"names":[],"sourceRoot":""}