mirror of https://github.com/zulip/zulip.git
features: Suppress plan-comparison subheadings.
This commit is contained in:
parent
873232d25e
commit
76220fdc2c
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
{% include 'zerver/landing_nav.html' %}
|
{% include 'zerver/landing_nav.html' %}
|
||||||
|
|
||||||
<div class="portico-pricing showing-cloud">
|
<div class="portico-pricing features-page showing-cloud">
|
||||||
<div class="body-bg">
|
<div class="body-bg">
|
||||||
<div class="body-bg__layer"></div>
|
<div class="body-bg__layer"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -594,3 +594,17 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.features-page {
|
||||||
|
/* Always suppress subheadings on /features */
|
||||||
|
#cloud-plan-comparison,
|
||||||
|
#self-hosted-plan-comparison,
|
||||||
|
#all-plan-comparison {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
|
/* Maintain the margin-top ordinarily set on
|
||||||
|
the subheadings. */
|
||||||
|
.comparison-tabs {
|
||||||
|
margin-top: 64px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue