Skip to content

Commit

Permalink
Merge pull request #22 from Situphen/front-search
Browse files Browse the repository at this point in the history
Petites corrections sur le design
  • Loading branch information
pierre-24 authored Feb 1, 2017
2 parents e415c99 + 966ed47 commit e9ec98f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
4 changes: 2 additions & 2 deletions assets/scss/components/_search-box.scss
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
height: 134px;

@at-root {
body.vc-clem-christmas.home .search-box::before {
body.vc-clem-christmas .search-box::before {
background-image: url('../images/home-clem-christmas.png');
}

body.vc-clem-halloween.home .search-box::before {
body.vc-clem-halloween .search-box::before {
background-image: url('../images/home-clem-halloween.png');
width: 160px;
left: -80px;
Expand Down
2 changes: 1 addition & 1 deletion assets/scss/pages/_home.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@

@media only screen and #{$media-mobile-tablet} {
.home {
.home-header {
.flexpage-header {
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 0;
Expand Down
9 changes: 9 additions & 0 deletions assets/scss/pages/_search.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@
.flexpage-header {
padding-top: 50px;
}
.pagination-top {
margin-top: 30px;
}
}

@media only screen and #{$media-mobile-tablet} {
.pagination-top {
margin-top: 10px;
}
}

0 comments on commit e9ec98f

Please sign in to comment.