Moved unused code into Achive

This commit is contained in:
Simon Martens
2022-11-25 19:15:23 +01:00
parent 5cc684550b
commit 02abfb111a
239 changed files with 51948 additions and 1673 deletions

View File

@@ -9,7 +9,7 @@
}
.ha-topnav a {
@apply text-slate-700 hover:text-slate-900 desktop:border-b-4 desktop:border-transparent dark:border-slate-700
@apply text-slate-700 hover:text-slate-900 desktop:border-b-4 desktop:border-transparent
}
.ha-topnav a.active {
@@ -95,22 +95,26 @@
}
header .switchsites {
@apply absolute right-0 border-t-2 -bottom-11
@apply absolute right-0 -bottom-11
}
header .switchsites .switchsitesbtn {
@apply flex w-auto dark:bg-slate-900 bg-gray-50 text-base drop-shadow-sm dark:drop-shadow-md
@apply flex w-auto dark:bg-slate-900 bg-gray-50 text-base drop-shadow-sm dark:drop-shadow-md border-b border-slate-400 box-border text-slate-800 dark:text-white
}
header .switchsites .switchsitesbtn:hover {
@apply drop-shadow text-black dark:text-white
}
header .switchsites .switchsitesbtn img {
@apply inline-block w-5 h-5 mr-2 border dark:border-none border-gray-300 mb-0.5 mt-1 mx-2
@apply block h-5 mx-2 self-center
}
header .switchsites .switchsitesbtn .switchsitestext {
@apply underline decoration-dotted hover:decoration-solid decoration-slate-500 mb-0.5 mt-1 mx-2
@apply block mb-0.5 mt-1 mr-2 ml-1
}
header .switchsites .switchsitesbtn .switchsitesarrow {
@apply h-full pb-0.5 pt-1 px-2 shadow-inner border-l
@apply block h-8 pb-0.5 pt-1 pl-1 pr-2
}
}

File diff suppressed because one or more lines are too long