Finally using the alerts for sessions!!

This commit is contained in:
Scott Idem
2025-10-03 13:27:12 -04:00
parent b85d2ee98c
commit c70abc46f3
3 changed files with 296 additions and 0 deletions

View File

@@ -805,6 +805,11 @@ img.qr_code:focus {
background-image: repeating-linear-gradient(-45deg, hsla(0, 100%, 50%, .25), hsla(0, 100%, 50%, .25) 10px, transparent 10px, transparent 20px);
}
.alert {
/* background-color: hsla(0, 100%, 50%, .1); */
outline: dashed thin hsla(0, 100%, 50%, .5);
}
@media (max-width: 767px) {
.sk_header.hide_sm {