Skip to content

Instantly share code, notes, and snippets.

@geckotang
Created December 11, 2013 16:46
Show Gist options
  • Save geckotang/7914038 to your computer and use it in GitHub Desktop.
Save geckotang/7914038 to your computer and use it in GitHub Desktop.
.goods__link
{
display: block;
font-weight: bold;
font-size: 16px;
text-decoration: none;
background: #87cefa;
color: #fff;
margin: 0 -10px;
padding: 12px 10px;
transition: background 0.2s ease-in;
}
.goods__item_new_yes .goods__link
{
background: #ffb6c1;
}
/* ../../desktop.blocks/goods/goods.css end */
/* index.css end */
/* ../../desktop.blocks/goods/goods.hover.ie.css begin */
.goods
{
}
/* ../../desktop.blocks/goods/goods.hover.ie.css end */
/* ../../desktop.blocks/goods/goods.ie.css begin */
.goods
{
}
.goods__item
{
border: 3px solid red;
}
/* ../../desktop.blocks/goods/goods.ie.css end */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment