Skip to content

Commit

Permalink
opti: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Aug 26, 2018
1 parent 6f0e283 commit 8819f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _sass/components/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,14 @@
}
&.active {
a {
color: $text-color-3;
background-color: $main-color-3;
}
}
}
.search__header {
margin-top: 1.5rem;
color: $text-color-d;
font-size: map-get($base, font-size-h1);
font-weight: map-get($base, font-weight-bold);
@include media-breakpoint-down(md) {
Expand All @@ -92,5 +94,4 @@
margin-left: map-get($spacers, 2);
font-weight: map-get($base, font-weight-bold);
white-space:nowrap;
@include link-colors($text-color-d);
}
1 change: 1 addition & 0 deletions _sass/layout/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@
bottom: 0;
left: 0;
z-index: map-get($z-index, search);
color: $text-color;
background-color: $background-color;
@include overflow(auto);
}
Expand Down

0 comments on commit 8819f75

Please sign in to comment.