Skip to content

Instantly share code, notes, and snippets.

@marcusig
Created June 2, 2021 14:00
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 marcusig/a9aeb5f5d638a6ec1c526383de797572 to your computer and use it in GitHub Desktop.
Save marcusig/a9aeb5f5d638a6ec1c526383de797572 to your computer and use it in GitHub Desktop.
/* Fix the input qty field */
.mkl_pc .mkl_pc_container .quantity input.qty {
width: 80px;
border-radius: 0;
padding: 1.2rem 1rem;
}
/* Small bar color */
.mkl_pc .mkl_pc_container .mkl_pc_toolbar section.choices + .form::before {
background: #0ad1be;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment