Members, Circuits

This commit is contained in:
Paolo Arena
2022-10-21 21:25:54 +02:00
parent 9d40649af3
commit 6c306b36f3
73 changed files with 4424 additions and 93 deletions

View File

@@ -1136,3 +1136,27 @@ $heightBtn: 100%;
.feat-descr {
font-size: 1.15rem;
}
.circuito_abilitato {
background-color: green;
color: green;
margin-right: 4px;
padding: 2px;
font-weight: bold;
}
.circuito_fase_2 {
background-color: orange;
color: white;
margin-right: 4px;
padding: 2px;
font-weight: bold;
}
.circuito_in_creazione {
background-color: blue;
color: white;
margin-right: 4px;
padding: 2px;
font-weight: bold;
}