Eugene Pankov dc513b427d done
2017-04-11 22:45:59 +02:00

15 lines
239 B
SCSS

:host {
display: inline-block;
padding: 5px;
transition: 0.125s all;
&:hover:not(.active) {
background: rgba(255, 255, 255, .033);
}
&:active:not(.active) {
background: rgba(0, 0, 0, .1);
}
}