0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Koenig - Tweaked container card styles

refs https://github.com/TryGhost/Ghost/issues/9505
This commit is contained in:
Zimo 2018-04-25 14:24:01 +02:00 committed by Kevin Ansfield
parent e253174506
commit deea18576e
3 changed files with 3 additions and 3 deletions

View file

@ -497,7 +497,7 @@
.koenig-card-html--editor .CodeMirror-linenumber {
padding: 12px 3px 0 5px;
color: var(--midlightgrey);
color: var(--midlightgrey-l2);
}
.koenig-card-html--editor .CodeMirror-gutters {

View file

@ -63,7 +63,7 @@
border: var(--midgrey) 1px solid;
background: #fff;
border-radius: 100%;
margin-left: -48px;
margin-left: -56px;
margin-top: -2px;
}

View file

@ -13,7 +13,7 @@ export default Component.extend({
// attrs
icon: null,
iconClass: 'ih5 absolute stroke-midgrey-l2 mt1 nl10 kg-icon',
iconClass: 'ih5 absolute stroke-midgrey-l2 mt1 nl13 kg-icon',
toolbar: null,
isSelected: false,
isEditing: false,