ffffng/app/styles/views/directives/_help.scss

15 lines
270 B
SCSS
Raw Normal View History

2014-05-12 20:08:19 +02:00
f-help {
.help-icon {
@extend .fa, .fa-question-circle;
cursor: pointer;
font-size: $font-size-base + 2;
margin-left: 5px;
color: $brand-info;
&:hover {
color: darken($brand-info, 20%);
}
}
}