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:
parent
ac61ac3d53
commit
0b85068900
1 changed files with 12 additions and 0 deletions
12
core/frontend/src/cards/css/callout.css
Normal file
12
core/frontend/src/cards/css/callout.css
Normal 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;
|
||||
}
|
Loading…
Add table
Reference in a new issue