mirror of
https://github.com/zulip/zulip.git
synced 2026-06-21 21:32:29 +08:00
css: Use SCSS nesting for .portico-landing.features-app .cta.
This commit is contained in:
parent
c37d83347c
commit
d8a3ca0b2e
@ -633,18 +633,20 @@ nav {
|
||||
}
|
||||
}
|
||||
|
||||
.portico-landing.features-app .cta::after {
|
||||
content: "\2192";
|
||||
|
||||
margin-left: 5px;
|
||||
transform: scaleX(2);
|
||||
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
.portico-landing.features-app .cta:hover {
|
||||
.portico-landing.features-app .cta {
|
||||
&::after {
|
||||
margin-left: 10px;
|
||||
content: "\2192";
|
||||
|
||||
margin-left: 5px;
|
||||
transform: scaleX(2);
|
||||
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&::after {
|
||||
margin-left: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user