14 lines
185 B
CSS
14 lines
185 B
CSS
.form {
|
|
display: inline;
|
|
|
|
& button {
|
|
background: none;
|
|
color: inherit;
|
|
border: none;
|
|
padding: 0;
|
|
font: inherit;
|
|
cursor: pointer;
|
|
outline: inherit;
|
|
}
|
|
}
|