Поправки иконки
This commit is contained in:
@@ -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'),
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user