8 lines
135 B
SCSS
8 lines
135 B
SCSS
|
form {
|
||
|
button.btn {
|
||
|
padding: 2em;
|
||
|
border-radius: 0.5rem;
|
||
|
background: green !important;
|
||
|
color: white !important;
|
||
|
}
|
||
|
}
|