Commit 49ed232968d8248d80dc337ef59bc6f77346a306
1 parent
aa8d5895
Exists in
master
and in
6 other branches
css do bloco mais medicos
Showing
3 changed files
with
13 additions
and
3 deletions
Show diff stats
1 | -#!/usr/bin/bash | 1 | +#!/bin/bash |
2 | 2 | ||
3 | gulp clean && gulp build --staging | 3 | gulp clean && gulp build --staging |
4 | git add --all -f dist/ | 4 | git add --all -f dist/ |
5 | git commit -m "Update dist" | 5 | git commit -m "Update dist" |
6 | -git push upstream staging && wget -qO- --no-check-certificate 'ci.serpro/view/Noosfero/job/DialogaApp-Deploy-Homologa%C3%A7%C3%A3o/build?token=DIALOGA_TOKEN' &> /dev/null | 6 | +git push origin staging && wget -qO- --no-check-certificate 'ci.serpro/view/Noosfero/job/DialogaApp-Deploy-Homologa%C3%A7%C3%A3o/build?token=DIALOGA_TOKEN' &> /dev/null |
@@ -0,0 +1,6 @@ | @@ -0,0 +1,6 @@ | ||
1 | +#!/bin/bash | ||
2 | + | ||
3 | +gulp clean && gulp build --staging | ||
4 | +git add --all -f dist/ | ||
5 | +git commit -m "Update dist" | ||
6 | +git push upstream staging && wget -qO- --no-check-certificate 'ci.serpro/view/Noosfero/job/DialogaApp-Deploy-Homologa%C3%A7%C3%A3o/build?token=DIALOGA_TOKEN' &> /dev/null |
src/app/layout.scss
@@ -349,7 +349,6 @@ blockquote { | @@ -349,7 +349,6 @@ blockquote { | ||
349 | } | 349 | } |
350 | } | 350 | } |
351 | } | 351 | } |
352 | - | ||
353 | } | 352 | } |
354 | 353 | ||
355 | .page--program .program-content blockquote, | 354 | .page--program .program-content blockquote, |
@@ -459,3 +458,8 @@ ul li:last-child { | @@ -459,3 +458,8 @@ ul li:last-child { | ||
459 | padding: 18% 10% 0 10%; | 458 | padding: 18% 10% 0 10%; |
460 | } | 459 | } |
461 | } | 460 | } |
461 | + | ||
462 | +.bloco-mais-medicos { | ||
463 | + background-color: #3D4AB3; | ||
464 | + padding-top: 25px; | ||
465 | +} |