From e6a626a4491c66507f97d02685a3e3800a1f6e62 Mon Sep 17 00:00:00 2001 From: GoatCode <49639925+goat-code-cgn@users.noreply.github.com> Date: Thu, 2 May 2019 11:12:20 +0200 Subject: [PATCH] Update _login.scss --- scss/_login.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scss/_login.scss b/scss/_login.scss index b942f42..829715d 100644 --- a/scss/_login.scss +++ b/scss/_login.scss @@ -2,20 +2,20 @@ // Toshi the dog from https://unsplash.com/@charlesdeluvio - what a funny dog... .bg-login-image { - background: url('https://source.unsplash.com/K4mSJ7kc0As/600x800'); - background-position: center; + background: url($login-image); + background-position: center center; background-size: cover; } .bg-register-image { - background: url('https://source.unsplash.com/Mv9hjnEUHR4/600x800'); - background-position: center; + background: url($login-image); + background-position: center center; background-size: cover; } .bg-password-image { - background: url('https://source.unsplash.com/oWTW-jNGl9I/600x800'); - background-position: center; + background: url($login-image); + background-position: center center; background-size: cover; }