diff --git a/storefront/app/assets/styles/main.scss b/storefront/app/assets/styles/main.scss index 91455306..c5e9bc76 100644 --- a/storefront/app/assets/styles/main.scss +++ b/storefront/app/assets/styles/main.scss @@ -9,5 +9,6 @@ @use "ui/notification"; @use "ui/rating"; @use "ui/select"; +@use "ui/slider"; diff --git a/storefront/app/assets/styles/ui/slider.scss b/storefront/app/assets/styles/ui/slider.scss new file mode 100644 index 00000000..66b89b9c --- /dev/null +++ b/storefront/app/assets/styles/ui/slider.scss @@ -0,0 +1,17 @@ +.el-slider { + width: 90% !important; + margin-inline: auto; + height: 30px !important; +} + +.el-slider__bar, .el-slider__runway { + height: 4px !important; +} +.el-slider__button-wrapper { + width: 34px !important; + height: 34px !important; +} +.el-slider__button { + width: 16px !important; + height: 16px !important; +} \ No newline at end of file diff --git a/storefront/app/components/base/header/index.vue b/storefront/app/components/base/header/index.vue index ecf2c2cc..d94bf31f 100644 --- a/storefront/app/components/base/header/index.vue +++ b/storefront/app/components/base/header/index.vue @@ -55,6 +55,7 @@
{{ t('buttons.clearAll') }}