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

20 lines
370 B
SCSS

a.help-markdown,
a.help-button {
@extend %small;
color: $gray-light;
&:hover {
span {
color: $grayer;
transition: color .2s linear;
}
.icon {
color: $fresh-taiga;
transition: color .2s linear;
}
}
.icon {
color: $gray-light;
margin-right: .2rem;
}
}