CASH-2880 | Format
This commit is contained in:
parent
ce03f24efe
commit
cd83276dad
2 changed files with 2 additions and 2 deletions
|
|
@ -513,6 +513,5 @@ export default {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,8 @@
|
||||||
<div v-if="isLoading" class="mobile-scheduling-card__panel">
|
<div v-if="isLoading" class="mobile-scheduling-card__panel">
|
||||||
<schedulingCardLoader />
|
<schedulingCardLoader />
|
||||||
</div>
|
</div>
|
||||||
<div v-else
|
<div
|
||||||
|
v-else
|
||||||
class="mobile-scheduling-card__panel"
|
class="mobile-scheduling-card__panel"
|
||||||
:class="{ 'mobile-scheduling-card__panel--with-free-flag': showFreeFlag }">
|
:class="{ 'mobile-scheduling-card__panel--with-free-flag': showFreeFlag }">
|
||||||
<button
|
<button
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue