auth modal
Build and Push Docker Image / build (push) Successful in 18s

This commit is contained in:
2026-05-27 09:07:23 -05:00
parent 2d4920bd15
commit 97be2d2908
2656 changed files with 497146 additions and 8 deletions
+1
View File
@@ -0,0 +1 @@
@media (max-width: 768px){*{-webkit-overflow-scrolling:touch}button,a,input,select{min-height:44px}input,select,textarea{font-size:16px!important}}@media (max-width: 1024px){.hide-tablet{display:none!important}}@media (max-width: 768px){.hide-mobile{display:none!important}.mobile-full-width{width:100%!important}.mobile-text-center{text-align:center!important}.mobile-no-padding{padding:0!important}.mobile-small-padding{padding:12px!important}.mobile-stack{flex-direction:column!important}.mobile-scroll-x{overflow-x:auto!important;-webkit-overflow-scrolling:touch}.mobile-card{display:block!important;padding:16px;margin-bottom:12px;border-radius:8px;background:#181924;border:1px solid #2a2b3a}.mobile-card-row{display:flex;justify-content:space-between;padding:8px 0;border-bottom:1px solid #1c1d29}.mobile-card-row:last-child{border-bottom:none}.mobile-card-label{font-weight:600;color:#9ca0b8;font-size:12px;text-transform:uppercase;letter-spacing:.5px}.mobile-card-value{font-weight:600;color:#f8f9fa;text-align:right}}@media (max-width: 480px){.hide-small-mobile{display:none!important}}@media (max-width: 768px){.mobile-sticky-top{position:sticky;top:0;z-index:100;background:#000}}
File diff suppressed because one or more lines are too long
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CPAS Violation Tracker</title>
<style>
*, *::before, *::after { box-sizing: border-box; }
html, body { margin: 0; padding: 0; height: 100%; }
#root { height: 100%; }
</style>
<script type="module" crossorigin src="/assets/index-CkShUZiL.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BoQf6yV_.css">
</head>
<body>
<div id="root"></div>
</body>
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

+5
View File
@@ -0,0 +1,5 @@
{
"sha": "dev",
"shortSha": "dev",
"buildTime": null
}