{ "version": 3, "sources": ["../javascripts/styled-components/layout/reset.tsx"], "sourcesContent": ["import styled, { css } from 'styled-components';\n\nexport const ButtonReset = styled.button.withConfig({ componentId: 'sc-1yk9qw9-0' })`\n display: inline-block;\n padding: 0;\n margin: 0;\n background-color: transparent;\n border: 0;\n border-radius: 0;\n font-family: var(--font-family);\n font-weight: var(--font-weight-regular);\n font-size: 1em;\n color: currentColor;\n line-height: 1.2;\n text-align: center;\n text-decoration: none;\n -webkit-tap-highlight-color: rgba(255, 255, 255, 0);\n cursor: pointer;\n`;\n\nconst inputPlaceholderStyle = css`\n font-family: var(--font-family);\n font-weight: var(--font-weight-light);\n color: var(--c-text-muted);\n`;\n\nexport const inputPlaceholder = css`\n &::-webkit-input-placeholder {\n ${inputPlaceholderStyle}\n }\n\n &:-moz-placeholder {\n ${inputPlaceholderStyle}\n }\n\n &::-moz-placeholder {\n ${inputPlaceholderStyle}\n }\n\n &:-ms-input-placeholder {\n ${inputPlaceholderStyle}\n }\n`;\n"], "mappings": "sDAEO,IAAMA,EAAcC,EAAO,OAAO,WAAW,CAAE,YAAa,cAAe,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAkB7EC,EAAwBC;AAAA;AAAA;AAAA;AAAA,EAMjBC,EAAmBD;AAAA;AAAA,UAEtBD,CAAqB;AAAA;AAAA;AAAA;AAAA,UAIrBA,CAAqB;AAAA;AAAA;AAAA;AAAA,UAIrBA,CAAqB;AAAA;AAAA;AAAA;AAAA,UAIrBA,CAAqB;AAAA;", "names": ["ButtonReset", "dt", "inputPlaceholderStyle", "lt", "inputPlaceholder"] }