Commit 44f471527c6e79105e4494aa3f73bfb93de770f6

Authored by Rafael Diego
2 parents fa963c71 b1dcf11e

Merge branch 'master' into staging

Showing 1 changed file with 28 additions and 21 deletions   Show diff stats
src/app/layout.scss
... ... @@ -253,8 +253,8 @@
253 253 // img {
254 254 // width: 100%;
255 255 // }
256   - }
257   - }
  256 +}
  257 +}
258 258 }
259 259  
260 260 .destaque-bg-cinza {
... ... @@ -344,35 +344,35 @@ blockquote {
344 344 .content-highlight-icon {
345 345 // &:before {
346 346 // content: "";
347   - width: 110px;
348   - height: 112px;
349   - position: absolute;
350   - display: inline-block;
351   - opacity: .5;
352   -
353   - @each $category,
354   - $color in $categories {
355   - .#{$category} & {
356   - border-left: 34px solid $color;
357   - border-top: 33px solid $color;
358   - }
  347 + width: 110px;
  348 + height: 112px;
  349 + position: absolute;
  350 + display: inline-block;
  351 + opacity: .5;
  352 +
  353 + @each $category,
  354 + $color in $categories {
  355 + .#{$category} & {
  356 + border-left: 34px solid $color;
  357 + border-top: 33px solid $color;
359 358 }
360 359 }
  360 +}
361 361  
362   - p {
363   - margin-left: 60px;
  362 +p {
  363 + margin-left: 60px;
364 364  
365   - &:first-of-type {
366   - padding-top: 50px;
367   - }
  365 + &:first-of-type {
  366 + padding-top: 50px;
368 367 }
  368 +}
369 369  
370 370 }
371 371  
372 372 .page--program .program-content blockquote,
373 373 .page--program .program-content blockquote p {
374   - font-size: 24px;
375   - line-height: 28px;
  374 + font-size: 24px;
  375 + line-height: 28px;
376 376 }
377 377  
378 378 .top-border-theme {
... ... @@ -498,3 +498,10 @@ ul li:last-child {
498 498 background-color: #3D4AB3;
499 499 padding-top: 25px;
500 500 }
  501 +
  502 +.img-full {
  503 + @media (min-width: 1199px) {
  504 + width: 100%;
  505 + height: 100%;
  506 + }
  507 +}
501 508 \ No newline at end of file
... ...