From 6fbedf60e3453eac3dd2d4d5cb919e7b598c0f93 Mon Sep 17 00:00:00 2001 From: Patrick Neff Date: Tue, 8 Jan 2019 02:34:13 +0100 Subject: [PATCH] Fix variables --- themes/neff/assets/scss/_variables.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/neff/assets/scss/_variables.scss b/themes/neff/assets/scss/_variables.scss index 6336b62..8f1c880 100755 --- a/themes/neff/assets/scss/_variables.scss +++ b/themes/neff/assets/scss/_variables.scss @@ -17,8 +17,8 @@ $border-radius: 5px; $fa-font-path: "/fonts"; $background-image-sd: "/img/background-sd.jpg"; -$background-image-hd: "/img/background.jpg"; +$background-image: "/img/background.jpg"; $background-image-phone-sd: "/img/background-phone-sd.jpg"; -$background-image-phone-hd: "/img/background-phone.jpg"; +$background-image-phone: "/img/background-phone.jpg"; $media-query: calc(#{$max-width} + calc(6 * #{$gutter-width})); \ No newline at end of file