mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 09:45:32 +00:00
13 lines
378 B
CSS
13 lines
378 B
CSS
@layer components {
|
|
/* COLORS */
|
|
|
|
|
|
/* STYLES */
|
|
.ha-scrollbutton {
|
|
@apply opacity-0 transition-opacity duration-500 cursor-pointer fixed left-[85%] text-center bottom-0 pb-3 pt-2 bg-slate-50 dark:bg-slate-700 dark:text-white px-2 shadow-md rounded-t-xl hover:shadow-lg text-hamannSlate-700 hover:text-hamannSlate-500
|
|
}
|
|
|
|
.ha-scrollbuttonarrow {
|
|
@apply h-8 w-8
|
|
}
|
|
} |