7 lines
97 B
SCSS
7 lines
97 B
SCSS
.button {
|
|
cursor: pointer;
|
|
outline-width: 0;
|
|
font-size: inherit;
|
|
font-family: inherit;
|
|
}
|