This commit is contained in:
@@ -471,6 +471,13 @@ body {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.status.large-status.ready {
|
||||
font-size: clamp(2rem, 8vw, 8rem) !important;
|
||||
display: flex !important;
|
||||
align-items: center !important;
|
||||
justify-content: center !important;
|
||||
}
|
||||
|
||||
.status.finished {
|
||||
background-color: rgba(73, 186, 228, 0.3);
|
||||
border: 2px solid #49bae4;
|
||||
@@ -479,7 +486,6 @@ body {
|
||||
.status.ready {
|
||||
background-color: rgb(0 165 3 / 54%);
|
||||
border: 2px solid #06ff00;
|
||||
animation: pulse 1s infinite;
|
||||
}
|
||||
|
||||
.status.armed {
|
||||
|
||||
Reference in New Issue
Block a user