aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/static/less/global.less
diff options
context:
space:
mode:
Diffstat (limited to 'resources/tools/dash/app/pal/static/less/global.less')
-rw-r--r--resources/tools/dash/app/pal/static/less/global.less12
1 files changed, 12 insertions, 0 deletions
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
index 0000000000..78b7ae4314
--- /dev/null
+++ b/resources/tools/dash/app/pal/static/less/global.less
@@ -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;
+}