mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Removed oldschool divider line in header
This commit is contained in:
parent
76e6f9f28b
commit
eb5e64ad36
2 changed files with 3 additions and 5 deletions
|
@ -237,7 +237,7 @@ const GlobalStyles = `
|
||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
background: rgba(0,0,0,0.2);
|
background: rgba(0,0,0,0.25);
|
||||||
padding-top: 100px;
|
padding-top: 100px;
|
||||||
animation: fadein 0.2s;
|
animation: fadein 0.2s;
|
||||||
}
|
}
|
||||||
|
|
|
@ -23,18 +23,16 @@ export const SignupPageStyles = `
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: 1px solid var(--grey12);
|
|
||||||
padding: 0 32px 32px;
|
padding: 0 32px 32px;
|
||||||
margin: 0 -32px 18px;
|
margin: 0 -32px -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-portal-signin-header {
|
.gh-portal-signin-header {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-bottom: 1px solid var(--grey12);
|
|
||||||
padding: 0 32px 32px;
|
padding: 0 32px 32px;
|
||||||
margin: 0 -32px 32px;
|
margin: 0 -32px -8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.gh-portal-signup-header.nodivider {
|
.gh-portal-signup-header.nodivider {
|
||||||
|
|
Loading…
Add table
Reference in a new issue