1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 00:28:00 +02:00
onion/sass/lib/buttons.scss
2015-10-23 10:37:23 +02:00

9 lines
159 B
SCSS

.btn-transparent {
color: black;
background-color: transparent;
&:hover, &:active, &:focus {
color:#424242;
outline: none;
}
}