Skip to content

Instantly share code, notes, and snippets.

@marcusig
Created January 11, 2022 09:25
Show Gist options
  • Save marcusig/cbe506cbd950c4958747ea6f0da1ee7a to your computer and use it in GitHub Desktop.
Save marcusig/cbe506cbd950c4958747ea6f0da1ee7a to your computer and use it in GitHub Desktop.
Be-your-bag tweaks
@media(max-width: 660px) {
.mkl_pc .mkl_pc_container footer button.configurator-add-to-cart span {
display: block;
}
button.primary.button.btn.btn-primary.configurator-add-to-cart {
background-color: #3bb54a !important;
margin-right: 4px;
}
.mkl_pc .mkl_pc_container footer button.configurator-add-to-cart svg {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment