tweak position of help button
This commit is contained in:
parent
023293de8a
commit
eeeb64d29a
|
@ -2,7 +2,7 @@
|
||||||
.feedback-button
|
.feedback-button
|
||||||
display: none
|
display: none
|
||||||
position: fixed
|
position: fixed
|
||||||
right: 4%
|
right: 9%
|
||||||
left: auto
|
left: auto
|
||||||
bottom: 0
|
bottom: 0
|
||||||
margin: 0
|
margin: 0
|
||||||
|
@ -17,6 +17,9 @@
|
||||||
color: #399399
|
color: #399399
|
||||||
z-index: 89
|
z-index: 89
|
||||||
|
|
||||||
|
@media #{$medium-up}
|
||||||
|
right: 5%
|
||||||
|
|
||||||
.feedback-button:hover
|
.feedback-button:hover
|
||||||
transform: translateY(5%)
|
transform: translateY(5%)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user