1
0

Revert "Switch board.css to use rem instead of em"

This reverts commit 001b26825d894e34e42a710c6e28fdc68170eefa.
This commit is contained in:
James Ketrenos 2022-02-26 15:44:44 -08:00
parent 7acec84f94
commit 1c79b6300f

View File

@ -38,8 +38,8 @@
z-index: 50; /* Above Tile (5,10), Road (12), Corner (20) */ z-index: 50; /* Above Tile (5,10), Road (12), Corner (20) */
position: absolute; position: absolute;
background-size: 600% auto; /* pip-numbers is a 6x6 grid of pip images */ background-size: 600% auto; /* pip-numbers is a 6x6 grid of pip images */
width: 2rem; width: 2em;
height: 2rem; height: 2em;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
} }
@ -82,8 +82,8 @@
align-items: center; align-items: center;
justify-items: center; justify-items: center;
box-sizing: border-box; box-sizing: border-box;
width: 1.5rem; width: 1.5em;
height: 1.5rem; height: 1.5em;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
pointer-events: none; pointer-events: none;
} }
@ -113,8 +113,8 @@
justify-items: center; justify-items: center;
box-sizing: border-box; box-sizing: border-box;
transform-origin: 50% 0; transform-origin: 50% 0;
width: 0.5rem; width: 0.5em;
height: 2.5rem; height: 2.5em;
z-index: 11; /* Above Tile, below Corner */ z-index: 11; /* Above Tile, below Corner */
pointer-events: none; pointer-events: none;
} }
@ -163,8 +163,8 @@
} }
.Robber .Pip-Shape { .Robber .Pip-Shape {
top: -2rem; top: -2em;
left: -2rem; left: -2em;
clip-path: circle(50%); clip-path: circle(50%);
transform: scale(0.45); transform: scale(0.45);
background-color:#e7c099; background-color:#e7c099;