search input placeholder style
This commit is contained in:
parent
4142493f0e
commit
2f8ceb831e
1 changed files with 4 additions and 0 deletions
|
|
@ -79,6 +79,10 @@
|
||||||
font-size: var(--font-size-m);
|
font-size: var(--font-size-m);
|
||||||
font-weight: var(--font-weight-light);
|
font-weight: var(--font-weight-light);
|
||||||
}
|
}
|
||||||
|
.search__input::placeholder {
|
||||||
|
font-size: var(--font-size-s);
|
||||||
|
letter-spacing: 1px;
|
||||||
|
}
|
||||||
.search__icon {
|
.search__icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 1.1rem;
|
width: 1.1rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue