soapbox/app/styles/components/buttons.scss

9 wiersze
90 B
SCSS
Czysty Zwykły widok Historia

2020-06-03 06:10:53 +00:00
button {
font-family: inherit;
cursor: pointer;
&:focus {
outline: none;
}
}