recreate project

This commit is contained in:
root
2026-02-10 22:11:06 -05:00
commit 663c0cdbda
10149 changed files with 1379710 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
.session-timeout-modal {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.session-timeout-modal button {
transition: all 0.2s ease;
}
.session-timeout-modal button:hover {
opacity: 0.9;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.session-timeout-modal button:active {
transform: translateY(0);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.countdown {
font-size: 1.3em;
font-weight: bold;
color: #e74c3c;
}