#7323 warmfix #621

Merged
jorgep merged 6 commits from 7323-warmfix-fixErrors into test 2024-08-14 09:02:28 +00:00
2 changed files with 4 additions and 11 deletions
Showing only changes of commit 9bb67511e6 - Show all commits

View File

@ -43,20 +43,9 @@ onBeforeUnmount(() => stateStore.toggleSubToolbar());
</slot>
</QToolbar>
</template>
<style lang="scss">
.q-toolbar {
background: var(--vn-section-color);
}
</style>
<style lang="scss" scoped>
.sticky {
position: sticky;
top: 61px;
z-index: 1;
}
@media (max-width: $breakpoint-sm) {
.sticky {
Review

Ahora ya está ajustada.

Ahora ya está ajustada.
top: 90px;
}
}
</style>

View File

@ -190,6 +190,10 @@ select:-webkit-autofill {
font-size: medium;
}
.q-toolbar {
Review

Es un estilo global

Es un estilo global
background: var(--vn-section-color);
}
.q-card__actions {
justify-content: center;
}