2025-02-14 11:00:20 +01:00

8 lines
135 B
SCSS

form {
button.btn {
padding: 2em;
border-radius: 0.5rem;
background: green !important;
color: white !important;
}
}