Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | 19x 19x 19x | .spectrum-array-item-number {
--spectrum-array-item-number-size: 1.2rem;
display: flex;
align-items: center;
justify-content: center;
width: var(--spectrum-array-item-number-size);
height: var(--spectrum-array-item-number-size);
border-radius: 50%;
overflow: hidden;
line-height: var(--spectrum-array-item-number-size);
font-size: 0.75em;
font-weight: 500;
text-align: center;
background-color: var(--spectrum-global-color-gray-500);
color: var(--spectrum-global-color-gray-200);
}
|