style(web): unify button sizing across pages (padding/font/spacing)

This commit is contained in:
2026-04-22 18:35:40 -04:00
parent 4bf671b316
commit b51095cec5
5 changed files with 76 additions and 54 deletions

View File

@@ -8,16 +8,16 @@
.logs-root .btn {
display: inline-flex;
align-items: center;
gap: 6px;
padding: 6px 14px;
gap: 8px;
padding: 7px 14px;
font-family: inherit;
font-size: 0.72rem;
letter-spacing: 2px;
font-size: 0.78rem;
letter-spacing: 1.5px;
background: transparent;
border: 1px solid var(--matrix);
color: var(--matrix);
cursor: pointer;
transition: all 0.15s ease;
transition: all 0.3s ease;
}
.logs-root .btn:hover {
background: var(--matrix);