Recount-Server/web/sass/mixins.scss

10 lines
198 B
SCSS
Raw Normal View History

2024-01-12 21:59:19 -08:00
@mixin button_link() {
cursor: pointer;
background-color: transparent;
background-repeat: no-repeat;
border: none;
overflow: hidden;
outline: none;
border-radius: 5px;
}