added components

This commit is contained in:
2026-03-03 16:52:13 +08:00
parent b054ee1867
commit cafd273f90
4 changed files with 400 additions and 0 deletions

View File

@@ -0,0 +1,46 @@
.searchBarContainer {
display: flex;
width: 260px;
justify-content: space-between;
padding: 6px 6px 6px 12px;
align-items: center;
border-radius: 6px;
border: 1px solid #31324a;
border: 1px solid color(display-p3 0.1922 0.1961 0.2824);
}
.searchBarContainer > .input {
background-color: red;
outline: none;
border: none;
width: 100%;
color: #85869b;
color: color(display-p3 0.5216 0.5255 0.6);
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.09px;
caret-color: #575bc7;
}
.input::placeholder {
color: #85869b;
color: color(display-p3 0.5216 0.5255 0.6);
text-align: start;
font-family: Inter;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: -0.09px;
}
.icon {
display: flex;
align-items: center;
justify-content: center;
}