**Preview:** <img width="622" alt="screen shot 2016-12-06 at 14 59 05" src="https://cloud.githubusercontent.com/assets/3963512/20941533/b4e9317c-bbc4-11e6-973c-62d37b201d03.png"> --------- **Assets:** - [Date/calendar .svg icon](https://www.dropbox.com/s/bq91hxquv2y2kmw/icon-date.svg?dl=0) --------- **CSS (limited):** _Search CSS largely the same as a text input (see #14) and select (see #15). Additions and differences below:_ **Regular:** ``` /* Search */ text-indent: 38px; /* Search icon (normal) */ color: $gray300; width: 30px; height: 30px; margin: 4px; /* Search icon (hover) */ color: $gray200; ``` **Large:** ``` /* Search */ text-indent: 48px; /* Search icon */ margin: 9px; ```
Preview:
Assets:
CSS (limited):
Search CSS largely the same as a text input (see #14) and select (see #15).
Additions and differences below:
Regular:
Large: