Search margin left space

This commit is contained in:
Alexander Agnarson 2020-08-13 19:31:49 +02:00
parent fe0a9deeae
commit 83b17fe6ec

View file

@ -543,7 +543,7 @@ box-shadow: 0 0 2px rgba(255,255,255,0.4);
/* header : search
/* ------------------------------------ */
.toggle-search { background: transparent; float: right; border: 0; width: 30px; color: #333; text-align: center; font-size: 20px; line-height: 24px; cursor: pointer; border-radius: 10px; padding: 16px 0; margin: 10px 0 10px 6px; display: block; }
.toggle-search { background: transparent; float: right; border: 0; width: 30px; color: #333; text-align: center; font-size: 20px; line-height: 24px; cursor: pointer; border-radius: 10px; padding: 16px 0; margin: 10px 0 10px 16px; display: block; }
.toggle-search:hover { color: #333; }
.toggle-search.active { color: #333; }
.toggle-search.active i:before { content: "\f00d"; }