Unify button styles, improve sizing

This commit is contained in:
2026-01-26 16:15:52 +07:00
parent 3b22f8c2f4
commit b960ba0868
2 changed files with 4 additions and 9 deletions

View File

@@ -438,21 +438,16 @@ body {
}
.btn {
padding: 0.75rem 1.5rem;
padding: 0.6rem 1.2rem;
border-radius: 4px;
cursor: pointer;
font-size: 1rem;
font-size: 0.9rem;
display: flex;
align-items: center;
justify-content: center;
gap: 0.5rem;
}
.btn-sm {
padding: 0.4rem 1rem !important;
font-size: 0.9rem !important;
}
.btn-outline {
background: transparent;
color: #333;