diff --git a/votai_general_theme/static/img/nna-proposal.svg b/votai_general_theme/static/img/nna-proposal.svg new file mode 100644 index 00000000..309d8c7f --- /dev/null +++ b/votai_general_theme/static/img/nna-proposal.svg @@ -0,0 +1,164 @@ + + + + Group 34 + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/votai_general_theme/static/sass/main.scss b/votai_general_theme/static/sass/main.scss index 9c7c2693..e807d3bd 100644 --- a/votai_general_theme/static/sass/main.scss +++ b/votai_general_theme/static/sass/main.scss @@ -2133,18 +2133,11 @@ input#id_4-title { } .post.propuesta.votita { - border: 3px solid $yellow; - .share-card{ - background-color: $yellow; - } + background-image: url(../img/nna-proposal.svg); + background-position: 24% 78%; + background-repeat: no-repeat; .ribbon{ - top: 44px; - width: 260px; - font-size: 13px; - background-color: $grey-one; - } - .btn-apoyo{ - background-color: #FF645B; + display: none; } }