mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
css: Use SCSS nesting for .login-social-button.
This commit is contained in:
parent
62f367f2ff
commit
f881ceba3f
@ -665,16 +665,16 @@ button.login-social-button {
|
||||
margin-top: 0px;
|
||||
|
||||
color: hsl(0, 0%, 34%);
|
||||
}
|
||||
|
||||
button.login-social-button:hover {
|
||||
background-color: hsl(0, 0%, 98%);
|
||||
box-shadow: 1px 2px 5px hsla(0, 0%, 0%, 0.2);
|
||||
}
|
||||
&:hover {
|
||||
background-color: hsl(0, 0%, 98%);
|
||||
box-shadow: 1px 2px 5px hsla(0, 0%, 0%, 0.2);
|
||||
}
|
||||
|
||||
button.login-social-button:active {
|
||||
background-color: hsl(0, 0%, 93%);
|
||||
box-shadow: 0px 1px 1px hsla(0, 0%, 0%, 0.3);
|
||||
&:active {
|
||||
background-color: hsl(0, 0%, 93%);
|
||||
box-shadow: 0px 1px 1px hsla(0, 0%, 0%, 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
.login-page-container .right-side .actions,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user