Skip to content
Snippets Groups Projects
Commit 6bff4e26 authored by sebousan's avatar sebousan
Browse files

test buton

parent 0747a87d
No related branches found
No related tags found
No related merge requests found
......@@ -92,10 +92,13 @@
content: ""
@mixin button-reset
background: transparent
// appearance: none
background: red
border: none
border-radius: none
cursor: pointer
&:active,
user-select: none
&:active,
&:focus
box-shadow: 0 0 0 0.25rem rgba($main-color, 0.25)
outline: 0
......@@ -103,4 +106,4 @@
@mixin list-reset
list-style: none
padding-left: 0
margin-bottom: 0
\ No newline at end of file
margin-bottom: 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment