From 2be0b4a5e6afd6f336bba2b3e12183d26e74c636 Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Thu, 17 Sep 2015 16:26:12 -0300 Subject: [PATCH] Fix styles --- src/app/layout.scss | 61 +++++++++++++++++++------------------------------------------ src/app/pages/programas/programas.scss | 30 ++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 42 deletions(-) diff --git a/src/app/layout.scss b/src/app/layout.scss index dd51800..7e9a15d 100644 --- a/src/app/layout.scss +++ b/src/app/layout.scss @@ -283,67 +283,44 @@ a.link-black { color: black; } -article.program-content { - margin-top: 40px; -} - -article.program-content div.ng-binding div.container div.row { - margin-bottom: 40px; -} - -article.program-content h3 { - margin-bottom: 15px; -} - .inline-block { display: inline-block; } +// Sobreescreve a classe do bootstrap +.close { + color: white; + opacity: 1; + font-weight: normal; +} + blockquote { - border-left: medium none; - font-size: 140%; + border-left: none; + font-size: 24px; + line-height: 28px; padding: 50px 0 0 50px; position: relative; + @each $category, $color in $categories { + .#{$category} & { + color: $color; + } + } + &:before { content: "⌜"; font-size: 200px; - left: -2px; + line-height: 200px; position: absolute; - top: -50px; + top: -10px; + left: -10px; font-weight: bolder; - left: -17px; - top: -68px; @each $category, $color in $categories { .#{$category} & { color: $color; } } } - -} - -// .cultura blockquote::before { -// color: #cd999b; -// } - -// Sobreescreve a classe do bootstrap -.close { - color: white; - opacity: 1; - font-weight: normal; -} - -// .img-responsive { -// width: 100%; -// } - -strong { - @each $category, $color in $categories { - .#{$category} & { - color: $color; - } - } } .top-border-theme { diff --git a/src/app/pages/programas/programas.scss b/src/app/pages/programas/programas.scss index 5cff315..1ee268c 100644 --- a/src/app/pages/programas/programas.scss +++ b/src/app/pages/programas/programas.scss @@ -117,9 +117,39 @@ line-height: 36px; font-weight: bold; } + } + + .program-content { + + margin-top: 40px; h3 { + font-size: 22px; + line-height: 26px; + font-weight: bold; + margin-top: 0; + margin-bottom: 15px; + } + + h4 { + font-size: 18px; + line-height: 24px; + font-weight: bold; + } + + h5 { + font-size: 16px; + line-height: 22px; + } + + p { + font-size: 14px; + line-height: 18px; + } + + .container > .row { + margin-bottom: 40px; } } -- libgit2 0.21.2