Commit 77bb7bbf34313f5a0ea24bda75e793553759d131

Authored by Rafael Diego
1 parent 2660e7e8

css conteudo

Showing 1 changed file with 6 additions and 5 deletions   Show diff stats
src/app/layout.scss
@@ -329,19 +329,20 @@ a.link-black { @@ -329,19 +329,20 @@ a.link-black {
329 329
330 blockquote { 330 blockquote {
331 border-left: medium none; 331 border-left: medium none;
332 - padding: 50px 0 0 50px; 332 + padding: 60px 0 0 65px;
333 position: relative; 333 position: relative;
334 margin: 0px; 334 margin: 0px;
335 border-left: none; 335 border-left: none;
336 - line-height: 28px; 336 + // line-height: 28px;
337 &:before { 337 &:before {
338 content: "\231C"; 338 content: "\231C";
339 - font-size: 200px; 339 + font-size: 300px;
340 line-height: 200px; 340 line-height: 200px;
341 position: absolute; 341 position: absolute;
342 - top: -10px;  
343 - left: -10px; 342 + top: 25px;
  343 + left: -25px;
344 font-weight: bolder; 344 font-weight: bolder;
  345 + opacity: 0.5;
345 @each $category, 346 @each $category,
346 $color in $categories { 347 $color in $categories {
347 .#{$category} & { 348 .#{$category} & {