/*!****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/back-to-top/editor.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */
.back-to-top-block.right {
  display: block;
  bottom: var(--bottom-spacing);
  z-index: 999;
  text-align: end;
}

.back-to-top-block.right .back-to-top-icon-editor {
  position: relative;
  right: var(--right-spacing);
  display: inline-flex;
}

.back-to-top-block.left {
  display: block;
  bottom: var(--bottom-spacing);
  z-index: 999;
}

.back-to-top-block.left .back-to-top-icon-editor {
  position: relative;
  left: var(--left-spacing);
  display: inline-flex;
}

/*# sourceMappingURL=index.css.map*/