diff --git a/Thermo.Active/wwwroot/assets/styles/style.less b/Thermo.Active/wwwroot/assets/styles/style.less
index fd4c25e8..a4c2ca3f 100644
--- a/Thermo.Active/wwwroot/assets/styles/style.less
+++ b/Thermo.Active/wwwroot/assets/styles/style.less
@@ -1,10 +1,11 @@
+// math: always
@import url(../../libs/font-awesome/css/font-awesome.css);
@import url(../../libs/glyphicons/styles/glyphicons.css);
@import "base/layout.less";
@import "iziToast.min.css";
body {
- font-family: 'Work Sans', sans-serif;
+ font-family: "Work Sans", sans-serif;
}
.t-loading {
@@ -21,7 +22,6 @@ body {
top: 80px;
}
-
.iziToast {
background-color: @color-white2;
border-color: @color-white2;
@@ -44,7 +44,7 @@ body {
background-color: @color-scarlet;
}
-.iziToast>.iziToast-progressbar {
+.iziToast > .iziToast-progressbar {
background-color: rgba(255, 255, 255, 0.6);
}
@@ -59,7 +59,6 @@ body {
margin-top: 60px;
}
-
.login-form .login-avatar {
height: 88px;
width: 88px;
@@ -75,4 +74,4 @@ body {
font-family: Arial, sans-serif;
font-weight: bold;
text-transform: uppercase;
-}
\ No newline at end of file
+}
diff --git a/Thermo.Active/wwwroot/src/App.vue b/Thermo.Active/wwwroot/src/App.vue
index 054a780b..52976e34 100644
--- a/Thermo.Active/wwwroot/src/App.vue
+++ b/Thermo.Active/wwwroot/src/App.vue
@@ -23,20 +23,19 @@