mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
HTML card border style
This commit is contained in:
parent
322bf53f42
commit
fa5a06a27c
@ -163,3 +163,12 @@ textarea.ed_code {
|
||||
box-shadow: var(--lightgrey) 0 0 0 1px inset, #fff 0 0 0 15px inset;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* HTML Card
|
||||
*/
|
||||
|
||||
.kg-html-card {
|
||||
border: #ddd 1px solid;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user