1
0
mirror of https://github.com/ascribe/onion.git synced 2025-01-10 21:18:38 +01:00
onion/sass/lib/buttons.scss
Tim Daubenschütz 22a95f07fd Further cleanup
2015-10-20 15:10:18 +02:00

8 lines
136 B
SCSS

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