Commit 4ceaf1cfc4fa9625426858da300d848595cc496a
1 parent
9417e506
Exists in
master
and in
8 other branches
css do blockquote
Showing
1 changed file
with
0 additions
and
25 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; |
| ... | ... | @@ -326,16 +325,7 @@ blockquote { |
| 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 { | ... | ... |