taiga-front/app/styles/components/help.scss

12 lines
224 B
SCSS

a.help {
@include transition(color .2s linear);
color: $gray-light;
position: absolute;
right: 0;
top: 0;
&:hover {
@include transition(color .2s linear);
color: $green-taiga;
}
}