mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Removed separator line hack from signup footer
This commit is contained in:
parent
d6f0cb7010
commit
0cc37afc66
3 changed files with 2 additions and 13 deletions
|
@ -19,7 +19,7 @@ const DEV_MODE_DATA = {
|
|||
showPopup: true,
|
||||
site: Fixtures.site,
|
||||
member: Fixtures.member.paid,
|
||||
page: 'offer',
|
||||
page: 'signup',
|
||||
pageData: Fixtures.offer
|
||||
};
|
||||
|
||||
|
|
|
@ -73,17 +73,6 @@ export const SignupPageStyles = `
|
|||
margin-bottom: -2px;
|
||||
}
|
||||
|
||||
.gh-portal-content.signup {
|
||||
background: linear-gradient(#fff 30%,hsla(0,0%,100%,0)),
|
||||
linear-gradient(hsla(0,0%,100%,0),#fff 70%) 0 100%,
|
||||
linear-gradient(#fff,transparent),
|
||||
linear-gradient(transparent,rgba(0,0,0,.06)) 0 100%;
|
||||
background-repeat: no-repeat;
|
||||
background-color: #fff;
|
||||
background-size: 100% 40px,100% 40px,100% 14px,100% 14px;
|
||||
background-attachment: local,local,scroll,scroll;
|
||||
}
|
||||
|
||||
.gh-portal-content.signup.invite-only {
|
||||
background: none;
|
||||
}
|
||||
|
|
|
@ -272,7 +272,7 @@ function getTestSite() {
|
|||
export const testSite = getTestSite();
|
||||
|
||||
export const site = getSiteData({
|
||||
products: getProductsData({numOfProducts: 3})
|
||||
products: getProductsData({numOfProducts: 1})
|
||||
});
|
||||
|
||||
export const offer = getOfferData({
|
||||
|
|
Loading…
Add table
Reference in a new issue