Skip to content

Instantly share code, notes, and snippets.

@fcsonline
Created December 2, 2016 12:15
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 fcsonline/2c89f1ba1e4f4865148c92cbbe51753d to your computer and use it in GitHub Desktop.
Save fcsonline/2c89f1ba1e4f4865148c92cbbe51753d to your computer and use it in GitHub Desktop.
.cart {
border: 1px solid #ddd;
}
.cart li {
margin-bottom: 10px;
border: 1px solid red;
}
.cart li.selected {
background-color: blue;
}
.cart li.premium {
font-weight: bold;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment