Commit 11089962 by Brian Talbot Committed by Nate Hardison

edx.org - revises new register/login banner image variable paths to resolve a Sass rendering issue

parent 26852459
......@@ -129,7 +129,7 @@ $footer_margin: ($baseline/4) 0 ($baseline*1.5) 0;
//-----------------
$homepage-bg-image: '../images/homepage-bg.jpg';
$login-banner-image: 'transparent url("../images/bg-banner-login.png") 0 0 no-repeat';
$register-banner-image: 'transparent url("../images/bg-banner-register.png") 0 0 no-repeat';
$login-banner-image: '../images/bg-banner-login.png';
$register-banner-image: '../images/bg-banner-register.png';
$video-thumb-url: '../images/courses/video-thumb.jpg';
......@@ -493,7 +493,7 @@
header {
height: 120px;
border-bottom: 1px solid $m-gray;
background: $login-banner-image;
background: transparent url($login-banner-image) 0 0 no-repeat;
}
}
}
......@@ -507,7 +507,7 @@
header {
height: 120px;
border-bottom: 1px solid $m-gray;
background: transparent url("../images/bg-banner-register.png") 0 0 no-repeat;
background: transparent url($register-banner-image) 0 0 no-repeat;
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment