Skip to content

Commit

Permalink
inicio rebranding
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed May 21, 2024
1 parent 111932e commit 24958e7
Show file tree
Hide file tree
Showing 44 changed files with 191 additions and 193 deletions.
Binary file modified ext/lib/boot/assets/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ext/lib/notifier/responsive-html-email-template.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const juice = require('juice');

const baseUrl = utils.buildUrl(config)
const fontFamily = 'Museo300, sans-serif'
const colorBotones = '#C4D94B'
const colorBotones = '#24436F'

// template sacado de: https://github.com/leemunroe/responsive-html-email-template
module.exports = ({
Expand Down Expand Up @@ -377,7 +377,7 @@ module.exports = ({
<tr>
<td class="align-center">
<p>
<span style="color:#C4D94B">PRESUPUESTO PARTICIPATIVO DE LA MUNICIPALIDAD DE GENERAL PUEYRREDON</span>
<span style="color:#24436F">PRESUPUESTO PARTICIPATIVO DE LA MUNICIPALIDAD DE GENERAL PUEYRREDON</span>
<br> <span style="color:#005e80">#PPMGP #LaCiudadQueQueremos</span>
</p>
<!-- When inserting images remember to include the following attributes or
Expand Down
2 changes: 1 addition & 1 deletion ext/lib/site/Popup/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
padding: 0 20px;
margin: 0;
cursor: pointer;
background: #0080a5;
background: #24436F;
border-radius: 4px 4px 0px 0px;
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06), 0px 2px 4px rgba(0, 0, 0, 0.08);
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion ext/lib/site/assets/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
content: none

.btn-primary-mgp
background: #C4D94B;
background: #24436F;
color: #fff;
&:hover
color: #fff
8 changes: 4 additions & 4 deletions ext/lib/site/banner-foro-vecinal/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
height: 360px
background-size: cover
background-repeat: no-repeat
background-color: #C4D94B
background-color: #24436F
padding: 0
overflow: hidden
@media(min-width: 2100px)
Expand Down Expand Up @@ -61,7 +61,7 @@
font-family: 'Museo300', sans-serif
justify-content: center
align-items: center
background-color: #C4D94B
background-color: #24436F
color: white
text-align: center
margin: 0 auto
Expand All @@ -84,5 +84,5 @@
font-weight: 600
text-transform: uppercase

.fondo-celeste
background-color: #00A6CB
.fondo-rosa
background-color: #C481B6
20 changes: 10 additions & 10 deletions ext/lib/site/banner-invitacion/assets/icon-idea.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion ext/lib/site/banner-invitacion/assets/icon-votar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions ext/lib/site/banner-listado-topics/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ header.banner-proyectos
background-image: unquote("url('ext/lib/site/formulario-propuesta/fondo-formulario-propuestas.svg')")
background-repeat: no-repeat
background-position: center;
background-color: #00a6cb
background-color: #C481B6
background-size: 100%
text-align: center
color: #FFF
Expand Down Expand Up @@ -40,7 +40,7 @@ header.banner-proyectos
text-align: center;
margin-top: 30px;
box-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.25);
background-color: #C4D94B;
background-color: #24436F;
&:hover,&:focus
color:white
&:focus
Expand Down
2 changes: 1 addition & 1 deletion ext/lib/site/banner-mapa-vectores/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function BannerForoVecinal (props) {
<div className="row">
<div className="col-md-12">
<div className="fondo-titulo">
<h2>ZONAS ParticipaMGP PP</h2>
<h2>ZONAS DE MDQ</h2>
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion ext/lib/site/banner-mapa-vectores/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
margin: 10px auto 20px
padding: 10px 10%;
align-items: center
background-color: #0080A5
background-color: #24436F
color: white
text-align: center
h2
Expand Down
Loading

0 comments on commit 24958e7

Please sign in to comment.