pleroma/app/styles/components/buttons.scss

9 lines
90 B
SCSS
Raw Normal View History

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