Поправки иконки
This commit is contained in:
@@ -271,6 +271,10 @@ body, html, #app {
|
||||
animation: rotating 2s linear infinite;
|
||||
}
|
||||
|
||||
.notify-button-icon {
|
||||
font-size: 16px !important;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'ReaderDefault';
|
||||
src: url('fonts/reader-default.woff') format('woff'),
|
||||
|
||||
@@ -15,7 +15,7 @@ export function notify(vue, opts) {
|
||||
color,
|
||||
textColor: iconColor,
|
||||
icon,
|
||||
actions: [{icon: 'la la-times', color: 'black'}],
|
||||
actions: [{icon: 'la la-times notify-button-icon', color: 'black'}],
|
||||
html: true,
|
||||
|
||||
message:
|
||||
|
||||
Reference in New Issue
Block a user