Android build v1.0.59 stadium updated
This commit is contained in:
+24
-11
@@ -18,6 +18,14 @@
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.sr-only {
|
||||
height: 1px;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
}
|
||||
|
||||
button {
|
||||
font: inherit;
|
||||
}
|
||||
@@ -778,6 +786,10 @@ textarea:focus-visible,
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
.dual-top-main.stadium-dual-top {
|
||||
grid-template-rows: auto auto minmax(0, 1fr) auto;
|
||||
}
|
||||
|
||||
.dual-top-main .dual-top-enemy,
|
||||
.dual-top-main .dual-top-party,
|
||||
.dual-top-main .dual-top-log {
|
||||
@@ -6480,7 +6492,7 @@ h2 {
|
||||
|
||||
.stadium-shop-tabs button,
|
||||
.stadium-shop-grid button {
|
||||
background: #252833;
|
||||
background: #303545;
|
||||
border: 2px solid #0b0c0f;
|
||||
color: var(--ink);
|
||||
cursor: pointer;
|
||||
@@ -6513,29 +6525,30 @@ h2 {
|
||||
|
||||
.stadium-shop-grid button {
|
||||
display: grid;
|
||||
gap: 8px;
|
||||
gap: 10px;
|
||||
margin: 0;
|
||||
min-height: 110px;
|
||||
padding: 12px;
|
||||
min-height: 128px;
|
||||
padding: 14px;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.stadium-shop-grid button:disabled {
|
||||
cursor: not-allowed;
|
||||
opacity: 0.45;
|
||||
opacity: 0.58;
|
||||
}
|
||||
|
||||
.stadium-shop-grid strong {
|
||||
color: #ffe8a5;
|
||||
font-size: 10px;
|
||||
line-height: 1.25;
|
||||
color: #fff0b8;
|
||||
font-size: 11px;
|
||||
line-height: 1.35;
|
||||
}
|
||||
|
||||
.stadium-shop-grid small,
|
||||
.stadium-shop-layout p {
|
||||
color: #d3d9e6;
|
||||
font-size: 13px;
|
||||
line-height: 1.2;
|
||||
color: #f0e8d2;
|
||||
font-family: 'VT323', monospace;
|
||||
font-size: 22px;
|
||||
line-height: 1.05;
|
||||
}
|
||||
|
||||
.dual-opponent-progress.stadium {
|
||||
|
||||
Reference in New Issue
Block a user