From 28165e662bfd94095d8bc6d51c874f50e28f1b30 Mon Sep 17 00:00:00 2001 From: benweet Date: Mon, 16 Apr 2018 01:22:29 +0100 Subject: [PATCH] Circled close button icon in light mode --- README.md | 38 +++++++++++++++------------- src/components/NavigationBar.vue | 2 +- src/components/Tour.vue | 2 +- src/components/modals/AboutModal.vue | 2 +- src/icons/CloseCircle.vue | 5 ++++ src/icons/index.js | 2 ++ src/services/tempFileSvc.js | 3 ++- 7 files changed, 32 insertions(+), 22 deletions(-) create mode 100644 src/icons/CloseCircle.vue diff --git a/README.md b/README.md index 56e6e66d..20147b69 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,27 @@ https://stackedit.io/ -### NEW!!! Integrate StackEdit in any website! +### NEW!!! Embed StackEdit in any website! -See https://benweet.github.io/stackedit.js/ +See https://github.com/benweet/stackedit.js + +Chrome extension: https://chrome.google.com/webstore/detail/ajehldoplanpchfokmeempkekhnhmoha + +### Build Setup + +``` bash +# install dependencies +npm install + +# serve with hot reload at localhost:8080 +npm start + +# build for production with minification +npm run build + +# build for production and view the bundle analyzer report +npm run build --report +``` ### StackEdit can: @@ -32,20 +50,4 @@ See https://benweet.github.io/stackedit.js/ - Online synchronization using Google Drive, Dropbox and GitHub - One click publish to Blogger, Dropbox, Gist, GitHub, Google Drive, WordPress, Zendesk -### Build Setup - -``` bash -# install dependencies -npm install - -# serve with hot reload at localhost:8080 -npm start - -# build for production with minification -npm run build - -# build for production and view the bundle analyzer report -npm run build --report -``` - > **NOTE:** This page has been written and published with [StackEdit](https://stackedit.io/ "StackEdit"). diff --git a/src/components/NavigationBar.vue b/src/components/NavigationBar.vue index 430f956e..3168d2a1 100644 --- a/src/components/NavigationBar.vue +++ b/src/components/NavigationBar.vue @@ -2,7 +2,7 @@