fix search form icon colors
This commit is contained in:
parent
9c05aeea52
commit
45769367b2
1 changed files with 11 additions and 0 deletions
|
|
@ -154,6 +154,13 @@ strong {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
color: #878787;
|
||||||
|
}
|
||||||
|
.icon:hover {
|
||||||
|
color: $sw-color-brand-primary;
|
||||||
|
}
|
||||||
|
|
||||||
.header-search-btn,
|
.header-search-btn,
|
||||||
.header-close-btn {
|
.header-close-btn {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
|
@ -166,6 +173,10 @@ strong {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header-close-btn {
|
||||||
|
padding-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.header-search-icon {
|
.header-search-icon {
|
||||||
vertical-align: text-top;
|
vertical-align: text-top;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue