From 503dedf2c24ec41b704b95b3f4ca0b53b2c0d3d2 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 24 Aug 2017 19:02:04 +0800 Subject: [PATCH] Update --- _sass/2017/components/h3-section.scss | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/_sass/2017/components/h3-section.scss b/_sass/2017/components/h3-section.scss index 9f036fb96..a2bbe9011 100644 --- a/_sass/2017/components/h3-section.scss +++ b/_sass/2017/components/h3-section.scss @@ -79,17 +79,8 @@ } .h3-section.-prime > .body { - border: solid 2px $baseB-600; border-radius: 2px; box-shadow: - 0 8px 12px rgba(80, 100, 150, 0.07), - 0 4px 8px rgba(80, 100, 150, 0.07), - 0 2px 3px rgba(80, 100, 150, 0.15); - - & > pre ~ p, - & > ul ~ p, - & > iframe ~ p, - & > table ~ p { - border-top: solid 2px $baseB-600; - } + 0 8px 12px rgba($baseB-600, 0.3), + 0 2px 3px rgba($baseB-400, 0.35); }