labyrinth-frontend/app/cell.module.scss
Manuel Friedli 3efb87bcd8
All checks were successful
/ maven-build (push) Successful in 20s
Refactor
2026-03-07 23:47:38 +01:00

12 lines
205 B
SCSS

.cell {
display: table-cell;
border: 1px solid transparent;
height: 2em;
width: 2em;
padding: 0;
position: relative;
&:hover {
background-color: var(--color-background-highlight);
}
}