Members, Circuits
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user