first row has white background and not a color gradient

This commit is contained in:
bmen 2019-04-15 12:16:25 +02:00
parent 7c39cc6d90
commit 03f028c754
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ a:hover {
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 );
}
.row:first-child {
background:#fff;
}
.product-detail .row.content {
margin-top:118px;
padding-top:35px;