fix(challenges): Implement Help Dialog

This commit applies changes from 78e86f514f.

It introduces Help dialog which guides the user to review Read-Search-Ask
methodology, ask the question on the forums or in gitter chatroom.

This dialog replaces existing Help button which was leading to Gitter Chatroom.
This commit is contained in:
Mikhail Pontus
2017-12-16 14:53:07 +03:00
parent 941462f399
commit 3144820405
9 changed files with 284 additions and 109 deletions

View File

@@ -81,10 +81,6 @@
border-bottom: 1px solid @modal-header-border-color;
min-height: (@modal-title-padding + @modal-title-line-height);
}
// Close icon
.modal-header .close {
margin-top: -2px;
}
// Title text within header
.modal-title {