Переглянути джерело

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

Book Pauk 5 роки тому
батько
коміт
c5aef78085
2 змінених файлів з 5 додано та 1 видалено
  1. 4 0
      client/components/App.vue
  2. 1 1
      client/components/share/notify.js

+ 4 - 0
client/components/App.vue

@@ -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'),

+ 1 - 1
client/components/share/notify.js

@@ -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: