| @import '@/app/globalStyles/config/mixin.scss'; | |
| .Input { | |
| width: 100%; | |
| padding: 19px; | |
| font-size: 16px; | |
| color: var(--t-primery-c); | |
| background-color: transparent; | |
| border: none; | |
| outline: none; | |
| &::placeholder { | |
| font-size: 16px; | |
| line-height: 140%; | |
| color: var(--t-descriptive-c-5); | |
| letter-spacing: 0.04em; | |
| @include before-768 { | |
| font-size: 16px; | |
| } | |
| } | |
| } | |