feat(uti): Dash demo
[csit.git] / resources / tools / dash / app / pal / static / less / global.less
diff --git a/resources/tools/dash/app/pal/static/less/global.less b/resources/tools/dash/app/pal/static/less/global.less
new file mode 100644 (file)
index 0000000..78b7ae4
--- /dev/null
@@ -0,0 +1,12 @@
+body,
+html {
+  height: 100% !important;
+  margin: 0;
+  padding: 0;
+  background: #e7ecf7 !important;
+  font-family: 'Lato', sans-serif;
+}
+
+.row .col {
+  padding: 0 !important;
+}