TiledViz
Loading...
Searching...
No Matches
forms.css
1.column
2{
3 width:100%;
4}
5
6#submit
7{
8 text-align:center;
9 padding: auto;
10 margin: auto;
11}
12
13.warning_user
14{
15 text-align: center;
16 color: red;
17 style: bold;
18}
19
20:root{
21 --bs-secondary-color: rgba(62, 158, 98, 0.75);
22}
23
24body
25{
26 color: lightgrey;
27}