Files
2015-12-04 21:53:48 -06:00

21 lines
375 B
SCSS

@import "../../globals.core";
// Clear Button
// --------------------------------------------------
.button-clear {
border-color: transparent;
background: transparent;
color: color-shade($button-color);
&.activated {
opacity: 0.4;
background: transparent;
}
&:hover:not(.disable-hover) {
opacity: 0.6;
color: color-shade($button-color);
}
}