From 9d4123cee1867ee7199b06bdc92d40611f547ecc Mon Sep 17 00:00:00 2001 From: Zach van Rijn Date: Wed, 21 Jul 2021 14:54:07 -0500 Subject: Initial unmodified import from Astra (Version: 3.6.5) @ /wp-content/themes/astra/. --- .../assets/css/unminified/slider.css | 55 ++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 inc/customizer/custom-controls/assets/css/unminified/slider.css (limited to 'inc/customizer/custom-controls/assets/css/unminified/slider.css') diff --git a/inc/customizer/custom-controls/assets/css/unminified/slider.css b/inc/customizer/custom-controls/assets/css/unminified/slider.css new file mode 100644 index 0000000..e5e407c --- /dev/null +++ b/inc/customizer/custom-controls/assets/css/unminified/slider.css @@ -0,0 +1,55 @@ +.customize-control-ast-slider .wrapper { + display: flex; +} + +.customize-control-ast-slider .components-range-control { + width: 100%; +} + +.customize-control-ast-slider .ast-range-unit, .customize-control-ast-responsive-slider .wrapper .ast-range-unit { + padding: 0 0 0 5px; + font-size: 11px; + line-height: 1em; + font-weight: 500; + align-self: auto; + text-transform: uppercase; +} +.components-range-control__slider[type=range] { + align-items: center; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; +} +.components-range-control__slider[type=range]::-webkit-slider-runnable-track, +.components-range-control__slider[type=range]::-moz-range-track { + content: ''; + height: 2px; + pointer-events: none; +} +.components-range-control__slider[type=range]::-webkit-slider-thumb, +.components-range-control__slider[type=range]::-moz-range-thumb { + cursor: pointer; + -webkit-appearance: none; + margin-top: 5px; +} +.customize-control-ast-slider .components-range-control__wrapper, +.customize-control-ast-responsive-slider .components-range-control__wrapper { + margin-left: 0px; +} +.customize-control-ast-slider span[CLASS*="-ThumbWrapper"], +.customize-control-ast-responsive-slider span[CLASS*="-ThumbWrapper"] { + height: 17px; + width: 17px; + top: 2px; + margin-left: 0px; +} +.customize-control-ast-slider.ast-top-divider .ast-resp-slider-reset-wrap, +.ast-top-divider.customize-control-ast-responsive-slider .ast-resp-slider-reset-wrap { + top: 25px; +} +.ast-top-divider.customize-control-ast-slider .ast-divider-title + .ast-slider-wrap .ast-resp-slider-reset-wrap { + top: 68px; +} +.ast-top-divider.customize-control-ast-responsive-slider .ast-responsive-slider-btns { + top: 28px; +} -- cgit v1.2.3-70-g09d2