mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Fix tailwindcss warnings
This commit is contained in:
@ -24,11 +24,8 @@
|
|||||||
z-index: 35;
|
z-index: 35;
|
||||||
}
|
}
|
||||||
|
|
||||||
@variants responsive {
|
.min-h-7 {
|
||||||
.min-h-7 {
|
min-height: 1.75rem;
|
||||||
min-height: 1.75rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar-none {
|
.scrollbar-none {
|
||||||
@ -47,37 +44,35 @@
|
|||||||
width: 8px;
|
width: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@variants dark {
|
.scrollbar-dark-sidebar {
|
||||||
.scrollbar-dark-sidebar {
|
scrollbar-color: rgba(15,23,42,0.9) rgba(15,23,42,0.3);
|
||||||
scrollbar-color: rgba(15,23,42,0.9) rgba(15,23,42,0.3);
|
}
|
||||||
}
|
.scrollbar-light-sidebar {
|
||||||
.scrollbar-light-sidebar {
|
scrollbar-color: rgba(219, 234, 254, 1.0) rgba(219, 234, 254,0.3);
|
||||||
scrollbar-color: rgba(219, 234, 254, 1.0) rgba(219, 234, 254,0.3);
|
}
|
||||||
}
|
.scrollbar-main {
|
||||||
.scrollbar-main {
|
scrollbar-color: rgba(156, 163, 175,0.9) rgba(156, 163, 175,0.3);
|
||||||
scrollbar-color: rgba(156, 163, 175,0.9) rgba(156, 163, 175,0.3);
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.scrollbar-dark-sidebar::-webkit-scrollbar {
|
.scrollbar-dark-sidebar::-webkit-scrollbar {
|
||||||
background-color: rgba(15,23,42,0.3);
|
background-color: rgba(15,23,42,0.3);
|
||||||
}
|
}
|
||||||
.scrollbar-dark-sidebar::-webkit-scrollbar-thumb {
|
.scrollbar-dark-sidebar::-webkit-scrollbar-thumb {
|
||||||
background: rgba(15,23,42,0.9);
|
background: rgba(15,23,42,0.9);
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar-light-sidebar::-webkit-scrollbar {
|
.scrollbar-light-sidebar::-webkit-scrollbar {
|
||||||
background-color: rgba(219, 234, 254, 0.3);
|
background-color: rgba(219, 234, 254, 0.3);
|
||||||
}
|
}
|
||||||
.scrollbar-light-sidebar::-webkit-scrollbar-thumb {
|
.scrollbar-light-sidebar::-webkit-scrollbar-thumb {
|
||||||
background: rgba(219, 234, 254, 1.0);
|
background: rgba(219, 234, 254, 1.0);
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollbar-main::-webkit-scrollbar {
|
.scrollbar-main::-webkit-scrollbar {
|
||||||
background-color: rgba(156, 163, 175, 0.3);
|
background-color: rgba(156, 163, 175, 0.3);
|
||||||
}
|
}
|
||||||
.scrollbar-main::-webkit-scrollbar-thumb {
|
.scrollbar-main::-webkit-scrollbar-thumb {
|
||||||
background: rgba(156, 163, 175, 0.9);
|
background: rgba(156, 163, 175, 0.9);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ds-card-search-hl strong {
|
.ds-card-search-hl strong {
|
||||||
|
@ -19,12 +19,6 @@ module.exports = {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
variants: {
|
|
||||||
extend: {
|
|
||||||
backgroundOpacity: ['dark']
|
|
||||||
}
|
|
||||||
},
|
|
||||||
purge: false,
|
|
||||||
plugins: [
|
plugins: [
|
||||||
require('@tailwindcss/forms')
|
require('@tailwindcss/forms')
|
||||||
]
|
]
|
||||||
|
Reference in New Issue
Block a user