change match table styles and notification styles

This commit is contained in:
smanylov
2026-04-16 17:07:14 +07:00
parent 365aeded43
commit 839dd8cf94
14 changed files with 247 additions and 146 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ export default function FilePageNote() {
<form method="POST">
<input type="hidden" name="action" value="add_note" />
<textarea name="note" className="note-textarea" placeholder="Добавить заметку к этому нарушению..." ></textarea>
<button type="submit" className="btn-small btn-primary-small">
<button type="submit" className="btn-s btn-primary-small">
Сохранить заметку
</button>
</form>