summaryrefslogtreecommitdiffstats
path: root/ogcp/static/css/soleta.css
blob: d17674c383a5eeb8e835865f3d6733fa6c9b45de (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
.state--opg {
	background-color: rgb(252, 222, 66);
}

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;
}