mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-01 23:37:43 +03:00
Added swapped layout to signup card frontend
Refs https://github.com/TryGhost/Team/issues/3270
This commit is contained in:
parent
db8b223cd0
commit
533681373f
@ -47,6 +47,10 @@
|
||||
background-color: var(--ghost-accent-color);
|
||||
}
|
||||
|
||||
.kg-signup-card.kg-swapped .kg-signup-card-container {
|
||||
grid-row: 1;
|
||||
}
|
||||
|
||||
.kg-signup-card.kg-style-image h2.kg-signup-card-heading,
|
||||
.kg-signup-card.kg-style-image h3.kg-signup-card-subheading,
|
||||
.kg-signup-card.kg-style-image .kg-signup-card-button {
|
||||
@ -70,7 +74,7 @@
|
||||
.kg-signup-card h2.kg-signup-card-heading {
|
||||
font-size: 4em;
|
||||
font-weight: 700;
|
||||
line-height: 1.1em;
|
||||
line-height: 1em;
|
||||
letter-spacing: -0.01em;
|
||||
margin: 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user