Updated the spacing between toggle cards on frontend

refs https://github.com/TryGhost/Team/issues/1209
This commit is contained in:
djordje vlaisavljevic 2021-12-03 17:55:16 +01:00
parent eaacdc761e
commit 18be68a4bb

View File

@ -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;