Commit bdbd8b459ee93f0a973505ca3b68d5180843e746
1 parent
8b5bb138
Exists in
master
and in
8 other branches
css conteudo
Showing
1 changed file
with
8 additions
and
2 deletions
Show diff stats
src/app/layout.scss
@@ -329,14 +329,13 @@ a.link-black { | @@ -329,14 +329,13 @@ a.link-black { | ||
329 | 329 | ||
330 | blockquote { | 330 | blockquote { |
331 | border-left: medium none; | 331 | border-left: medium none; |
332 | - font-size: 140%; | ||
333 | padding: 50px 0 0 50px; | 332 | padding: 50px 0 0 50px; |
334 | position: relative; | 333 | position: relative; |
335 | margin: 0px; | 334 | margin: 0px; |
336 | border-left: none; | 335 | border-left: none; |
337 | line-height: 28px; | 336 | line-height: 28px; |
338 | &:before { | 337 | &:before { |
339 | - content: "⌜"; | 338 | + content: "\231C"; |
340 | font-size: 200px; | 339 | font-size: 200px; |
341 | line-height: 200px; | 340 | line-height: 200px; |
342 | position: absolute; | 341 | position: absolute; |
@@ -350,6 +349,13 @@ blockquote { | @@ -350,6 +349,13 @@ blockquote { | ||
350 | } | 349 | } |
351 | } | 350 | } |
352 | } | 351 | } |
352 | + | ||
353 | +} | ||
354 | + | ||
355 | +.page--program .program-content blockquote, | ||
356 | +.page--program .program-content blockquote p { | ||
357 | + font-size: 24px; | ||
358 | + line-height: 28px; | ||
353 | } | 359 | } |
354 | 360 | ||
355 | .top-border-theme { | 361 | .top-border-theme { |