mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Updated the spacing between toggle cards on frontend
refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
parent
eaacdc761e
commit
18be68a4bb
1 changed files with 4 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
.kg-toggle-card+.kg-toggle-card {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.kg-toggle-card[data-kg-toggle-state="close"] .kg-toggle-content{
|
||||
height: auto;
|
||||
opacity: 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue