Recount-Server/web/sass/mixins.scss
2024-01-12 21:59:19 -08:00

9 lines
198 B
SCSS

@mixin button_link() {
cursor: pointer;
background-color: transparent;
background-repeat: no-repeat;
border: none;
overflow: hidden;
outline: none;
border-radius: 5px;
}