Skip to content

Instantly share code, notes, and snippets.

@billerickson
Created April 17, 2018 19:47
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 billerickson/aea697ad795b40ea70a7ed800e748b65 to your computer and use it in GitHub Desktop.
Save billerickson/aea697ad795b40ea70a7ed800e748b65 to your computer and use it in GitHub Desktop.
/* Lamb Cuts
--------------------------------------------- */
.lamb-cuts {
width: 100%;
display: block;
margin-bottom: 20px;
max-width: 300px;
svg {
fill: $blue_1;
width: 100%;
height: auto;
}
&.loin .loin,
&.belly .belly,
&.leg .leg,
&.neck .neck,
&.saddle .saddle,
&.shank .shank,
&.shoulder .shoulder,
&.ground path:not(.body),
&.bones path:not(.body) {
fill: $red_1;
stroke: $white;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment