Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #41 from HighwayThree/new-theme
Browse files Browse the repository at this point in the history
#37: Updating search bar style
  • Loading branch information
ll911 authored Apr 10, 2017
2 parents cba8326 + 9fa8a20 commit a705e9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 13 deletions.
14 changes: 7 additions & 7 deletions _sass/partials/gov/_content.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
6 changes: 0 additions & 6 deletions _sass/partials/page/_page.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
.page-content {
padding-top: $navbar-height - 14;
}

@include breakpoint(xs) {
.page-content {
padding-top: 68px;
}
}

0 comments on commit a705e9d

Please sign in to comment.