/* FLASH */ #flash { position: absolute; bottom: 2rem; margin: 0 auto; width: 50%; min-width: 24rem; max-width: 64rem; max-height: 10rem; overflow: scroll; padding: 1rem; &.alert { background-color: var(--danger-medium); } &.notice { background-color: var(--highlight-low); } }