adding loggedIn to auth

This commit is contained in:
2025-12-10 04:43:18 +00:00
parent 0458e1ed09
commit f5bf580abb
11 changed files with 26 additions and 9 deletions

View File

@@ -1,7 +1,12 @@
/* PRINTING */
@media print {
.no-print {
.no-print,
.no-print * {
display: none !important;
margin: 0px;
padding: 0px;
width: 0x;
height: 0px;
}
}
/* END OF PRINTING */
@@ -82,6 +87,7 @@ button {
/* END OF ELEMENTS */
/* CLASSES */
.img-stamp {
width: 99px;
height: 55px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB