front-styles #80

Merged
yakovenko_arina merged 88 commits from front-styles into main 2026-04-17 11:58:18 +00:00
Showing only changes of commit 3652a78783 - Show all commits

View File

@@ -30,7 +30,7 @@
</USelect>
</div>
<div class="flex gap-3">
<div class="flex gap-3 items-end justify-end">
<UButton @click="() => {
fetchForLanguage(toLangId)
isShowProductView = true
@@ -43,7 +43,7 @@
class="text-white bg-(--accent-blue-light) dark:bg-(--accent-blue-dark) px-12!">
Translate
</UButton>
<div v-else class="flex gap-3 items-end">
<div v-else class="flex gap-3 items-end justify-end">
<UButton @click="() => {
toLangId = settingStore.shopDefaultLanguage
isTranslations = false