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="price">
|
||||
<p v-if="isCatalog">
|
||||
<span class="available">{{ card.available }}</span>
|
||||
<span class="text-primary">{{ card.available }}</span>
|
||||
{{ t('to') }}
|
||||
<span class="price-value">{{ toCurrency(card.price) }}</span>
|
||||
<span class="text-bold" >{{ toCurrency(card.price) }}</span>
|
||||
</p>
|
||||
<slot name="price" />
|
||||
<QIcon v-if="isCatalog" name="add_circle" class="icon">
|
||||
|
@ -158,14 +158,6 @@ const card = toRef(props, 'item');
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.available {
|
||||
color: $primary;
|
||||
}
|
||||
|
||||
.price-value {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.icon {
|
||||
color: $primary;
|
||||
font-size: 24px;
|
||||
|
|
Loading…
Reference in New Issue