Skip to content

Instantly share code, notes, and snippets.

@katyayu
Last active October 13, 2017 14:05
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 katyayu/037f8cef309da58ea3275a0583ba962d to your computer and use it in GitHub Desktop.
Save katyayu/037f8cef309da58ea3275a0583ba962d to your computer and use it in GitHub Desktop.
.product_listing__main {
.product_img {position: relative;}
.product_badge {position: absolute;top: 0;color: $color_1;padding: 5px;
&.new {left: 0;background: #4e4d4d;}
&.sale {right: 0;background: #db3e3e;}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment