{"version":3,"file":"style.css","mappings":"AA0BA,KACC,oDAID,WACC,gCAKA,wBACC,yBAGD,wBACC,yBAGD,wBACC,yBAGD,wBACC,yBAGD,wBACC,yBAOD,+KAMC,yBAGD,uBACC,8BAKD,WACC,oCAGD,QACC,gDALD,WACC,oCAGD,QACC,gDALD,WACC,oCAGD,QACC,gDALD,WACC,oCAGD,QACC,gDALD,WACC,oCAGD,QACC,gDALD,WACC,oCAGD,QACC,gDALD,WACC,oCAGD,QACC,gDALD,WACC,oCAGD,QACC,gDALD,WACC,oCAGD,QACC,gDALD,YACC,qCAGD,SACC,mDALD,YACC,qCAGD,SACC,mDALD,YACC,qCAGD,SACC,mDAIF,wBAEE,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,mBACC,qCAGD,gBACC,mDALD,mBACC,qCAGD,gBACC,mDALD,mBACC,qCAGD,gBACC,oDAKH,wBAEE,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,kBACC,oCAGD,eACC,gDALD,mBACC,qCAGD,gBACC,mDALD,mBACC,qCAGD,gBACC,mDALD,mBACC,qCAGD,gBACC,oDA4FH,sBAEC,yBAEA,kBAHA,WAEA,YACA,CAGD,sBACC,yBAGD,sBACC,0BAGD,qBACC","sources":["webpack://b-blocks/./src/style.scss"],"sourcesContent":["$primaryColor: #4527a4;\r\n$secondaryColor: #8344c5;\r\n\r\n// .alignwide{\r\n// \tmax-width: 100vw!important;\r\n// \tmargin: 0 calc(-50vw + 58%)!important;\r\n// }\r\n\r\n// @media screen and (max-width: 1200px){\r\n// \t.alignwide{\r\n// \t\tmargin: 0 calc(-50vw + 55%)!important;\r\n// \t}\r\n// }\r\n\r\n// @media screen and (max-width: 992px){\r\n// \t.alignwide{\r\n// \t\tmargin: 0 calc(-50vw + 53%)!important;\r\n// \t}\r\n// }\r\n\r\n// @media screen and (max-width: 576px){\r\n// \t.alignwide{\r\n// \t\tmargin: 0 calc(-50vw + 55%)!important;\r\n// \t}\r\n// }\r\n\r\nbody {\r\n\tbox-sizing: border-box;\r\n}\r\n\r\n// Dashicon\r\n.dashicons {\r\n\tfont-family: dashicons !important;\r\n}\r\n\r\n// Inner Content\r\n.bBlocksInnerContent {\r\n\th1 {\r\n\t\tfont-size: 20px !important;\r\n\t}\r\n\r\n\th2 {\r\n\t\tfont-size: 19px !important;\r\n\t}\r\n\r\n\th3 {\r\n\t\tfont-size: 18px !important;\r\n\t}\r\n\r\n\th4 {\r\n\t\tfont-size: 17px !important;\r\n\t}\r\n\r\n\th5 {\r\n\t\tfont-size: 16px !important;\r\n\t}\r\n\r\n\th6 {\r\n\t\tfont-size: 15px !important;\r\n\t}\r\n\r\n\tp,\r\n\tspan,\r\n\tdiv,\r\n\ta,\r\n\tbutton,\r\n\tmark {\r\n\t\tfont-size: 15px !important;\r\n\t}\r\n\r\n\t* {\r\n\t\tfont-family: inherit !important;\r\n\t}\r\n}\r\n\r\n@for $i from 1 through 12 {\r\n\t.columns-#{$i} {\r\n\t\tgrid-template-columns: repeat(#{$i}, 1fr);\r\n\t}\r\n\r\n\t.cols-#{$i} {\r\n\t\tcolumns: #{$i};\r\n\t}\r\n}\r\n\r\n@media (max-width: 768px) {\r\n\t@for $i from 1 through 12 {\r\n\t\t.columns-tablet-#{$i} {\r\n\t\t\tgrid-template-columns: repeat(#{$i}, 1fr);\r\n\t\t}\r\n\r\n\t\t.cols-tablet-#{$i} {\r\n\t\t\tcolumns: #{$i};\r\n\t\t}\r\n\t}\r\n}\r\n\r\n@media (max-width: 576px) {\r\n\t@for $i from 1 through 12 {\r\n\t\t.columns-mobile-#{$i} {\r\n\t\t\tgrid-template-columns: repeat(#{$i}, 1fr);\r\n\t\t}\r\n\r\n\t\t.cols-mobile-#{$i} {\r\n\t\t\tcolumns: #{$i};\r\n\t\t}\r\n\t}\r\n}\r\n\r\n// Button\r\n// .b_blocks_btn {\r\n// \tdisplay: inline-block;\r\n// \tborder: none;\r\n// \toutline: 0;\r\n// \ttransition: all .3s ease;\r\n// \ttext-decoration: none;\r\n\r\n// \t&:focus {\r\n// \t\toutline: 0;\r\n// \t}\r\n// }\r\n\r\n// .b_blocks_btn_small {\r\n// \tcolor: #fff !important;\r\n// \tbackground-color: $primaryColor;\r\n// \tpadding: 8px 25px;\r\n// \tborder-radius: 50px;\r\n\r\n// \t&:hover {\r\n// \t\tbackground-color: $secondaryColor;\r\n// \t}\r\n// }\r\n\r\n\r\n// Tabs\r\n// .b_blocks_tabs {\r\n// \t.nav.nav-pills {\r\n// \t\t.nav-link {\r\n// \t\t\tbox-shadow: none;\r\n// \t\t\tborder: 1px solid $primaryColor;\r\n// \t\t\tcolor: $primaryColor !important;\r\n\r\n// \t\t\t&.active {\r\n// \t\t\t\tcolor: #fff !important;\r\n// \t\t\t\tbackground-color: $primaryColor;\r\n// \t\t\t\tborder-color: transparent;\r\n\r\n// \t\t\t\t.b_blocks_remove_tab_btn {\r\n// \t\t\t\t\tcolor: #fff !important;\r\n// \t\t\t\t}\r\n// \t\t\t}\r\n\r\n// \t\t\t.b_blocks_remove_tab_btn {\r\n// \t\t\t\tcolor: $primaryColor !important;\r\n// \t\t\t}\r\n// \t\t}\r\n// \t}\r\n\r\n// \t>.pills {\r\n// \t\t.nav-link {\r\n// \t\t\tmargin-right: 5px;\r\n// \t\t}\r\n// \t}\r\n\r\n// \t>.vertical-pills {\r\n// \t\t.nav-link {\r\n// \t\t\tmargin-bottom: 5px;\r\n// \t\t\twidth: 100%;\r\n// \t\t}\r\n// \t}\r\n\r\n// \t.nav.nav-tabs {\r\n// \t\tborder-bottom: 1px solid $primaryColor;\r\n\r\n// \t\t.nav-link {\r\n// \t\t\tbox-shadow: none;\r\n\r\n// \t\t\t&.active,\r\n// \t\t\t&:hover {\r\n// \t\t\t\tbackground-color: transparent;\r\n// \t\t\t\tborder-color: $primaryColor;\r\n// \t\t\t\tborder-bottom-width: 3px;\r\n// \t\t\t}\r\n\r\n// \t\t\t.b_blocks_remove_tab_btn {\r\n// \t\t\t\tcolor: $primaryColor !important;\r\n// \t\t\t}\r\n// \t\t}\r\n// \t}\r\n// }\r\n\r\n// .mb-3 {\r\n// \tmargin-bottom: 3px !important;\r\n// }\r\n\r\n// Inline Text Style\r\n.bBlocksTextHighlight {\r\n\tcolor: #333;\r\n\tbackground-color: #beff14;\r\n\tpadding: .2em;\r\n\tborder-radius: 3px;\r\n}\r\n\r\n.bBlocksTextUppercase {\r\n\ttext-transform: uppercase;\r\n}\r\n\r\n.bBlocksTextUnderline {\r\n\ttext-decoration: underline;\r\n}\r\n\r\n.bBlocksTextOverline {\r\n\ttext-decoration: overline;\r\n}"],"names":[],"sourceRoot":""}