fix: remove home page CSS lint warning

This commit is contained in:
asepharyana
2026-07-07 04:48:44 +07:00
parent ad3f4ce75e
commit 6aee3723fb
2 changed files with 34 additions and 10 deletions
+5 -5
View File
@@ -35,6 +35,11 @@
border-radius: var(--radius); background: var(--bg);
color: var(--text); font-size: 0.875rem; cursor: pointer;
}
.modal input {
width: 100%; padding: 8px 12px; border: 1px solid var(--border);
border-radius: var(--radius); background: var(--bg);
color: var(--text); margin-bottom: 12px;
}
.topbar button.primary { background: var(--accent); color: #fff; border-color: var(--accent); }
.topbar .spacer { flex: 1; }
.topbar .search input {
@@ -99,11 +104,6 @@
min-width: 360px; max-width: 500px;
}
.modal h3 { margin-bottom: 16px; }
.modal input {
width: 100%; padding: 8px 12px; border: 1px solid var(--border);
border-radius: var(--radius); background: var(--bg);
color: var(--text); margin-bottom: 12px;
}
.modal .buttons { display: flex; gap: 8px; justify-content: flex-end; }
.modal .buttons button {
padding: 8px 16px; border: 1px solid var(--border);