move help icon color to alertify styles

This commit is contained in:
David Benqué
2019-12-17 15:54:02 +00:00
parent 84174dbced
commit 71ac44e239
2 changed files with 6 additions and 5 deletions

View File

@@ -261,6 +261,12 @@
}
}
.fa-question-circle { // help links to FAQ
color: @colortheme_logo-2;
&:hover {
text-decoration: none;
}
}
input[type="checkbox"], input[type="radio"] {
width: auto;