{"version":3,"file":"blocks/LoadMore/style-index.css","mappings":";;;AAEA;EACC;EACA;EACA;AADD;AAGC;EACC;AADF;AAIC;EACC;AAFF;AAKC;EACC;AAHF;AAQC;EACC;AANF;AASC;EACC;EACA;EACA;EACA;EACA;EACA;EACA;AAPF;AASE;EACC;EACA;AAPH;AAUE;EACC;EACA;AARH;;AAeA;EACC;AAZD,C","sources":["webpack://brandy-blocks/./src/blocks/LoadMore/style.scss"],"sourcesContent":["// Load More — shared editor + frontend styles.\n\n.brandy-load-more {\n\tbox-sizing: border-box;\n\tdisplay: flex;\n\tmargin-top: 1.5em;\n\n\t&.is-aligned-left {\n\t\tjustify-content: flex-start;\n\t}\n\n\t&.is-aligned-center {\n\t\tjustify-content: center;\n\t}\n\n\t&.is-aligned-right {\n\t\tjustify-content: flex-end;\n\t}\n\n\t// Set once the last page has been appended. The button is removed rather\n\t// than disabled: a control that can never do anything again is noise.\n\t&.is-done {\n\t\tdisplay: none;\n\t}\n\n\t&__button {\n\t\tpadding: 0.7em 1.6em;\n\t\tborder: 1px solid currentColor;\n\t\tbackground: none;\n\t\tcolor: inherit;\n\t\tfont: inherit;\n\t\tline-height: 1.2;\n\t\tcursor: pointer;\n\n\t\t&[disabled] {\n\t\t\tcursor: progress;\n\t\t\topacity: 0.7;\n\t\t}\n\n\t\t&:focus-visible {\n\t\t\toutline: 2px solid currentColor;\n\t\t\toutline-offset: 2px;\n\t\t}\n\t}\n}\n\n// The rows the button appends are focused programmatically; that focus should\n// not draw a ring the reader did not ask for.\n.wp-block-brandy-post-template > li[tabindex='-1']:focus {\n\toutline: none;\n}\n"],"names":[],"sourceRoot":""}