mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.portico-landing.features-app .feature-block`.
This commit is contained in:
parent
d8a3ca0b2e
commit
ce9a365c62
|
@ -650,15 +650,17 @@ nav {
|
|||
}
|
||||
}
|
||||
|
||||
.portico-landing.features-app .feature-block h3 {
|
||||
font-size: 1.2em;
|
||||
font-weight: 600;
|
||||
}
|
||||
.portico-landing.features-app .feature-block {
|
||||
h3 {
|
||||
font-size: 1.2em;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.portico-landing.features-app .feature-block p {
|
||||
margin: 0;
|
||||
p {
|
||||
margin: 0;
|
||||
|
||||
opacity: 0.8;
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
|
||||
/* -- hello page -- */
|
||||
|
|
Loading…
Reference in New Issue