Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
UI refinements (#1075)
Browse files Browse the repository at this point in the history
no issue
* Update negative margin of card indicators
* Update to Spirit 0.0.49
  • Loading branch information
peterzimon authored and kevinansfield committed Nov 26, 2018
1 parent cab613f commit 98d57d6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/koenig-editor/addon/components/koenig-card.js
Expand Up @@ -15,7 +15,7 @@ export default Component.extend({
// attrs
editor: null,
icon: null,
iconClass: 'ih5 absolute stroke-midgrey-l2 mt1 nl16 kg-icon',
iconClass: 'ih5 absolute stroke-midgrey-l2 mt1 nl15 kg-icon',
toolbar: null,
isSelected: false,
isEditing: false,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -99,7 +99,7 @@
"eslint": "4.19.1",
"eslint-plugin-ghost": "0.0.25",
"fs-extra": "4.0.3",
"ghost-spirit": "0.0.48",
"ghost-spirit": "0.0.49",
"glob": "7.1.2",
"google-caja-bower": "https://github.com/acburdine/google-caja-bower#ghost",
"grunt": "1.0.3",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -6002,10 +6002,10 @@ ghost-ignition@^2.7.0:
prettyjson "^1.1.3"
uuid "^3.0.0"

ghost-spirit@0.0.48:
version "0.0.48"
resolved "https://registry.yarnpkg.com/ghost-spirit/-/ghost-spirit-0.0.48.tgz#fc686f0830dcb6af0733b1b72a154774c25d566f"
integrity sha512-+K6oguMAlef3LbNDrIrXP+l9ogouQ4O1HKSWGcm2VzS/mPius2Nyu4DbpjULo4DoWC5JNE3B2g7kEXVDO4FeEA==
ghost-spirit@0.0.49:
version "0.0.49"
resolved "https://registry.yarnpkg.com/ghost-spirit/-/ghost-spirit-0.0.49.tgz#e806f896803b0a31976060ad6f656d333ebeb7dd"
integrity sha512-gmbPXYenZ1BpeI/2+pw7RJCXOAduUxNu8eXl2b0YA/5oU8mbtJtVoitF93NJ/C4CvrJ3E0Q1z4li30TupmmPgQ==
dependencies:
autoprefixer "8.2.0"
bluebird "^3.4.6"
Expand Down

0 comments on commit 98d57d6

Please sign in to comment.