From 28714227c59c8ae3bc9a051fe1ad76010e209434 Mon Sep 17 00:00:00 2001 From: bmen Date: Mon, 15 Apr 2019 12:38:33 +0200 Subject: [PATCH] The first row has white background and the follows a color gardient --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index 844100f..81879e0 100644 --- a/style.css +++ b/style.css @@ -48,20 +48,20 @@ a:hover { .red { color:#db513d; } -.row { +body > .row { clear:both; padding:60px 0; display:block; position:relative; 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:-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 ); } -.row:first-child { - background:#fff; -} .product-detail .row.content { margin-top:118px; padding-top:35px;