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