Replaced one-pager with multiple pages and fixed security bugs
This commit is contained in:
@@ -397,3 +397,20 @@ textarea { resize: vertical; min-height: 60px; }
|
||||
.topbar { padding: 0.5rem 0.75rem; }
|
||||
.container { padding: 0.75rem; }
|
||||
}
|
||||
|
||||
.loading-wrap {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
min-height: 100vh;
|
||||
}
|
||||
|
||||
.muted.small,
|
||||
.small { font-size: 0.75rem; }
|
||||
|
||||
.apply-row { gap: 1rem; }
|
||||
|
||||
h4 { margin: 0.75rem 0 0.25rem 0; font-size: 0.95rem; }
|
||||
|
||||
input[disabled],
|
||||
button[disabled] { opacity: 0.55; cursor: not-allowed; }
|
||||
|
||||
Reference in New Issue
Block a user