7 changed files with 93 additions and 102 deletions
@ -1,16 +1,14 @@ |
|||||
module.exports = { |
module.exports = { |
||||
content: [ |
|
||||
'./assets/js/**/*.vue', |
|
||||
], |
|
||||
|
content: ['./assets/js/**/*.vue'], |
||||
theme: { |
theme: { |
||||
extend: { |
extend: { |
||||
colors: { |
colors: { |
||||
primary: { |
primary: { |
||||
DEFAULT: 'hsl(25.3, 71.3%, 56.3%)' |
|
||||
} |
|
||||
} |
|
||||
|
DEFAULT: 'var(--iw-slider-primary-color)', |
||||
|
}, |
||||
|
}, |
||||
}, |
}, |
||||
}, |
}, |
||||
plugins: [], |
plugins: [], |
||||
important: true, |
important: true, |
||||
} |
|
||||
|
}; |
||||
|
|||||
@ -1,16 +1,5 @@ |
|||||
<style type="text/css"> |
<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> |
</style> |
||||
|
|||||
Loading…
Reference in new issue