mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-29 17:25:32 +00:00
Moved unused code into Achive
This commit is contained in:
@@ -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
Reference in New Issue
Block a user