Merge branch 'master' into booting-state

This commit is contained in:
Lisa Passing 2015-07-28 11:48:06 +02:00
commit 42ee11263e
2 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,4 @@
%tooltip
&:hover .tooltip-bubble
transform: translateY(0)
opacity: 1
.tooltip-bubble
position: absolute
top: -2.8em
@ -18,6 +14,7 @@
line-height: 1.3
text-align: center
white-space: nowrap
visibility: hidden
transition: all 100ms ease
transform: translateY(20%)
@ -27,7 +24,6 @@
color: $white
&:hover
text-decoration: underline
&:before
content: ""
position: absolute
@ -38,6 +34,11 @@
z-index: -1
background-color: #818383
&:hover .tooltip-bubble
transform: translateY(0)
opacity: 1
visibility: visible
.tooltip
@extend %tooltip
.tooltip-bubble

View File

@ -2,7 +2,7 @@
.feedback-button
display: none
position: fixed
right: 4%
right: 9%
left: auto
bottom: 0
margin: 0
@ -17,6 +17,9 @@
color: #399399
z-index: 89
@media #{$medium-up}
right: 5%
.feedback-button:hover
transform: translateY(5%)