WIP Переделала inputs в agreement и medical
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user