Update search form icon css

This commit is contained in:
2018-11-27 14:33:56 +07:00
parent 9fbe093d6f
commit 1402db5c6f
4 changed files with 15 additions and 9 deletions
+5 -4
View File
@@ -120,10 +120,11 @@
.search-toggle {
display: none;
width: 2.5rem;
height: 2.5rem;
background-image: center / 1.75rem no-repeat url(assets/images/search.svg);
width: 2rem;
height: 2rem;
background-image: url(assets/images/search.svg);
cursor: pointer;
background-repeat: no-repeat;
@include breakpoint(md) {
display: block;
@@ -135,7 +136,7 @@
&.active {
background-image: url(assets/images/close.svg);
background-size: 1.4rem;
background-repeat: no-repeat;
.shrink & {
background-image: url(assets/images/close.svg);