Skip to content

Commit

Permalink
Update search bar to match new designs
Browse files Browse the repository at this point in the history
  • Loading branch information
thatbudakguy committed Aug 16, 2021
1 parent 0fbd67c commit 88a2c3a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 5 additions & 2 deletions sitemedia/scss/base/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -119,13 +119,15 @@ form.search {
justify-content: center;
align-items: center;
height: 100%;
padding: 14px;

img {
height: 100%;
}
}

a.home-page { padding: 10px; }
label.submit { padding: 16px; }

label.submit {
margin: 0;
cursor: pointer;
Expand All @@ -136,14 +138,15 @@ form.search {
height: 100%;
font-size: 16px;
border: none;
padding: 0 16px;
padding: 0 0 0 16px;
margin: 0;
max-width: $small-content-width;
box-shadow: none;

@media (min-width: $medium-min-width) {
max-width: $medium-content-width;
font-size: 20px;
padding: 0 0 0 40px;
}

@media (min-width: $large-min-width) {
Expand Down
3 changes: 1 addition & 2 deletions sitemedia/scss/base/_lists.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ dd {
padding: 30px 0;

li + li {
border-top: 0.5px solid $dark-grey;
border-top-width: 90%;
border-top: 1px solid $dark-grey;
}
}

Expand Down

0 comments on commit 88a2c3a

Please sign in to comment.