ready styles
This commit is contained in:
parent
79c95a1cb2
commit
3e8ce6300c
@ -37,6 +37,11 @@
|
||||
grid-area: constructs;
|
||||
}
|
||||
|
||||
.scoreboard .ready {
|
||||
background: black;
|
||||
color: forestgreen;
|
||||
}
|
||||
|
||||
.instance .info {
|
||||
/*font-size: 75%;*/
|
||||
margin-left: 1em;
|
||||
|
||||
@ -421,6 +421,7 @@ header {
|
||||
grid-area: team;
|
||||
grid-auto-columns: 1fr;
|
||||
grid-gap: 0.5em;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.menu-instance-list {
|
||||
@ -502,6 +503,10 @@ main .top button {
|
||||
transition-timing-function: ease;
|
||||
}
|
||||
|
||||
.ready:hover {
|
||||
color: black;
|
||||
}
|
||||
|
||||
.timer-container {
|
||||
display: flex;
|
||||
flex: 1 1 100%;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user