{"mappings":"ACAA,CACE,IAAI,EAAa,SAAS,gBAAgB,CAAC,+BACvC,EAAU,SAAS,gBAAgB,CAAC,WAEd,CAAA,IAAtB,EAAW,MAAM,EACnB,CAAU,CAAC,EAAE,CAAC,SAAS,CAAC,GAAG,CAAC,kBAGP,IAAnB,EAAQ,MAAM,EAChB,EAAQ,OAAO,CACb,SAAU,CAAY,EAEhB,AADJ,CAAA,SAAW,EAAa,gBAAgB,CAAC,oBAAzC,EACa,MAAM,CAAG,GAEpB,AADA,CAAA,YAAc,QAAQ,CAAC,SAAS,MAAM,CAAG,EAAE,AAAF,EAC7B,SAAS,CAAC,GAAG,CAAC,QAE9B,EAGN","sources":["","src/components/sidebar/sidebar.js"],"sourcesContent":["var $cdddc8cda9508526$exports = {};\n{\n let profileImg = document.querySelectorAll('.sidebar__section.-full img');\n let sidebar = document.querySelectorAll('.sidebar');\n if (profileImg.length !== 0) profileImg[0].classList.add('sidebar__image');\n if (sidebar.length !== 0) sidebar.forEach(function(sidebarBlock) {\n sections = sidebarBlock.querySelectorAll('.sidebar__section');\n if (sections.length > 0) {\n lastSection = sections[sections.length - 1];\n lastSection.classList.add('-last');\n }\n });\n}\n\n//# sourceMappingURL=sidebar.js.map\n","{\n let profileImg = document.querySelectorAll('.sidebar__section.-full img');\n let sidebar = document.querySelectorAll('.sidebar');\n\n if (profileImg.length !== 0) {\n profileImg[0].classList.add('sidebar__image');\n }\n\n if (sidebar.length !== 0) {\n sidebar.forEach(\n function (sidebarBlock) {\n sections = sidebarBlock.querySelectorAll('.sidebar__section');\n if (sections.length > 0) {\n lastSection = sections[sections.length - 1];\n lastSection.classList.add('-last');\n }\n }\n )\n }\n}\n"],"names":["profileImg","document","querySelectorAll","sidebar","length","classList","add","forEach","sidebarBlock","sections","lastSection"],"version":3,"file":"sidebar.js.map"}