mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Added missing cover style for signup card in frontend
This commit is contained in:
parent
4e082a33cc
commit
dbf6ccf29e
1 changed files with 4 additions and 0 deletions
|
@ -69,6 +69,10 @@
|
|||
object-position: center;
|
||||
}
|
||||
|
||||
.kg-background-size-contain .kg-signup-card-image {
|
||||
object-fit: contain;
|
||||
}
|
||||
|
||||
.kg-signup-card-image.kg-style-accent {
|
||||
background-color: var(--ghost-accent-color);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue