0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Added first pass of injected css for callout card

refs https://github.com/TryGhost/Team/issues/1205

- basic css for callout card display
This commit is contained in:
Thibaut Patel 2021-11-09 21:14:33 +01:00
parent ac61ac3d53
commit 0b85068900

View file

@ -0,0 +1,12 @@
.kg-callout-card {
display: flex;
padding: 16px 24px;
background: #f1f3f4;
border-radius: 3px;
}
.kg-callout-emoji {
padding-right: 12px;
line-height: 1.6;
font-size: 2rem;
}