From 2e4e4011bce6e5c36db6fc8f6e951761a64942b5 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Tue, 17 Nov 2015 11:12:42 -0200 Subject: [PATCH] Remove unnecessary element at blockquote --- src/app/layout.scss | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/app/layout.scss b/src/app/layout.scss index d37a1f9..9e41320 100644 --- a/src/app/layout.scss +++ b/src/app/layout.scss @@ -341,7 +341,15 @@ blockquote { margin: 0px; border-left: none; - .content-highlight-icon { + // .content-highlight-icon { + &:before { + content: ""; + width: 110px; + height: 112px; + position: absolute; + display: inline-block; + opacity: .5; + @each $category, $color in $categories { .#{$category} & { @@ -349,14 +357,9 @@ blockquote { border-top: 33px solid $color; } } - width: 110px; - height: 112px; - position: absolute; - display: inline-block; - opacity: .5; } - p.content-highlight-text { + p { margin-left: 60px; padding-top: 50px; } -- libgit2 0.21.2