summaryrefslogtreecommitdiff
path: root/src/global.css
blob: 9221e5c2e7fdd1e8fc0f3789dd476ac499769517 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
body {
  /*background-color: #f9f9f9;*/
  background: #f4f4f4;
  min-height: 100vh;
}

a {
  color: #1157ed;
}

.btn {
  font-size: 14px;
  border-radius: 8px;
}

.cursor-default {
  cursor: default !important;
}

.shadowed {
  box-shadow: 0 9px 62px -13px rgba(0, 0, 0, 0.20) !important;
}

.btn-primary {
  background: #1157ed;
  border-color: #1157ed;
}