diff --git a/_sass/partials/gov/_content.scss b/_sass/partials/gov/_content.scss index 347a20f..8672f9c 100644 --- a/_sass/partials/gov/_content.scss +++ b/_sass/partials/gov/_content.scss @@ -72,23 +72,23 @@ } #form-dataset-search input { - height: 50px; - border: 2px solid #26639c; - border-radius: 5px; - font-size: 1.5em; + height: 70px; + border: none; + border-radius: 0; + font-size: 1.125em; padding-right: 50px; } #form-dataset-search .search-icon { position: absolute; - right: 2px; - top: 1px; + right: 0; + top: 0; background-color: #26639c; background-image: url('/assets/gov/images/inlinesearch-button-on.png'); background-repeat: no-repeat; background-position: center; - height: 48px; + height: 70px; width: 40px; padding: 0; diff --git a/_sass/partials/page/_page.scss b/_sass/partials/page/_page.scss index 63f7d3a..3ffeb8c 100644 --- a/_sass/partials/page/_page.scss +++ b/_sass/partials/page/_page.scss @@ -1,9 +1,3 @@ .page-content { padding-top: $navbar-height - 14; -} - -@include breakpoint(xs) { - .page-content { - padding-top: 68px; - } } \ No newline at end of file