Made changes to CSS and merged together.

This commit is contained in:
2025-12-17 23:16:20 -05:00
parent 2402645911
commit 5fd71f8c94
2 changed files with 23 additions and 127 deletions

View File

@@ -46,28 +46,6 @@ input[type='number'],
box-sizing: border-box;
}
.btn.cancel,
button[type='button'] {
background: #f3f3f3;
color: #666;
}
.btn.save,
button[type='submit'] {
background: #667eea;
color: #fff;
border: none;
border-radius: 8px;
padding: 0.6rem 1.4rem;
font-weight: 600;
font-size: 1rem;
cursor: pointer;
transition: background 0.18s;
}
.btn.save:hover,
button[type='submit']:hover:not(:disabled) {
background: #5a67d8;
}
.loading-message {
text-align: center;
color: #666;