Update web/static/app.css
This commit is contained in:
parent
1cab6dfeb6
commit
c92ad253b6
@ -352,3 +352,23 @@ code,kbd{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono
|
|||||||
border-radius:10px; font-size:14px;
|
border-radius:10px; font-size:14px;
|
||||||
}
|
}
|
||||||
.login-field-error{ color:#b91c1c; font-size:13px; margin:6px 0 0; }
|
.login-field-error{ color:#b91c1c; font-size:13px; margin:6px 0 0; }
|
||||||
|
|
||||||
|
/* keep row items inline */
|
||||||
|
.search-row { display:flex; gap:8px; align-items:center; }
|
||||||
|
|
||||||
|
/* the panel sits below the row, full-width, and is hidden by default */
|
||||||
|
.help-panel {
|
||||||
|
display: none;
|
||||||
|
margin-top: 12px;
|
||||||
|
border: 1px solid var(--border);
|
||||||
|
border-radius: 12px;
|
||||||
|
background: #fff;
|
||||||
|
padding: 14px 16px;
|
||||||
|
box-shadow: 0 6px 18px rgba(0,0,0,.06);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* shown when toggled */
|
||||||
|
.help-panel.open { display: block; }
|
||||||
|
|
||||||
|
/* optional: smaller heading spacing in the panel */
|
||||||
|
.help-panel h3 { margin: 4px 0 10px; }
|
||||||
Loading…
Reference in New Issue
Block a user