Commit d82ec79d7c0fb67d9eb355896c592a51618c4bc6
Exists in
master
and in
8 other branches
Merge branch 'rafael' into merlin
Showing
1 changed file
with
20 additions
and
0 deletions
Show diff stats
src/app/layout.scss
... | ... | @@ -320,6 +320,11 @@ a.link-black { |
320 | 320 | } |
321 | 321 | |
322 | 322 | blockquote { |
323 | + border-left: medium none; | |
324 | + font-size: 140%; | |
325 | + padding: 45px 0 0 45px; | |
326 | + position: relative; | |
327 | + margin: 0px; | |
323 | 328 | border-left: none; |
324 | 329 | font-size: 24px; |
325 | 330 | line-height: 28px; |
... | ... | @@ -348,6 +353,21 @@ blockquote { |
348 | 353 | } |
349 | 354 | } |
350 | 355 | |
356 | +blockquote p { | |
357 | + font-size: 140%!important; | |
358 | + line-height: normal!important; | |
359 | +} | |
360 | + | |
361 | +// .cultura blockquote::before { | |
362 | +// color: #cd999b; | |
363 | +// } | |
364 | +// Sobreescreve a classe do bootstrap | |
365 | +.close { | |
366 | + color: white; | |
367 | + opacity: 1; | |
368 | + font-weight: normal; | |
369 | +} | |
370 | + | |
351 | 371 | .top-border-theme { |
352 | 372 | @each $category, |
353 | 373 | $color in $categories { | ... | ... |