Sfoglia il codice sorgente

remove icons styling

Konstantin Ladutenko 5 anni fa
parent
commit
764e0d88aa
1 ha cambiato i file con 20 aggiunte e 4 eliminazioni
  1. 20 4
      vue-cli3-webapp/src/App.vue

+ 20 - 4
vue-cli3-webapp/src/App.vue

@@ -466,7 +466,7 @@
           duration: 3000,
           duration: 3000,
           message: message,
           message: message,
           type: 'is-danger',
           type: 'is-danger',
-          position: 'is-top',
+          position: 'is-bottom-left',
         });
         });
       },
       },
       runSimulation: function() {
       runSimulation: function() {
@@ -474,7 +474,7 @@
             duration: 200,
             duration: 200,
             message: 'Simulation was started!',
             message: 'Simulation was started!',
             type: 'is-danger',
             type: 'is-danger',
-            position: 'is-top',
+            position: 'is-bottom-left',
             });
             });
           setTimeout(
           setTimeout(
                   () => {
                   () => {
@@ -484,7 +484,7 @@
                       duration: 3000,
                       duration: 3000,
                       message: 'Finished! '+"It took " + this.ttime + " s.",
                       message: 'Finished! '+"It took " + this.ttime + " s.",
                       type: 'is-success',
                       type: 'is-success',
-                      position: 'is-top',
+                      position: 'is-bottom-left',
                       })
                       })
                     ;
                     ;
                   }, 20);
                   }, 20);
@@ -792,11 +792,27 @@
   /*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
   /*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
   @import "~bulma/sass/utilities/_all";
   @import "~bulma/sass/utilities/_all";
   @import "~bulma/sass/base/_all";
   @import "~bulma/sass/base/_all";
-  @import "~bulma/sass/elements/_all";
+  /*@import "~bulma/sass/elements/_all";*/
+  @import "~bulma/sass/elements/box.sass";
+  @import "~bulma/sass/elements/button.sass";
+  @import "~bulma/sass/elements/container.sass";
+  @import "~bulma/sass/elements/content.sass";
+  /*@import "~bulma/sass/elements/icon.sass";*/
+  @import "~bulma/sass/elements/image.sass";
+  @import "~bulma/sass/elements/notification.sass";
+  @import "~bulma/sass/elements/progress.sass";
+  @import "~bulma/sass/elements/table.sass";
+  @import "~bulma/sass/elements/tag.sass";
+  @import "~bulma/sass/elements/title.sass";
+  @import "~bulma/sass/elements/other.sass";
+
+
   @import "~bulma/sass/form/_all";
   @import "~bulma/sass/form/_all";
   /*@import "~bulma/sass/components/_all";*/
   /*@import "~bulma/sass/components/_all";*/
   @import "~bulma/sass/components/dropdown";
   @import "~bulma/sass/components/dropdown";
   @import "~bulma/sass/components/tabs";
   @import "~bulma/sass/components/tabs";
+  @import "~bulma/sass/components/modal";
+  @import "~bulma/sass/components/message";
 
 
   @import "~bulma/sass/grid/_all";
   @import "~bulma/sass/grid/_all";
   /*@import "~bulma/sass/layout/_all";*/
   /*@import "~bulma/sass/layout/_all";*/