Created
December 11, 2013 16:46
-
-
Save geckotang/7914038 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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