mirror of
https://github.com/10h30/yeuchaybo-v6.git
synced 2026-06-05 15:10:05 +09:00
Update search form icon css
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user