Footer enhancements

This commit is contained in:
Teemu Patja 2017-03-14 17:38:50 +02:00
parent e2fa46c250
commit 34615a6f92
No known key found for this signature in database
GPG Key ID: F5B7035E6580FD4C
2 changed files with 15 additions and 3 deletions

View File

@ -141,8 +141,9 @@
[:h3 "Top hunters"]
[top-hunters]]]]
[:div.ui.divider]
(when-not (= "unknown" version)
[:div.version-footer "Commit ETH version " [:a {:href (str "https://github.com/status-im/commiteth/commit/" version)} version]])]]]))
[:div.commiteth-footer "Built by " [:a {:href "https://status.im"} "Status"]
(when-not (= "unknown" version)
[:div.version-footer "version " [:a {:href (str "https://github.com/status-im/commiteth/commit/" version)} version]])]]]]))
(secretary/set-config! :prefix "#")

View File

@ -326,8 +326,19 @@ span.dropdown.icon {
}
}
.version-footer {
.commiteth-footer {
color: #a8aab1;
line-height: 1.8em;
a {
&:hover {
color: #a8aab1!important;
}
color: #a8aab1!important;
}
}
.version-footer {
font-size: .8em;
a {
&:hover {