{"version":3,"file":"styles.css","mappings":"AAaA,gBAGA,eAFA,eACA,gBAEA,CAEA,gBAEA,oDAIA,yBAFA,qBACA,cAEA","sources":["webpack://@square/maker/./src/components/BlockFormControlLayout/src/BlockFormControlLayout.vue"],"sourcesContent":["<template>\n\t<div :class=\"$s.Container\">\n\t\t<slot name=\"control\" />\n\t\t<span\n\t\t\tv-if=\"$slots.error\"\n\t\t\t:class=\"$s.Error\"\n\t\t>\n\t\t\t<slot name=\"error\" />\n\t\t</span>\n\t</div>\n</template>\n\n<style module=\"$s\">\n.Container {\n\tfont-size: 14px;\n\tline-height: 24px;\n\tcursor: pointer;\n}\n\n.Error {\n\t/* provided by theme eventually */\n\t--color-error: $maker-color-error-fill;\n\n\tdisplay: inline-block;\n\tmargin-top: 8px;\n\tcolor: var(--color-error);\n}\n</style>\n"],"names":[],"sourceRoot":""}