mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting for `.main-headline-text` in portico.scss.
This commit is contained in:
parent
f6e70cefdf
commit
68b94bb434
|
@ -1062,18 +1062,18 @@ input.new-organization-button {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
color: hsl(0, 0%, 0%);
|
color: hsl(0, 0%, 0%);
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
}
|
|
||||||
|
|
||||||
.main-headline-text .tagline {
|
.tagline {
|
||||||
font-size: 40px;
|
font-size: 40px;
|
||||||
line-height: 42px;
|
line-height: 42px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-headline-text .footnote {
|
.footnote {
|
||||||
display: block;
|
display: block;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
color: hsl(0, 0%, 0%);
|
color: hsl(0, 0%, 0%);
|
||||||
margin-top: 15px;
|
margin-top: 15px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-signup-button {
|
.main-signup-button {
|
||||||
|
@ -1527,9 +1527,11 @@ input.new-organization-button {
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.main-headline-text .tagline {
|
.main-headline-text {
|
||||||
font-size: 32px;
|
.tagline {
|
||||||
line-height: 34px;
|
font-size: 32px;
|
||||||
|
line-height: 34px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#apps-tabs li a {
|
#apps-tabs li a {
|
||||||
|
|
Loading…
Reference in New Issue