.flash-message { @apply block rounded my-2 p-2; } .table-header-padded { @apply px-2 py-1; } .table-cell-padded { @apply border px-2 py-1; } .game-container-box { min-height: 35rem; @apply p-2 border-2 border-gray-800 rounded; } .side-box { height: 35rem; position: -webkit-sticky; position: sticky; top: 8px; } .header-title { font-family: "Montaga", "Open Sans", sans-serif; } #look_output { @apply min-w-full my-2 overflow-auto border-2 border-gray-800 rounded; height: 75px; }