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

12 lines
230 B
SCSS

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