WIP Переделаны селект и инпуты

This commit is contained in:
Daria Golova
2022-12-28 18:54:58 +03:00
parent 83e1588e1f
commit 9fc796c9d7
5 changed files with 116 additions and 122 deletions

View File

@@ -1,5 +1,5 @@
<template lang="pug">
.flex.flex-col
.flex.flex-col.gap-y-2
.label(v-if="!!label") {{label}}
.field
input(
@@ -37,7 +37,7 @@ export default {
<style lang="sass" scoped>
.field
height: 100%
height: 40px
display: flex
align-items: center
border: 1.5px solid var(--border-light-grey-color)
@@ -55,6 +55,7 @@ export default {
.label
font-weight: 600
font-size: 14px
line-height: 135%
font-size: 12px
line-height: 14px
opacity: 0.4
</style>