Smoll stuff

This commit is contained in:
Simon Martens
2023-09-12 03:27:14 +02:00
parent 2c88f22f8e
commit c26a0c7267
2 changed files with 5 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -36,11 +36,11 @@
} }
.ha-managedfileheader { .ha-managedfileheader {
@apply flex flex-row gap-2 bg-slate-50 pl-3.5 pr-2.5 rounded-md py-1 w-full shadow-md select-none border-b @apply flex flex-row gap-2 bg-slate-50 pl-3.5 pr-2.5 rounded-md py-1 w-full shadow-md select-none border-b transition-all
} }
.ha-managedfileheader.expandable { .ha-managedfileheader.expandable {
@apply cursor-pointer rounded-none !rounded-t-md border-b @apply cursor-pointer rounded-none !rounded-t-md border-b hover:saturate-200 shadow duration-200
} }
.ha-managedfileheader.orange { .ha-managedfileheader.orange {
@@ -110,7 +110,7 @@
/* Classes for FileList Component */ /* Classes for FileList Component */
.ha-filelistfieldset { .ha-filelistfieldset {
@apply bg-slate-50 px-3 py-2 mt-4 @apply bg-slate-50 px-1.5 py-2 mt-4 shadow-md rounded-md
} }
.ha-filelistfieldset .ha-filelistlegend { .ha-filelistfieldset .ha-filelistlegend {
@@ -146,7 +146,7 @@
} }
.ha-selectfilesform .ha-filelistfile .ha-filelistmodified { .ha-selectfilesform .ha-filelistfile .ha-filelistmodified {
@apply grow text-right @apply grow text-right pr-1.5
} }
.ha-selectfilesform .ha-filelistoutput { .ha-selectfilesform .ha-filelistoutput {