no message
This commit is contained in:
parent
816e1e8b5c
commit
a6348b251c
@ -43,6 +43,11 @@
|
|||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
.header-box .search .input::placeholder {
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
.header-box .search .search-icon {
|
.header-box .search .search-icon {
|
||||||
width: 22px;
|
width: 22px;
|
||||||
|
@ -40,11 +40,17 @@
|
|||||||
border-radius: 183px;
|
border-radius: 183px;
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
.input {
|
.input {
|
||||||
height: 48px;
|
height: 48px;
|
||||||
line-height: 48px;
|
line-height: 48px;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
&::placeholder {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-icon {
|
.search-icon {
|
||||||
|
Loading…
Reference in New Issue
Block a user