| @@ -1,19 +1,4 @@ | ||
| 1 | -/*!****************************************************************************************************************************************************************************************************************************************!*\ | |
| 2 | - !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./src/editor.scss ***! | |
| 3 | - \****************************************************************************************************************************************************************************************************************************************/ | |
| 4 | -/** | |
| 5 | - * The following styles get applied inside the editor only. | |
| 6 | - * | |
| 7 | - * Replace them with your own styles or remove the file completely. | |
| 8 | - */ | |
| 9 | -.dep-widget-wrapper { | |
| 10 | - display: flex; | |
| 11 | - align-items: center; | |
| 12 | - box-shadow: 0 1px 12px rgba(0, 0, 0, 0.3137254902); | |
| 13 | - padding: 10px; | |
| 14 | -} | |
| 15 | -.dep-widget-wrapper img { | |
| 16 | - width: 60px; | |
| 17 | -} | |
| 18 | - | |
| 19 | -/*# sourceMappingURL=index.css.map*/ | |
| 1 | +.dep-widget-wrapper{align-items:center;box-shadow:0 1px 12px rgba(0,0,0,.314);display:flex;padding:10px}.dep-widget-wrapper img{width:60px}.components-panel__row.sliderBtns{justify-content:flex-start} | |
| 2 | +body .wp-block-depicter-slider{max-width:1920px !important;border-top:18px solid transparent;border-bottom:28px solid transparent;margin-top:0 !important;margin-bottom:0 !important;} | |
| 3 | +#dep-publish-slider-btn {margin-right:8px;} | |
| 4 | +body.rtl #dep-publish-slider-btn {margin-left:8px;} | |