Skip to content

Commit

Permalink
#15 fix icons
Browse files Browse the repository at this point in the history
  • Loading branch information
artemsky committed Nov 30, 2017
1 parent caec453 commit 8780610
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## Change Log

### v3.0.3
- fix icons [#15](https://github.com/artemsky/vue-snotify/issues/15)
### v3.0.2
- fix backdrop [#16](https://github.com/artemsky/vue-snotify/issues/16)
### v3.0.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-snotify",
"version": "3.0.2",
"version": "3.0.3",
"description": "A Vue.js toast notifications",
"scripts": {
"prestart": "npm run link:src",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-snotify",
"version": "3.0.2",
"version": "3.0.3",
"description": "A Vue.js toast notifications",
"main": "vue-snotify.common.js",
"module": "vue-snotify.esm.js",
Expand Down
2 changes: 2 additions & 0 deletions src/styles/dark/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ $icons: -generate-icons(
transform: translate(0, -50%);
max-height: 48px;
max-width: 48px;
width: 100%;
height: 100%;
}

.snotify-icon--error {
Expand Down
2 changes: 2 additions & 0 deletions src/styles/material/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ $icons: -generate-icons(
transform: translate(0, -50%);
max-height: 48px;
max-width: 48px;
width: 100%;
height: 100%;
}

.snotify-icon--error {
Expand Down
2 changes: 2 additions & 0 deletions src/styles/simple/icon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ $icons: -generate-icons(
transform: translate(0, -50%);
max-height: 48px;
max-width: 48px;
width: 100%;
height: 100%;
}

.snotify-icon--error {
Expand Down

0 comments on commit 8780610

Please sign in to comment.