Skip to content

Commit

Permalink
finalizo QT Fedux
Browse files Browse the repository at this point in the history
  • Loading branch information
mpvaldez committed May 23, 2024
1 parent 4e41bd2 commit 5b6d9e8
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 19 deletions.
8 changes: 5 additions & 3 deletions ext/lib/site/home-catalogo/topic-card/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
background-color: #E0E9B0!important
.tag-status-factible
background-color: #24436F!important
color: #fff
.tag-status-ganador
background-color: #C481B6!important
.tag-status-preparacion
Expand All @@ -134,13 +135,14 @@
.comment
margin-left: 20px!important;
&:hover
color: #0994b3
color: #C481B6
.btn
border: 2px solid #C481B6;
color: #C481B6
background-color: #FFF
&:hover
background-color: #f2f2f2



.cause-wrapper, .subscribe-wrapperr, .proyectista-wrapper
Expand All @@ -163,15 +165,15 @@

&.not-voted,&.not-subscribed
&:hover
color: #0994b3
color: #C481B6
.participants
color: #202020
.icon-like, .icon-bell
color: #24436F

&.voted,&.subscribed
.participants
color: #0994b3
color: #C481B6

&.cant-vote,&.cant-subscribe
.btn
Expand Down
4 changes: 2 additions & 2 deletions ext/lib/site/home-forum/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ const HomeForum = (props) => {

switch (forum) {
case 'propuestas':
years = ['2023']
years = ['2024']
return <HomeCatalogo {...props} years={years} archive={false} />
case 'acerca-de':
return <HomeAbout {...props} />
case 'archivo':
years = ['2022', '2021']
years = ['2023', '2022', '2021']
return <HomeCatalogo {...props} years={years} archive={true} />
default:
// que nunca caiga en la vieja pantalla de proyectos
Expand Down
2 changes: 1 addition & 1 deletion ext/lib/site/home-multiforum/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@
.boton-votacion
font-family: 'AlfabetLight', sans-serif
border-radius: 5px;
border: 3px solid #E4147F;
border: 3px solid #C481B6;
background: #C481B6;
box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
color: white
Expand Down
2 changes: 1 addition & 1 deletion ext/lib/site/static-pages/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -1024,7 +1024,7 @@ h3.underline
.Collapsible
text-align: left;
margin-bottom: 10px;
border-top: 1px solid #7cbb42;
border-top: 1px solid #c481b6;
padding-top: 10px;

.Collapsible__trigger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
justify-content: center
align-items: center
background-color: #24436F
color: 000
color: #fff
text-align: center
margin: 0 auto
padding: 15px 40px
Expand Down
20 changes: 10 additions & 10 deletions ext/lib/site/topic-layout/topic-article-idea/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
padding-left 15px
padding-right 15px
&.entry-content
font-family: 'AlfabetLight', sans-serif!important
font-family: 'Museo300', sans-serif!important
font-size: 20px;
font-weight: 100;
&.topic-tags
Expand Down Expand Up @@ -98,7 +98,7 @@
text-align: center
margin: 0 auto
max-width: 650px
font-family: 'AlfabetLight', 'Helvetica Neue', Helvetica, Arial, sans-serif
font-family: 'Museo300', 'Helvetica Neue', Helvetica, Arial, sans-serif
.ver-resu
margin: 10px 0 30px
display: block
Expand Down Expand Up @@ -375,7 +375,7 @@ topicColor2 = #999
padding: 0;
margin: 10px 0 20px;
.btn-default
font-family: 'AlfabetBold', sans-serif!important
font-family: 'AlfabetExtraBold', sans-serif!important
color: #C481B6;
background-color: #fff;
border: 1px solid #C481B6
Expand Down Expand Up @@ -494,7 +494,7 @@ topicColor2 = #999

.Collapsible__trigger
padding: 8px
font-family: 'AlfabetBold', sans-serif!important
font-family: 'AlfabetExtraBold', sans-serif!important
display: flex;
border-radius: 5px;
cursor: pointer;
Expand All @@ -509,15 +509,15 @@ topicColor2 = #999

.topic-article-proyecto
background: #24436F;
font-family: 'AlfabetRegular', sans-serif !important
color: #000
font-family: 'Museo500', sans-serif !important
color: #fff

.topic-article-integrado
margin: 15px
text-align: center;

.titulo
font-family: 'AlfabetBold', sans-serif !important;
font-family: 'AlfabetExtraBold', sans-serif !important;
text-align: center;
color: #C481B6;

Expand All @@ -531,7 +531,7 @@ topicColor2 = #999
color: #C481B6

.Collapsible__contentInner
font-family: 'AlfabetLight', sans-serif !important;
font-family: 'Museo300', sans-serif !important;
padding: 12px
font-size: 18px
font-weight: normal
Expand All @@ -546,14 +546,14 @@ topicColor2 = #999
text-align: center
padding: 1px
h3
font-family: 'AlfabetBold', sans-serif!important
font-family: 'AlfabetExtraBold', sans-serif!important
font-size: 20px;
color: #C481B6;
font-weight: 400;
letter-spacing: 0em;
color: #C481B6;
span
font-family: 'AlfabetLight', sans-serif!important
font-family: 'Museo300', sans-serif!important
font-weight: 400;
font-size: 40px;
color: #000000;
Expand Down
2 changes: 1 addition & 1 deletion lib/admin/admin-about-us/styles.styl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ h5
border: none
border-radius: 0px
box-shadow: none
border-top: 1px solid #7cbb42;
border-top: 1px solid #c481b6;
&:first-of-type
border-top: none
.panel-heading
Expand Down

0 comments on commit 5b6d9e8

Please sign in to comment.