Koenig - Quick-fix for broken styles

no issue
- our custom `.kg-card-selected` and `.kg-media-placeholder` classes were removed in https://github.com/TryGhost/Ghost-Admin/pull/985
- add them back in our 🛎🛎🛎 **shame** file until they make their way into Spirit
This commit is contained in:
Kevin Ansfield 2018-04-03 17:28:52 +01:00
parent 508cd31265
commit 20a4a687b7

View File

@ -1,3 +1,19 @@
/* Shame
/* ---------------------------------------------------------- */
/* TODO: Kill with fire */
.kg-card-selected {
border: 1px solid var(--blue);
}
/* force a 16:10 aspect ratio */
.kg-media-placeholder:before {
content: "";
float: left;
padding-bottom: 62.5%;
}
.kg-media-placeholder:after {
clear: left;
content: " ";
display: table;
}