small-fix
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-04-18 23:59:35 +03:00
parent 0e8cd99212
commit e985b94ca4

View File

@@ -8,14 +8,10 @@
> >
<div <div
class="q-mx-md q-mt-lg q-py-sm q-px-md" class="q-mx-md q-mt-lg q-py-sm q-px-md"
:class="isHeroScroll ? 'text-white' : 'text-white shadow-6'" :class="isHeroScroll ? 'text-white' : 'text-white glass shadow-6'"
style=" style="
transition: background-color 0.5s ease, color 0.5s ease; transition: background-color 0.5s ease, color 0.5s ease;
border-radius: var(--base-radius); border-radius: var(--base-radius)
background-color: rgba(255, 255, 255, 0.45) !important;
backdrop-filter: blur(12px) saturate(180%);
-webkit-backdrop-filter: blur(12px) saturate(180%);
border: 1px solid rgba(255, 255, 255, 0.3);
" "
> >
<div <div
@@ -268,4 +264,10 @@
opacity: 0; opacity: 0;
pointer-events: none; pointer-events: none;
} }
.glass {
background-color: rgba(255, 255, 255, 0.45) !important;
backdrop-filter: blur(12px) saturate(180%) !important;
-webkit-backdrop-filter: blur(12px) saturate(180%) !important;
border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
</style> </style>