mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
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:
parent
508cd31265
commit
20a4a687b7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user