Commit 739ee04f by Stephen Sanchez

Merge pull request #4979 from edx/sanchez/update-login-button-styles

Updating LMS Login button to line up SASS with Drupal Login button
parents 2efee4eb 78046b5d
......@@ -597,7 +597,11 @@ header.global-new {
margin-top: -22px;
&:hover, &:focus, &:active {
border-bottom-color: $courseware-button-border-color;
border-color: $courseware-navigation-color;
}
.view-login &:hover, &:focus, &:active {
border-color: $courseware-button-border-color;
}
}
}
......@@ -611,6 +615,11 @@ header.global-new {
border-bottom-color: $courseware-border-bottom-color;
}
.view-login header.global-new .cta-login {
text-decoration: none;
color: $courseware-hover-color;
}
// marketing site design syncing
.view-register, .view-login {
......
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