fix: css syntax
This commit is contained in:
parent
0986200910
commit
2558122a6b
1 changed files with 12 additions and 8 deletions
|
|
@ -553,14 +553,19 @@ onMounted(async () => {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
background: var(--brand-1) !important;
|
background: var(--brand-1) !important;
|
||||||
|
|
||||||
i.q-icon.mdi.mdi-chevron-down.q-expansion-item__toggle-icon.q-expansion-item__toggle-icon--rotated {
|
&
|
||||||
|
i.q-icon.mdi.mdi-chevron-down.q-expansion-item__toggle-icon.q-expansion-item__toggle-icon--rotated {
|
||||||
color: white !important;
|
color: white !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.sub-menu {
|
.sub-menu {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
.active {
|
|
||||||
|
& .active {
|
||||||
|
color: var(--brand-1) !important;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
&::before {
|
&::before {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
@ -570,12 +575,14 @@ onMounted(async () => {
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
background-color: var(--brand-2);
|
background-color: var(--brand-2);
|
||||||
}
|
}
|
||||||
color: var(--brand-1) !important;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
nav::before {
|
color: var(--brand-1) !important;
|
||||||
|
cursor: pointer;
|
||||||
|
font-weight: bold;
|
||||||
|
|
||||||
|
& nav::before {
|
||||||
content: '';
|
content: '';
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-left: -3px;
|
margin-left: -3px;
|
||||||
|
|
@ -584,9 +591,6 @@ onMounted(async () => {
|
||||||
border-radius: 50px;
|
border-radius: 50px;
|
||||||
background-color: var(--brand-2);
|
background-color: var(--brand-2);
|
||||||
}
|
}
|
||||||
color: var(--brand-1) !important;
|
|
||||||
cursor: pointer;
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue