add input form

This commit is contained in:
2026-07-29 20:41:25 +07:00
parent a392d1a928
commit d1aac40b7f
9 changed files with 255 additions and 6 deletions
+18
View File
@@ -0,0 +1,18 @@
<script setup lang="ts">
/* код */
</script>
<template>
<span class="text-with-font"><slot></slot></span>
</template>
<style scoped>
.text-with-font {
font-family: a_OldTyper;
color: #bfa07d;
font-weight: 600;
letter-spacing: 2px;
line-height: 20px;
font-size: 22px;
}
</style>