WIP Переделала inputs в agreement и medical

This commit is contained in:
Daria Golova
2022-12-30 15:39:34 +03:00
parent 2b13957fe2
commit 9fe57eda5e
11 changed files with 178 additions and 227 deletions

View File

@@ -1,7 +1,7 @@
<template lang="pug">
.flex.flex-col.gap-y-2
.label(v-if="!!label") {{label}}
.field
.field(:class="{'placeholder-color': !modelValue}")
input(
v-model="value",
type="date",
@@ -52,10 +52,11 @@ export default {
&::-webkit-calendar-picker-indicator
opacity: 0
cursor: pointer
.label
font-weight: 600
font-size: 14px
line-height: 16px
opacity: 0.4
.placeholder-color
color: var(--font-grey-color)
</style>