Поправки иконки

This commit is contained in:
Book Pauk
2020-02-05 19:46:48 +07:00
parent 522ebc8aa2
commit c5aef78085
2 changed files with 5 additions and 1 deletions

View File

@@ -271,6 +271,10 @@ body, html, #app {
animation: rotating 2s linear infinite; animation: rotating 2s linear infinite;
} }
.notify-button-icon {
font-size: 16px !important;
}
@font-face { @font-face {
font-family: 'ReaderDefault'; font-family: 'ReaderDefault';
src: url('fonts/reader-default.woff') format('woff'), src: url('fonts/reader-default.woff') format('woff'),

View File

@@ -15,7 +15,7 @@ export function notify(vue, opts) {
color, color,
textColor: iconColor, textColor: iconColor,
icon, icon,
actions: [{icon: 'la la-times', color: 'black'}], actions: [{icon: 'la la-times notify-button-icon', color: 'black'}],
html: true, html: true,
message: message: