{"version":3,"sources":["lib/littleDropDown/littleDropDown.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,GAAG,8DA0Df,CAAC","file":"../../../lib/littleDropDown/littleDropDown.css.d.ts","sourcesContent":["import { html } from '../../../../../lit-html/lit-html.js';\n\nexport const css = html`\n<style id=\"lw-drop-down-css\">\nlw-drop-down {\n  display: block;\n}\n\n.lw-drop-down__item_hidden {\n  display: none;\n}\n\n.lw-drop-down__hamburger {\n  width: 34px;\n  height: 34px;\n  display: inline-block;\n}\n\n.pure-menu-horizontal .pure-menu-children.lw-drop-down__hamburger-menu {\n  right: 0;\n  left: -10em;\n}\n\n.pure-menu-horizontal .pure-menu-has-children>.pure-menu-link.lw-drop-down__hamburger:after {\n  content: '';\n}\n\n.lw-drop-down__hamburger:after {\n  content: '';\n}\n\n.lw-drop-down__hambun {\n  background-color: #777;\n  display: block;\n  width: 20px;\n  height: 2px;\n  border-radius: 100px;\n  position: absolute;\n  top: 18px;\n  right: 7px;\n  transition: all 0.5s;\n}\n\n.lw-drop-down__hambun:first-child {\n  transform: translateY(-6px);\n}\n\n.lw-drop-down__hambun:last-child {\n  transform: translateY(-12px);\n}\n\n.lw-drop-down__hambun_x {\n  transform: rotate(45deg);\n}\n\n.lw-drop-down__hambun_x:first-child, .lw-drop-down__hambun_x:last-child {\n  transform: rotate(-45deg);\n}\n\n</style>\n`;\n"]}