Skip to content

Commit

Permalink
Migrate background to AWS S3
Browse files Browse the repository at this point in the history
  • Loading branch information
cetinajero committed May 8, 2019
1 parent 885ad26 commit 9122b84
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/layouts/_default.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
body#marketing-theme{
background-image: url(/img/common/backgrounds/grupo-pv.jpg);
background-image: url($amazon-s3 + '/layouts/default/img/background.jpg');
}
1 change: 1 addition & 0 deletions assets/css/main.min.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@charset "utf-8";

// Define variables
$amazon-s3: '{{ site.amazon-s3 }}';
$font-color-menu: {{ site.css.menu.font-color }};
$icon-color-menu: {{ site.css.menu.icons }};

Expand Down

0 comments on commit 9122b84

Please sign in to comment.