update
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user