aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/static/less/global.less
blob: 78b7ae43141aa37fb31fbb84d1af16df413eb50b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
body,
html {
  height: 100% !important;
  margin: 0;
  padding: 0;
  background: #e7ecf7 !important;
  font-family: 'Lato', sans-serif;
}

.row .col {
  padding: 0 !important;
}