From 3da70cb3949cee952cfb0927a17990e72b041513 Mon Sep 17 00:00:00 2001 From: Rafael Diego Date: Tue, 29 Mar 2016 13:36:59 -0300 Subject: [PATCH] correcoes commit anterior --- src/app/layout.scss | 49 ++++++++++++++++++++++++++++--------------------- 1 file changed, 28 insertions(+), 21 deletions(-) diff --git a/src/app/layout.scss b/src/app/layout.scss index 91a751c..6651483 100644 --- a/src/app/layout.scss +++ b/src/app/layout.scss @@ -253,8 +253,8 @@ // img { // width: 100%; // } - } - } +} +} } .destaque-bg-cinza { @@ -344,35 +344,35 @@ blockquote { .content-highlight-icon { // &:before { // content: ""; - width: 110px; - height: 112px; - position: absolute; - display: inline-block; - opacity: .5; - - @each $category, - $color in $categories { - .#{$category} & { - border-left: 34px solid $color; - border-top: 33px solid $color; - } + width: 110px; + height: 112px; + position: absolute; + display: inline-block; + opacity: .5; + + @each $category, + $color in $categories { + .#{$category} & { + border-left: 34px solid $color; + border-top: 33px solid $color; } } +} - p { - margin-left: 60px; +p { + margin-left: 60px; - &:first-of-type { - padding-top: 50px; - } + &:first-of-type { + padding-top: 50px; } +} } .page--program .program-content blockquote, .page--program .program-content blockquote p { - font-size: 24px; - line-height: 28px; + font-size: 24px; + line-height: 28px; } .top-border-theme { @@ -498,3 +498,10 @@ ul li:last-child { background-color: #3D4AB3; padding-top: 25px; } + +.img-full { + @media (min-width: 1199px) { + width: 100%; + height: 100%; + } +} \ No newline at end of file -- libgit2 0.21.2