WIP Переделаны селект и инпуты
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user