Commit 96c74255e1449d8257c12a14be39e2d9406d3533
Exists in
master
and in
8 other branches
Merge branch 'rafael' into merlin
Showing
1 changed file
with
1 additions
and
26 deletions
Show diff stats
src/app/layout.scss
... | ... | @@ -312,7 +312,6 @@ a.link-black { |
312 | 312 | display: inline-block; |
313 | 313 | } |
314 | 314 | |
315 | -// Sobreescreve a classe do bootstrap | |
316 | 315 | .close { |
317 | 316 | color: white; |
318 | 317 | opacity: 1; |
... | ... | @@ -322,20 +321,11 @@ a.link-black { |
322 | 321 | blockquote { |
323 | 322 | border-left: medium none; |
324 | 323 | font-size: 140%; |
325 | - padding: 45px 0 0 45px; | |
324 | + padding: 50px 0 0 50px; | |
326 | 325 | position: relative; |
327 | 326 | margin: 0px; |
328 | 327 | border-left: none; |
329 | - font-size: 24px; | |
330 | 328 | line-height: 28px; |
331 | - padding: 50px 0 0 50px; | |
332 | - position: relative; | |
333 | - | |
334 | - @each $category, $color in $categories { | |
335 | - .#{$category} & { | |
336 | - color: $color; | |
337 | - } | |
338 | - } | |
339 | 329 | |
340 | 330 | &:before { |
341 | 331 | content: "⌜"; |
... | ... | @@ -353,21 +343,6 @@ blockquote { |
353 | 343 | } |
354 | 344 | } |
355 | 345 | |
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 | - | |
371 | 346 | .top-border-theme { |
372 | 347 | @each $category, |
373 | 348 | $color in $categories { | ... | ... |