Skip to content

Instantly share code, notes, and snippets.

@jimrothfork
Created January 20, 2018 21:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jimrothfork/20053ae96026d92674338ec3be849cb6 to your computer and use it in GitHub Desktop.
Save jimrothfork/20053ae96026d92674338ec3be849cb6 to your computer and use it in GitHub Desktop.
.mobile-nav-arrow{
position:absolute;
top:0;
right:-30px!important;
width: 60px!important;
}
.mobile-nav__has-sublist {
width: 80%!important;
margin: 0 auto!important;
}
.mobile-linklist-title > span{
position:absolute;
left:15px;
&.go-back{
position:initial;
span{
position:absolute;
left:15px;
width: 50px!important;
}
}
}
.quick-view{
cursor: pointer;
display:block;
font-size: 1em;
margin-top:10px;
color:{{settings.color_primary}};
&:hover{
color:{{settings.color_accent}};
}
@media screen and (max-width:768px){
display:none!important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment