V3.5
This commit is contained in:
@@ -138,6 +138,15 @@ code { color:#b8c3ff; }
|
||||
.info-note { padding:12px 15px; border-radius:12px; border:1px solid #65562a; background:#2b2616; color:#e9d98b; font-size:13px; }
|
||||
.interval-badge { display:inline-block; padding:4px 8px; border-radius:999px; background:#1c2635; border:1px solid #304057; color:#b8c5d7; font-size:10px; font-weight:800; white-space:nowrap; }
|
||||
.field-help { color:var(--muted); font-size:11px; margin-top:-2px; }
|
||||
|
||||
.year-account-filter { display:flex; align-items:end; justify-content:space-between; gap:18px; background:#0f1621; border:1px solid #29364a; border-radius:16px; padding:14px 16px; }
|
||||
.year-filter-copy { min-width:0; }
|
||||
.year-filter-copy span { display:block; color:var(--muted); font-size:10px; text-transform:uppercase; letter-spacing:.08em; font-weight:800; margin-bottom:3px; }
|
||||
.year-filter-copy strong { display:block; font-size:18px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
|
||||
.year-account-filter label { display:grid; gap:5px; min-width:min(320px,45vw); }
|
||||
.year-account-filter label span { color:var(--muted); font-size:10px; font-weight:700; }
|
||||
.year-account-filter select { width:100%; background:#0b111a; color:#f5f7fb; border:1px solid #2a374a; border-radius:10px; padding:10px 34px 10px 11px; outline:none; }
|
||||
.year-account-filter select:focus { border-color:var(--accent); box-shadow:0 0 0 3px #8293ff1d; }
|
||||
.year-summary { grid-template-columns:repeat(4,minmax(0,1fr)); }
|
||||
.year-table { min-width:850px; }
|
||||
.due-items { display:flex; flex-wrap:wrap; gap:5px; }
|
||||
@@ -297,3 +306,9 @@ code { color:#b8c3ff; }
|
||||
padding-top:10px;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width:760px) {
|
||||
.year-account-filter { align-items:stretch; flex-direction:column; gap:10px; padding:12px; }
|
||||
.year-account-filter label { min-width:0; width:100%; }
|
||||
.year-filter-copy strong { font-size:16px; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user