Commit 2e4e4011bce6e5c36db6fc8f6e951761a64942b5

Authored by Leonardo Merlin
1 parent ec7aa873

Remove unnecessary element at blockquote

Showing 1 changed file with 10 additions and 7 deletions   Show diff stats
src/app/layout.scss
@@ -341,7 +341,15 @@ blockquote { @@ -341,7 +341,15 @@ blockquote {
341 margin: 0px; 341 margin: 0px;
342 border-left: none; 342 border-left: none;
343 343
344 - .content-highlight-icon { 344 + // .content-highlight-icon {
  345 + &:before {
  346 + content: "";
  347 + width: 110px;
  348 + height: 112px;
  349 + position: absolute;
  350 + display: inline-block;
  351 + opacity: .5;
  352 +
345 @each $category, 353 @each $category,
346 $color in $categories { 354 $color in $categories {
347 .#{$category} & { 355 .#{$category} & {
@@ -349,14 +357,9 @@ blockquote { @@ -349,14 +357,9 @@ blockquote {
349 border-top: 33px solid $color; 357 border-top: 33px solid $color;
350 } 358 }
351 } 359 }
352 - width: 110px;  
353 - height: 112px;  
354 - position: absolute;  
355 - display: inline-block;  
356 - opacity: .5;  
357 } 360 }
358 361
359 - p.content-highlight-text { 362 + p {
360 margin-left: 60px; 363 margin-left: 60px;
361 padding-top: 50px; 364 padding-top: 50px;
362 } 365 }