Update _login.scss

This commit is contained in:
GoatCode
2019-05-02 11:12:20 +02:00
committed by GitHub
parent b2cc438310
commit e6a626a449

View File

@@ -2,20 +2,20 @@
// Toshi the dog from https://unsplash.com/@charlesdeluvio - what a funny dog... // Toshi the dog from https://unsplash.com/@charlesdeluvio - what a funny dog...
.bg-login-image { .bg-login-image {
background: url('https://source.unsplash.com/K4mSJ7kc0As/600x800'); background: url($login-image);
background-position: center; background-position: center center;
background-size: cover; background-size: cover;
} }
.bg-register-image { .bg-register-image {
background: url('https://source.unsplash.com/Mv9hjnEUHR4/600x800'); background: url($login-image);
background-position: center; background-position: center center;
background-size: cover; background-size: cover;
} }
.bg-password-image { .bg-password-image {
background: url('https://source.unsplash.com/oWTW-jNGl9I/600x800'); background: url($login-image);
background-position: center; background-position: center center;
background-size: cover; background-size: cover;
} }