You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
602 B
40 lines
602 B
.root {
|
|
position: relative;
|
|
left: -120px;
|
|
}
|
|
|
|
.input {
|
|
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
padding: 12px 20px;
|
|
padding-left: 42px;
|
|
width: 400px;
|
|
border-radius: 10px;
|
|
font-size: 16px;
|
|
|
|
&:focus {
|
|
border: 1px solid rgba(0, 0, 0, 0.2);
|
|
}
|
|
}
|
|
|
|
.icon {
|
|
width: 22px;
|
|
height: 22px;
|
|
opacity: 0.3;
|
|
position: absolute;
|
|
left: 14px;
|
|
top: 12px;
|
|
}
|
|
|
|
.clearIcon {
|
|
width: 18px;
|
|
height: 18px;
|
|
opacity: 0.3;
|
|
position: absolute;
|
|
right: 15px;
|
|
top: 15px;
|
|
cursor: pointer;
|
|
|
|
&:hover {
|
|
opacity: 0.8;
|
|
}
|
|
} |