Commit 2095c76f80f21a3ba9f95c21a7e25e681c7217dc
1 parent
672bf3fd
Exists in
master
and in
6 other branches
Fix #24 - sobreescrita de textos
Showing
2 changed files
with
26 additions
and
19 deletions
Show diff stats
src/app/index.scss
@@ -104,13 +104,20 @@ body { | @@ -104,13 +104,20 @@ body { | ||
104 | } | 104 | } |
105 | 105 | ||
106 | // Header | 106 | // Header |
107 | -.header { | ||
108 | - position: relative; | ||
109 | - | ||
110 | - button { | ||
111 | - position: absolute; | ||
112 | - right: 0; | ||
113 | - top: 2px; | 107 | +.section--articles { |
108 | + .header { | ||
109 | + position: relative; | ||
110 | + | ||
111 | + button { | ||
112 | + position: absolute; | ||
113 | + right: 0; | ||
114 | + top: 2px; | ||
115 | + | ||
116 | + @media screen and (max-width: $screen-sm) { | ||
117 | + position: relative; | ||
118 | + padding-left: 0; | ||
119 | + } | ||
120 | + } | ||
114 | } | 121 | } |
115 | } | 122 | } |
116 | 123 | ||
@@ -265,9 +272,9 @@ body { | @@ -265,9 +272,9 @@ body { | ||
265 | // Theme | 272 | // Theme |
266 | @each $category, $color in $categories { | 273 | @each $category, $color in $categories { |
267 | .#{$category} { | 274 | .#{$category} { |
268 | - .color-theme-fg { | ||
269 | - color: $color; | ||
270 | - margin-top: 0px; | 275 | + .color-theme-fg { |
276 | + color: $color; | ||
277 | + margin-top: 0px; | ||
271 | } | 278 | } |
272 | .color-theme-bg { background-color: $color;} | 279 | .color-theme-bg { background-color: $color;} |
273 | .color-theme-bg-complementar-1 { background-color: map-get($categories-complementary-1, $category);} | 280 | .color-theme-bg-complementar-1 { background-color: map-get($categories-complementary-1, $category);} |
src/app/pages/inicio/inicio.scss
@@ -7,15 +7,15 @@ | @@ -7,15 +7,15 @@ | ||
7 | 7 | ||
8 | .section--articles { | 8 | .section--articles { |
9 | 9 | ||
10 | - .header { | ||
11 | - position: relative; | ||
12 | - | ||
13 | - button { | ||
14 | - position: absolute; | ||
15 | - right: 0; | ||
16 | - top: 2px; | ||
17 | - } | ||
18 | - } | 10 | + // .header { |
11 | + // position: relative; | ||
12 | + | ||
13 | + // button { | ||
14 | + // position: absolute; | ||
15 | + // right: 0; | ||
16 | + // top: 2px; | ||
17 | + // } | ||
18 | + // } | ||
19 | 19 | ||
20 | .form-inline { | 20 | .form-inline { |
21 | input, | 21 | input, |