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,7 +312,6 @@ a.link-black { | ||
| 312 | display: inline-block; | 312 | display: inline-block; |
| 313 | } | 313 | } |
| 314 | 314 | ||
| 315 | -// Sobreescreve a classe do bootstrap | ||
| 316 | .close { | 315 | .close { |
| 317 | color: white; | 316 | color: white; |
| 318 | opacity: 1; | 317 | opacity: 1; |
| @@ -326,16 +325,7 @@ blockquote { | @@ -326,16 +325,7 @@ blockquote { | ||
| 326 | position: relative; | 325 | position: relative; |
| 327 | margin: 0px; | 326 | margin: 0px; |
| 328 | border-left: none; | 327 | border-left: none; |
| 329 | - font-size: 24px; | ||
| 330 | line-height: 28px; | 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 | &:before { | 330 | &:before { |
| 341 | content: "⌜"; | 331 | content: "⌜"; |
| @@ -353,21 +343,6 @@ blockquote { | @@ -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 | .top-border-theme { | 346 | .top-border-theme { |
| 372 | @each $category, | 347 | @each $category, |
| 373 | $color in $categories { | 348 | $color in $categories { |