This commit is contained in:
2025-12-10 14:23:53 +03:00
parent c84b9788d9
commit 1e328b315c
15 changed files with 170 additions and 209 deletions

View File

@@ -1,8 +1,13 @@
<template>
<q-layout view="lHr lpr lFr" class="bg-transparent relative-position">
<q-layout view="lHr lpr lFr" class="bg-grey-11 relative-position">
<q-header
class="main-content q-py-sm"
:class="isHeroScroll ? 'text-white bg-transparent' : 'text-grey glass'"
class="main-content q-py-sm q-px-md"
:class="isHeroScroll ? 'text-white bg-transparent' : 'text-grey glass shadow-6'"
style="
transition: background-color 0.5s ease, color 0.5s ease;
border-bottom-left-radius: var(--base-radius);
border-bottom-right-radius: var(--base-radius);
"
reveal
>
<div