Checkpoint
This commit is contained in:
50
ui/src/pages/Overview.scss
Normal file
50
ui/src/pages/Overview.scss
Normal file
@@ -0,0 +1,50 @@
|
||||
.overview-container {
|
||||
padding: 24px;
|
||||
height: 100%;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.overview-section {
|
||||
margin-bottom: 32px;
|
||||
}
|
||||
|
||||
.overview-title {
|
||||
font-size: 24px;
|
||||
font-weight: 700;
|
||||
color: var(--app-text);
|
||||
margin-bottom: 20px;
|
||||
text-shadow: 0 0 12px rgba(142, 180, 255, 0.2);
|
||||
}
|
||||
|
||||
.overview-loading,
|
||||
.overview-empty,
|
||||
.overview-error {
|
||||
padding: 24px;
|
||||
text-align: center;
|
||||
border-radius: 8px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.overview-loading {
|
||||
background: rgba(142, 180, 255, 0.1);
|
||||
color: var(--app-accent);
|
||||
}
|
||||
|
||||
.overview-empty {
|
||||
background: rgba(142, 180, 255, 0.08);
|
||||
color: var(--app-text-muted);
|
||||
}
|
||||
|
||||
.overview-error {
|
||||
background: rgba(239, 68, 68, 0.1);
|
||||
color: #fca5a5;
|
||||
}
|
||||
|
||||
.overview-radios-row {
|
||||
gap: 16px;
|
||||
}
|
||||
|
||||
.overview-radio-col {
|
||||
display: flex;
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
Reference in New Issue
Block a user