The first row has white background and the follows a color gardient
This commit is contained in:
parent
03f028c754
commit
28714227c5
|
@ -48,20 +48,20 @@ a:hover {
|
||||||
.red {
|
.red {
|
||||||
color:#db513d;
|
color:#db513d;
|
||||||
}
|
}
|
||||||
.row {
|
body > .row {
|
||||||
clear:both;
|
clear:both;
|
||||||
padding:60px 0;
|
padding:60px 0;
|
||||||
display:block;
|
display:block;
|
||||||
position:relative;
|
position:relative;
|
||||||
min-width:777px;
|
min-width:777px;
|
||||||
|
background:#fff;
|
||||||
|
}
|
||||||
|
body > .row ~ .row {
|
||||||
background:-moz-linear-gradient(top, rgba(254,240,228,1) 0%, rgba(255,255,255,0) 25%);
|
background:-moz-linear-gradient(top, rgba(254,240,228,1) 0%, rgba(255,255,255,0) 25%);
|
||||||
background:-webkit-linear-gradient(top, rgba(254,240,228,1) 0%,rgba(255,255,255,0) 25%);
|
background:-webkit-linear-gradient(top, rgba(254,240,228,1) 0%,rgba(255,255,255,0) 25%);
|
||||||
background:linear-gradient(to bottom, rgba(254,240,228,1) 0%,rgba(255,255,255,0) 25%);
|
background:linear-gradient(to bottom, rgba(254,240,228,1) 0%,rgba(255,255,255,0) 25%);
|
||||||
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef0e4', endColorstr='#00ffffff',GradientType=0 );
|
filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fef0e4', endColorstr='#00ffffff',GradientType=0 );
|
||||||
}
|
}
|
||||||
.row:first-child {
|
|
||||||
background:#fff;
|
|
||||||
}
|
|
||||||
.product-detail .row.content {
|
.product-detail .row.content {
|
||||||
margin-top:118px;
|
margin-top:118px;
|
||||||
padding-top:35px;
|
padding-top:35px;
|
||||||
|
|
Loading…
Reference in New Issue