Уведомления жирнее, поиск по кнопке enter

This commit is contained in:
Daria Golova
2022-12-08 15:05:07 +03:00
parent 2b9a9cd015
commit 106090acff
5 changed files with 10 additions and 6 deletions

View File

@@ -3,8 +3,8 @@
.notification-content.flex.mr-16
.grid(:class="{'grid-rows': message}")
.text-white.text-xs.icon.row-span-full.flex.justify-center.items-center(:class="iconClass")
.text-white.text-base.font-bold(v-if="title") {{ title }}
.text-white.text-base(v-if="message") {{ message }}
.text-white.text-base.font-black(v-if="title") {{ title }}
.text-white.text-base.font-semibold(v-if="message") {{ message }}
.icon-cancel.cursor-pointer.text-white.opacity-50.text-sm(class="hover:opacity-100 active:opacity-75", @click="delNotification")
</template>