mirror of https://github.com/zulip/zulip.git
billing: Remove unintended portico-landing classes.
These classes seem to have been copy-pasted from other portico pages
when styling was first done in
122dcc9760
. With the current styles,
which are just a handful of rules not scoped to a specific page, it
just makes the billing pages look broken.
This commit is contained in:
parent
3bc1acba4a
commit
3a67df7cc8
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% include 'zerver/billing_nav.html' %}
|
||||
|
||||
<div class="portico-landing billing-upgrade-page">
|
||||
<div class="billing-upgrade-page">
|
||||
<div class="hero small-hero"></div>
|
||||
|
||||
<div class="page-content">
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% include 'zerver/billing_nav.html' %}
|
||||
|
||||
<div class="portico-landing billing-upgrade-page">
|
||||
<div class="billing-upgrade-page">
|
||||
<div class="hero small-hero"></div>
|
||||
|
||||
<div class="page-content">
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% include 'zerver/billing_nav.html' %}
|
||||
|
||||
<div class="portico-landing billing-upgrade-page new-style">
|
||||
<div class="billing-upgrade-page new-style">
|
||||
<div class="hero small-hero"></div>
|
||||
|
||||
<div class="page-content">
|
||||
|
|
Loading…
Reference in New Issue