Android build v1.0.57
This commit is contained in:
+27
@@ -5888,6 +5888,33 @@ h2 {
|
||||
z-index: 10;
|
||||
}
|
||||
|
||||
.pvp-round-countdown {
|
||||
align-items: center;
|
||||
background: rgba(5, 5, 8, 0.55);
|
||||
display: flex;
|
||||
inset: 0;
|
||||
justify-content: center;
|
||||
position: fixed;
|
||||
z-index: 9;
|
||||
}
|
||||
|
||||
.pvp-round-countdown > div {
|
||||
background: var(--panel);
|
||||
border: 3px solid #0b0c0f;
|
||||
box-shadow: 8px 8px 0 #050507;
|
||||
min-width: 220px;
|
||||
outline: 2px solid var(--gold);
|
||||
padding: 28px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.pvp-round-countdown h2 {
|
||||
color: var(--gold);
|
||||
font-size: clamp(48px, 8vw, 92px);
|
||||
line-height: 1;
|
||||
margin-top: 8px;
|
||||
}
|
||||
|
||||
.result-screen > div,
|
||||
.pause-screen > div {
|
||||
background: var(--panel);
|
||||
|
||||
Reference in New Issue
Block a user