soapbox/app/styles/components/buttons.scss

9 wiersze
90 B
SCSS

button {
font-family: inherit;
cursor: pointer;
&:focus {
outline: none;
}
}