Настроила tailwind.config, размеры шрифтов

This commit is contained in:
Daria Golova
2022-10-11 19:46:07 +03:00
parent 460ea6b4b2
commit ca20d22b51
8 changed files with 179 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
.options(v-for="filter in filters" :key="filter" @click="selectFilter(filter)")
.icon-wrapper
.icon-ok.ok(v-if="filter === selectedFilter")
.options-text {{ filter }}
.options-text.text-lg {{ filter }}
input.inputs.search-input(placeholder="Искать ...")
</template>
@@ -77,7 +77,6 @@
color: var(--btn-blue-color)
height: 100%
box-sizing: border-box
font-family: Raleway
font-style: normal
font-weight: 500
font-size: 16px