refactor: extract button styles

This commit is contained in:
Carlos Valente
2025-06-24 16:56:52 +02:00
committed by Carlos Valente
parent c603f29197
commit 4c08482258
4 changed files with 14 additions and 31 deletions
@@ -22,6 +22,11 @@
}
}
.small {
height: 1.5rem;
font-size: calc(1rem - 3px);
}
.medium {
height: 2rem;
font-size: calc(1rem - 2px);
@@ -40,3 +45,4 @@
.fluid {
width: 100%;
}