fix: remove gradient title
This commit is contained in:
parent
be34861c05
commit
1137f47b44
1 changed files with 1 additions and 9 deletions
|
|
@ -220,7 +220,7 @@ onMounted(async () => {
|
|||
>
|
||||
<div class="column">
|
||||
<span
|
||||
class="title-gradient text-weight-bold"
|
||||
class="text-weight-bold"
|
||||
:class="{ 'text-h6': $q.screen.gt.xs }"
|
||||
>
|
||||
{{
|
||||
|
|
@ -502,14 +502,6 @@ onMounted(async () => {
|
|||
}
|
||||
}
|
||||
|
||||
.title-gradient {
|
||||
background: linear-gradient(to right, var(--brand-1), var(--brand-2));
|
||||
background-clip: text; /* Standard property */
|
||||
-webkit-background-clip: text; /* WebKit fallback */
|
||||
-webkit-text-fill-color: transparent; /* WebKit fallback */
|
||||
color: transparent; /* Fallback for browsers not supporting text-clip */
|
||||
}
|
||||
|
||||
:deep(main.q-page) {
|
||||
min-height: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue