7 changed files with 93 additions and 102 deletions
@ -1,16 +1,14 @@ |
|||
module.exports = { |
|||
content: [ |
|||
'./assets/js/**/*.vue', |
|||
], |
|||
content: ['./assets/js/**/*.vue'], |
|||
theme: { |
|||
extend: { |
|||
colors: { |
|||
primary: { |
|||
DEFAULT: 'hsl(25.3, 71.3%, 56.3%)' |
|||
} |
|||
} |
|||
DEFAULT: 'var(--iw-slider-primary-color)', |
|||
}, |
|||
}, |
|||
}, |
|||
}, |
|||
plugins: [], |
|||
important: true, |
|||
} |
|||
}; |
|||
|
|||
@ -1,16 +1,5 @@ |
|||
<style type="text/css"> |
|||
.slider-custom { |
|||
--slider-connect-bg: #ef4444; |
|||
--slider-tooltip-bg: #ef4444; |
|||
--slider-handle-ring-color: #ef444430; |
|||
} |
|||
.bg-primarycustom { |
|||
background-color: #ff0000 !important; |
|||
} |
|||
.peer:checked ~ .peer-checked\:border-b-primarycustom { |
|||
border-bottom-color: #ff0000 !important; |
|||
} |
|||
.text-primary { |
|||
color: #ff0000 !important; |
|||
:root { |
|||
--iw-slider-primary-color: #ff0000; |
|||
} |
|||
</style> |
|||
|
|||
Loading…
Reference in new issue