.doors-tracker { .cell { width: 3rem; height: 3rem; margin: 0.25rem; border-radius: 0.25rem; display: flex; align-items: center; justify-content: space-around; user-select: none; &.off { opacity: .3; } &.cswitch { background: #505050; } &.dungeon { background: #b3700b; } &.dungeon-item { background: #0571b0; } &.keys { background: #2E8B57; font-size: 140%; text-shadow: 0 0.1rem 0.1rem black; } &.item { background: #ca0020; } } }