2024-07-02 14:12:48 +02:00

32 lines
560 B
SCSS

@import "@Themes/constants.scss";
.root {
display: flex;
align-items: center;
padding-left: 24px;
background-color: $color-generic-white;
border: 1px solid $color-neutral-200;
position: relative;
.fake-placeholder {
position: absolute;
left: 47px;
top: 24px;
color: $color-neutral-500;
pointer-events: none;
}
.input {
border: 0;
margin-left: 8px;
padding: 24px 0;
width: 100%;
font-family: "Inter", sans-serif;
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 22px;
color: $color-neutral-500;
}
}