Turn off price graph pop overs for small devices

This commit is contained in:
summerscope
2014-09-12 11:45:13 +10:00
parent 1c5a495d5c
commit a28eaba31a

View File

@@ -84,6 +84,9 @@ button.graph-button
display: inline
background-color: rgba(255,255,255,0.5)
padding: 5px
@media all and (max-width: 768px)
display: none
// Hide for small
&:hover, &:active, &:focus
background-color: rgba(255,255,255,1)