Skip to content

Commit 36c6ec2

Browse files
authored
Merge pull request #253 from w3bdesign/development
Move search icon SVG inside of the input more to the right
2 parents 475c4aa + f743488 commit 36c6ec2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

styles/index.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
margin-top: -20px;
2424
}
2525

26+
.ais-SearchBox-submitIcon {
27+
margin-left: 100px;
28+
/* Override default CSS to make the icon a little larger */
29+
height: 15px !important;
30+
width:15px !important;
31+
}
32+
2633
/* Fix for annoying CSS bug with NavBar moving slightly on front page only */
2734
/*@media only screen and (min-width: 769px) {*/
2835

0 commit comments

Comments
 (0)