/* #region "../src/elements/spacer/spacer.scss" */
/*
- type: css
*/
/*******************************
 * Buttons
 ******************************/
/*
 * Applies the complete set of button styles with all desired style variations.
 * This mixin is normally applied to form buttons or links with
 * the desired button classes eg. .button.style-xxx.
 */
/*
 * Contains styles that all of the buttons have in common.
 * Some button styles might opt out or override some of these styles.
 * One benefit of this approach is that all of the buttons will be consistently
 * configurable with the CSS variables defined below.
 */
/*******************************
 * Button Styles
 *
 * Styles should define the way the buttons look. Depending on the project,
 * you may need to optimize each style based on the section / element that
 * a button is used in. For that purpose you can use the predefined CSS
 * variables to easily overwrite the desired colors based on your need.
 ******************************/
/*******************************
 * Inputs
 ******************************/
.spacer {
  height: 0;
  pointer-events: none;
  margin-top: var(--spacer-size, 0) !important;
}
.spacer[data-size=small] {
  --spacer-size: clamp(0.5rem, -0.1923076923rem + 3.0769230769vw, 2.5rem);
}
.spacer[data-size=medium] {
  --spacer-size: clamp(1rem, -0.3846153846rem + 6.1538461538vw, 5rem);
}
.spacer[data-size=large] {
  --spacer-size: clamp(1.5rem, -0.5769230769rem + 9.2307692308vw, 7.5rem);
}
/* #endregion "../src/elements/spacer/spacer.scss" */

head{--webpack--css-wpce--spacer:&\.\.\/src\/elements\/spacer\/spacer\.scss;}
/*# sourceMappingURL=css-wpce--spacer.css.map*/