ux refine

This commit is contained in:
2026-04-19 13:31:17 +02:00
parent 4c4ff61fab
commit 314fc16b98
5 changed files with 139 additions and 10 deletions
+12
View File
@@ -63,6 +63,12 @@ button,
padding: 10px 14px;
}
.button-secondary {
background: #eef3f8;
color: #1f2937;
border: 1px solid #cbd5e1;
}
.button:hover,
button:hover {
opacity: 0.92;
@@ -280,6 +286,12 @@ button:hover {
gap: 14px;
}
.form-actions {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.form-field {
margin: 0;
}