visual changes

This commit is contained in:
2026-04-30 14:51:32 +04:00
parent d6e1b30554
commit d9b0c221f1
16 changed files with 266 additions and 50 deletions

View File

@@ -8,7 +8,10 @@
<path d="M15 18l-6-6 6-6" />
</svg>
</a>
<h1 class="card__title">Новый Фастчек</h1>
<h1 class="card__title">
Новый
<span class="brand"><span class="brand__fast">fast</span><span class="brand__check">CHECK</span></span>
</h1>
<p class="card__subtitle">Укажите сумму для пополнения</p>
</div>
@@ -111,7 +114,12 @@
<path d="M12 5v14M5 12h14" />
</svg>
</span>
{{ loading() ? 'Создание…' : 'Создать Фастчек' }}
@if (loading()) {
Создание…
} @else {
Создать&nbsp;
<span class="brand"><span class="brand__fast">fast</span><span class="brand__check">CHECK</span></span>
}
</button>
</div>