12 lines
180 B
SCSS
12 lines
180 B
SCSS
button,
|
|
input[type='button'] {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
background: transparent;
|
|
color: inherit;
|
|
font: inherit;
|
|
cursor: pointer;
|
|
outline: 2px solid transparent;
|
|
}
|