metamaps--metamaps/app/assets/stylesheets/feedback.css.erb
Devin Howard 261ed49977 replace uservoice with docs.metamaps.cc + Hylo (#777)
* replace uservoice with docs.metamaps.cc + Hylo

* re-add the feedback tab as link to hylo
2016-10-19 13:39:57 -04:00

26 lines
411 B
Plaintext

.unauthenticated .feedback-icon {
display: none;
}
.feedback-icon {
position: fixed;
background-image: url(<%= asset_data_uri 'feedback_sprite.png' %>);
background-repeat: no-repeat;
color:#FFFFFF;
cursor:pointer;
height:110px;
left:0;
margin-left:0px;
text-indent:-100000px;
top:65%;
width:25px;
z-index:100000;
opacity: 1;
}
.feedback-icon:hover {
background-position: 0 -110px;
}