diff --git a/src/style.css b/src/style.css index 72c70e14c2..7bf97a510a 100644 --- a/src/style.css +++ b/src/style.css @@ -8,22 +8,21 @@ color: rgba(61, 78, 97, 1); } -* { +html { font-family: Avenir, Arial, Helvetica, sans-serif; - box-sizing: border-box; - font-weight: 300px; + font-weight: 300; } .search-bar-input { margin: 20px 0; box-sizing: border-box; border-radius: 4px; - background-image: url(/src/images/Search.svg); + background-image: url(/images/Search.svg); background-repeat: no-repeat; width: 100%; border: 1px solid #e1e7ed; box-shadow: 0 1px 8px 0 rgba(61, 78, 97, 0.1); - line-height: 21.86px; + font-family: Avenir, Arial, Helvetica, sans-serif; } .search-bar-input--top { @@ -39,7 +38,6 @@ .search-bar-input--down { display: flex; font-size: 14px; - border-radius: 5; height: 42px; padding-left: 33px; background-size: 11px 11px; @@ -59,7 +57,6 @@ box-shadow: 0 4px 4px 0; color: rgba(0, 0, 0, 0.25); font-size: 16px; - line-height: 21.86px; text-align: left; font-family: Avenir-Heavy, sans-serif; }