refactor: refs #8863 styles
This commit is contained in:
parent
ff202538cf
commit
5d19872b05
|
@ -60,9 +60,9 @@ const card = toRef(props, 'item');
|
||||||
<div class="footer q-mt-auto">
|
<div class="footer q-mt-auto">
|
||||||
<div class="price">
|
<div class="price">
|
||||||
<p v-if="isCatalog">
|
<p v-if="isCatalog">
|
||||||
<span class="available">{{ card.available }}</span>
|
<span class="text-primary">{{ card.available }}</span>
|
||||||
{{ t('to') }}
|
{{ t('to') }}
|
||||||
<span class="price-value">{{ toCurrency(card.price) }}</span>
|
<span class="text-bold" >{{ toCurrency(card.price) }}</span>
|
||||||
</p>
|
</p>
|
||||||
<slot name="price" />
|
<slot name="price" />
|
||||||
<QIcon v-if="isCatalog" name="add_circle" class="icon">
|
<QIcon v-if="isCatalog" name="add_circle" class="icon">
|
||||||
|
@ -158,14 +158,6 @@ const card = toRef(props, 'item');
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.available {
|
|
||||||
color: $primary;
|
|
||||||
}
|
|
||||||
|
|
||||||
.price-value {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
color: $primary;
|
color: $primary;
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
|
|
Loading…
Reference in New Issue