{"version":3,"file":"blocks/CountDown/index.css","mappings":";;;AAIE;EACC;AAHH;AAME;EACC;AAJH;AASE;EACC;EACA;EACA;AAPH,C;;;;ACVA;EACC;EACA;EACA;EACA;EACA;AACD;AACC;EACC;EACA;EACA;EACA;EACA;EACA;AACF;AACE;EACC;AACH;AAEE;EAGC;EACA;AAFH,C;;;;ACjBI;EACC;AAHL,C;;;;ACFA;EACC;EACA;EACA;EACA;EACA;EACA;EACA;AACD;AACC;EAEC;EACA;AAAF,C;;;;ACXC;EACC;EACA;AAAF;AAEE;EACC;AAAH;;AAKA;EACC;EACA;EACA;EACA;EACA;EACA;AAFD;AAIC;EACC;EACA;EACA;AAFF;AAKC;EACC;AAHF;AAKE;EAEC;EACA;AAJH;AAQC;EACC;EACA;AANF;AAQE;EACC;AANH;AASE;EACC;EACA;AAPH;AAWC;EACC;EACA;EACA;AATF;AAWE;EACC;EACA;EACA;EACA;EACA;AATH;AAWG;EACC;AATJ;AAYG;EACC;EACA;EACA;AAVJ;AAeC;EACC;EACA;EACA;EACA;EACA;EACA;AAbF;AAeE;EACC;EACA;EAEA;EACA;EACA;EACA;EAEA;AAfH;AAiBG;EACC;AAfJ;AAkBG;EACC;AAhBJ;AAkBI;EACC;AAhBL,C","sources":["webpack://brandy-blocks/./src/components/Slider/index.scss","webpack://brandy-blocks/./src/components/ButtonGroup/index.scss","webpack://brandy-blocks/./src/components/HorizontalAlignment/index.scss","webpack://brandy-blocks/./src/components/Select/index.scss","webpack://brandy-blocks/./src/components/Typography/index.scss"],"sourcesContent":[".brandy-editor-slider {\n\n\t.components-range-control__wrapper {\n\n\t\t&>:nth-child(2) {\n\t\t\tbackground-color: #E3E8EE;\n\t\t}\n\n\t\t.components-range-control__track {\n\t\t\tbackground-color: #347BB5;\n\t\t}\n\t}\n\n\t.components-input-control {\n\t\t.components-input-control__backdrop {\n\t\t\tborder-color: #E3E8EE !important;\n\t\t\tborder-radius: 3px !important;\n\t\t\tpadding: 9px 12px !important;\n\t\t}\n\t}\n}",".brandy-editor-btn-group {\n\tdisplay: flex;\n\twidth: 100%;\n\tborder-radius: 3px;\n\tborder: 1px solid #F0F2F4;\n\tbackground: #FFF;\n\n\t&>button {\n\t\tflex: 1;\n\t\tjustify-content: center;\n\t\talign-items: center;\n\t\toutline: none !important;\n\t\tbox-shadow: none !important;\n\t\tborder: 1px solid rgba(209, 234, 255, 0.70) !important;\n\n\t\t&.selected {\n\t\t\tbackground: rgba(209, 234, 255, 0.70);\n\t\t}\n\n\t\t&:focus,\n\t\t&:focus-visible,\n\t\t&:focus-within {\n\t\t\tbox-shadow: none;\n\t\t\toutline: none;\n\t\t}\n\t}\n}",".brandy-btn-group-icons {\n\t>button {\n\t\t&.selected {\n\t\t\tsvg {\n\t\t\t\t*[fill] {\n\t\t\t\t\tfill: #2271B1;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}",".brandy-editor-select {\n\tborder-color: #e3e8ee !important;\n\tpadding: 5px 24px 5px 8px !important;\n\tborder-radius: 5px !important;\n\tmargin-bottom: 0;\n\toutline: none;\n\tfont-size: 13px !important;\n\twidth: 100%;\n\n\t&:focus,\n\t&:focus-visible {\n\t\toutline: none;\n\t\tbox-shadow: 0 0 1px #2271b1;\n\t}\n}\n",".brandy-editor {\n\t.typography-indicator {\n\t\tcursor: pointer;\n\t\tdisplay: inline-block;\n\n\t\tspan:empty {\n\t\t\tdisplay: none;\n\t\t}\n\t}\n}\n\n.brandy-typography-modal {\n\twidth: 285px;\n\tpadding: 25px 20px;\n\tbackground: #fff;\n\tbox-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);\n\tborder-radius: 5px;\n\toverflow: hidden;\n\n\t.components-base-control__label {\n\t\tcolor: #5A6D80;\n\t\tfont-weight: 500;\n\t\tfont-size: 12px;\n\t}\n\n\tselect {\n\t\tmargin-bottom: 0;\n\n\t\t&:focus,\n\t\t&:focus-visible {\n\t\t\tbox-shadow: none;\n\t\t\toutline: none;\n\t\t}\n\t}\n\n\t.brandy-typography-group {\n\t\tpadding: 15px 0;\n\t\tborder-bottom: 1px solid #F0F2F4;\n\n\t\t&:first-child {\n\t\t\tpadding-top: 0;\n\t\t}\n\n\t\t&:last-child {\n\t\t\tpadding-bottom: 0;\n\t\t\tborder-bottom: 0;\n\t\t}\n\t}\n\n\t.brandy-typography__selector {\n\t\tdisplay: grid;\n\t\tgrid-template-columns: 30% 35% 35%;\n\t\tgap: 8px;\n\n\t\tselect {\n\t\t\tcolor: #000729;\n\t\t\tbackground-color: rgba(240, 242, 244, 0.50);\n\t\t\tborder-radius: 3px;\n\t\t\tborder: none;\n\t\t\toutline: none;\n\n\t\t\t&:hover {\n\t\t\t\tcolor: inherit;\n\t\t\t}\n\n\t\t\t&:focus {\n\t\t\t\toutline: none;\n\t\t\t\tborder: none;\n\t\t\t\tbox-shadow: none;\n\t\t\t}\n\t\t}\n\t}\n\n\t.brandy-typography__selection-list {\n\t\tdisplay: flex;\n\t\tbackground: rgba(240, 242, 244, 0.50);\n\t\tpadding: 4px;\n\t\tjustify-content: space-between;\n\t\talign-items: center;\n\t\tborder-radius: 3px;\n\n\t\t.brandy-typography__selection-item {\n\t\t\tcursor: pointer;\n\t\t\tborder-radius: 3px;\n\n\t\t\tdisplay: inline-flex;\n\t\t\tpadding: 5px;\n\t\t\talign-content: center;\n\t\t\tjustify-content: center;\n\n\t\t\ttransition: background .1s ease-in-out;\n\n\t\t\t&:hover {\n\t\t\t\tbackground: #e1e5e8;\n\t\t\t}\n\n\t\t\t&.item-active {\n\t\t\t\tbackground: #C6D4E1;\n\n\t\t\t\tsvg *[fill] {\n\t\t\t\t\tfill: #000729;\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t}\n}"],"names":[],"sourceRoot":""}