css: Use SCSS nesting for `.split-view` and `.back-to-login`.

This commit is contained in:
majordwarf 2020-03-17 23:10:59 +05:30 committed by Tim Abbott
parent 18c6cc9929
commit eb3b5a626a
1 changed files with 4 additions and 5 deletions

View File

@ -716,12 +716,11 @@ button.login-social-button {
vertical-align: top;
transition: color 0.2s ease;
}
.split-view .actions a:hover,
.back-to-login:hover {
text-decoration: none;
color: hsl(156, 62%, 61%);
&:hover {
text-decoration: none;
color: hsl(156, 62%, 61%);
}
}
#registration {