WIP Сделала хедер карточки

This commit is contained in:
Daria Golova
2023-04-28 17:37:58 +03:00
parent 928a0bf0e9
commit 10dd978bd7
3 changed files with 42 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
:bg-color="bgColor",
:standout="standout",
dense,
:behavior="behavior",
emit-value,
map-options
)
@@ -100,3 +101,9 @@ export default {
},
};
</script>
<style lang="sass">
.q-btn--outline:before, .q-field--outlined .q-field__control:before
border-width: 1px !important
.q-field__marginal
color: var(--font-grey-color) !important
</style>