1
0
mirror of https://github.com/ascribe/onion.git synced 2024-11-15 09:35:10 +01:00
onion/sass/lib/buttons.scss

9 lines
159 B
SCSS
Raw Normal View History

2015-11-03 10:39:01 +01:00
.btn-transparent {
color: black;
background-color: transparent;
&:hover, &:active, &:focus {
color:#424242;
outline: none;
}
}