1
0
mirror of https://github.com/ascribe/onion.git synced 2024-07-01 06:02:12 +02:00
onion/sass/lib/buttons.scss

9 lines
159 B
SCSS
Raw Normal View History

2015-10-20 15:10:18 +02:00
.btn-transparent {
color: black;
background-color: transparent;
&:hover, &:active, &:focus {
color:#424242;
2015-10-23 10:37:23 +02:00
outline: none;
2015-10-20 15:10:18 +02:00
}
}