From 2095c76f80f21a3ba9f95c21a7e25e681c7217dc Mon Sep 17 00:00:00 2001 From: Leonardo Merlin Date: Mon, 16 Nov 2015 15:50:12 -0200 Subject: [PATCH] Fix #24 - sobreescrita de textos --- src/app/index.scss | 27 +++++++++++++++++---------- src/app/pages/inicio/inicio.scss | 18 +++++++++--------- 2 files changed, 26 insertions(+), 19 deletions(-) diff --git a/src/app/index.scss b/src/app/index.scss index 0799b7d..41a48e9 100644 --- a/src/app/index.scss +++ b/src/app/index.scss @@ -104,13 +104,20 @@ body { } // Header -.header { - position: relative; - - button { - position: absolute; - right: 0; - top: 2px; +.section--articles { + .header { + position: relative; + + button { + position: absolute; + right: 0; + top: 2px; + + @media screen and (max-width: $screen-sm) { + position: relative; + padding-left: 0; + } + } } } @@ -265,9 +272,9 @@ body { // Theme @each $category, $color in $categories { .#{$category} { - .color-theme-fg { - color: $color; - margin-top: 0px; + .color-theme-fg { + color: $color; + margin-top: 0px; } .color-theme-bg { background-color: $color;} .color-theme-bg-complementar-1 { background-color: map-get($categories-complementary-1, $category);} diff --git a/src/app/pages/inicio/inicio.scss b/src/app/pages/inicio/inicio.scss index f407ddd..bec562d 100644 --- a/src/app/pages/inicio/inicio.scss +++ b/src/app/pages/inicio/inicio.scss @@ -7,15 +7,15 @@ .section--articles { - .header { - position: relative; - - button { - position: absolute; - right: 0; - top: 2px; - } - } + // .header { + // position: relative; + + // button { + // position: absolute; + // right: 0; + // top: 2px; + // } + // } .form-inline { input, -- libgit2 0.21.2