Evo.Auth/apps/web/styles/input.css
vchikalkin 8a1f6997ea apps/web: remove elements components
define global elements css
2024-05-03 13:38:17 +03:00

18 lines
317 B
CSS

input {
font-family: Montserrat;
border: 1px solid rgba(0, 16, 61, 0.12);
box-sizing: border-box;
height: 40px;
background: #fff;
padding: 0 12px;
width: 100%;
outline: none;
/* font-size: 15px; */
}
input::placeholder {
color: var(--color-primary);
filter: brightness(0.25);
opacity: 0.9;
}