mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Faded Contact link until hover.
This commit is contained in:
parent
f88cbba262
commit
0d9213ad44
2 changed files with 4 additions and 1 deletions
app
|
@ -132,6 +132,9 @@
|
|||
height: 100%
|
||||
width: 2%
|
||||
|
||||
.footer:not(:hover)
|
||||
@include opacity(0.6)
|
||||
|
||||
@media screen and (min-aspect-ratio: 17/10)
|
||||
#level-view .footer
|
||||
display: none
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
.footer
|
||||
.content
|
||||
p(class='footer-link-text')
|
||||
a(title='Contact', tabindex=-1, data-toggle="coco-modal", data-target="modal/contact", data-i18n="nav.contact") Contact
|
||||
a(title='Send CodeCombat a message', tabindex=-1, data-toggle="coco-modal", data-target="modal/contact", data-i18n="nav.contact") Contact
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue