remove image shadows. #6737
This commit is contained in:
parent
e4e4265840
commit
1318b240b3
File diff suppressed because one or more lines are too long
|
@ -516,12 +516,7 @@ p.demo_store {
|
||||||
height: auto;
|
height: auto;
|
||||||
display: block;
|
display: block;
|
||||||
margin: 0 0 8px;
|
margin: 0 0 8px;
|
||||||
box-shadow: 0 1px 2px rgba(0,0,0,0.3);
|
box-shadow: none;
|
||||||
@include transition();
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover img {
|
|
||||||
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.4);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
strong {
|
strong {
|
||||||
|
|
Loading…
Reference in New Issue