9 lines
113 B
SCSS
9 lines
113 B
SCSS
|
|
button {
|
||
|
|
border: none;
|
||
|
|
padding: 0;
|
||
|
|
margin: 0;
|
||
|
|
text-align: inherit;
|
||
|
|
font: inherit;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|