move help icon color to alertify styles

pull/1/head
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;

View File

@ -48,11 +48,6 @@
}
}
.cp-teams-help {
color: @colortheme_logo-2;
text-align: center;
margin-left: 10px;
&:hover {
text-decoration: none;
}
}
}