+
+
+ Turno Aperto
-
-
-
- Turno Aperto
-
-
- Turno Chiuso
-
-
+
+ Turno Chiuso
diff --git a/MP-TAB-SERV/Pages/WorkShift.razor.css b/MP-TAB-SERV/Pages/WorkShift.razor.css
new file mode 100644
index 00000000..ed8d08f3
--- /dev/null
+++ b/MP-TAB-SERV/Pages/WorkShift.razor.css
@@ -0,0 +1,5 @@
+.cardShift {
+ border-radius: 0.375rem;
+ background: linear-gradient(121deg, rgba(255, 255, 255, 0.2) -0.71%, rgba(255, 255, 255, 0.05) 97.66%);
+ box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
+}
\ No newline at end of file
diff --git a/MP-TAB-SERV/Pages/WorkShift.razor.less b/MP-TAB-SERV/Pages/WorkShift.razor.less
new file mode 100644
index 00000000..0f29e9a7
--- /dev/null
+++ b/MP-TAB-SERV/Pages/WorkShift.razor.less
@@ -0,0 +1,5 @@
+.cardShift {
+ border-radius: 0.375rem;
+ background: linear-gradient(121deg, rgba(255, 255, 255, 0.20) -0.71%, rgba(255, 255, 255, 0.05) 97.66%);
+ box-shadow: 0px 4px 24px -1px rgba(0, 0, 0, 0.25);
+}
diff --git a/MP-TAB-SERV/Pages/WorkShift.razor.min.css b/MP-TAB-SERV/Pages/WorkShift.razor.min.css
new file mode 100644
index 00000000..ac6b40dc
--- /dev/null
+++ b/MP-TAB-SERV/Pages/WorkShift.razor.min.css
@@ -0,0 +1 @@
+.cardShift{border-radius:.375rem;background:linear-gradient(121deg,rgba(255,255,255,.2) -.71%,rgba(255,255,255,.05) 97.66%);box-shadow:0 4px 24px -1px rgba(0,0,0,.25);}
\ No newline at end of file
diff --git a/MP-TAB-SERV/compilerconfig.json b/MP-TAB-SERV/compilerconfig.json
index d2f89971..8be7ecdd 100644
--- a/MP-TAB-SERV/compilerconfig.json
+++ b/MP-TAB-SERV/compilerconfig.json
@@ -18,5 +18,17 @@
{
"outputFile": "Components/ProdStat.razor.css",
"inputFile": "Components/ProdStat.razor.less"
+ },
+ {
+ "outputFile": "Pages/IobInfo.razor.css",
+ "inputFile": "Pages/IobInfo.razor.less"
+ },
+ {
+ "outputFile": "Components/IobInfoMan.razor.css",
+ "inputFile": "Components/IobInfoMan.razor.less"
+ },
+ {
+ "outputFile": "Pages/WorkShift.razor.css",
+ "inputFile": "Pages/WorkShift.razor.less"
}
]
\ No newline at end of file
diff --git a/MP-TAB-SERV/wwwroot/images/linuxLogo.png b/MP-TAB-SERV/wwwroot/images/linuxLogo.png
new file mode 100644
index 00000000..2afbacf6
Binary files /dev/null and b/MP-TAB-SERV/wwwroot/images/linuxLogo.png differ
diff --git a/MP-TAB-SERV/wwwroot/images/winLogo.png b/MP-TAB-SERV/wwwroot/images/winLogo.png
new file mode 100644
index 00000000..92cab382
Binary files /dev/null and b/MP-TAB-SERV/wwwroot/images/winLogo.png differ