HTML card border style

This commit is contained in:
John O'Nolan 2017-03-22 18:03:31 +02:00
parent 322bf53f42
commit fa5a06a27c

View File

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