blob: ca4989780c829eb46a42b93789dd7683ef48a5ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
.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;
}
|