every row has now a color gradient background
This commit is contained in:
parent
9b8dff8982
commit
1da9185337
|
@ -50,19 +50,19 @@ a:hover {
|
|||
}
|
||||
.row {
|
||||
clear: both;
|
||||
background: #fff;
|
||||
padding:60px 0;
|
||||
display: block;
|
||||
position: relative;
|
||||
min-width: 777px;
|
||||
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: 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 );
|
||||
}
|
||||
.product-detail .row.content {
|
||||
margin-top:118px;
|
||||
padding-top:35px;
|
||||
}
|
||||
.row:nth-child(2n) {
|
||||
background: #fef0e4;
|
||||
}
|
||||
.row::before {
|
||||
width:120px;
|
||||
height:20px;
|
||||
|
|
Loading…
Reference in New Issue