summaryrefslogtreecommitdiffstats
path: root/ogcp/static/css/soleta.css
blob: 2dc0c3e503d8ddf5edc1f5e377567bdb3fd5954e (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
html, body {
    width: 100%;
    height: 100% !important;
}

#sidebar .list-group-item {
    background-color: transparent;
}

.toast {
    margin: 10px;
}

.nav {
  position: relative;
}

.nav-item {
  padding-left: 20px;
  position: relative;
}

.nav-link {
  padding: 0;
}
.active > .nav-link {
  font-weight: bold;
}

.text-wol {
  color: #99791a !important;
}

.badge-wol {
  color: white !important;
  background-color: #99791a !important;
}

.og-pill {
  width: 11em;
}