From 50c40acd34c94e043e3246d42a0473b8faf60e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lissett=20Garc=C3=ADa=20Albornoz?= Date: Fri, 3 Nov 2017 17:51:33 -0300 Subject: [PATCH] Votita card style --- .../static/img/nna-proposal.svg | 164 ++++++++++++++++++ votai_general_theme/static/sass/main.scss | 15 +- 2 files changed, 168 insertions(+), 11 deletions(-) create mode 100644 votai_general_theme/static/img/nna-proposal.svg 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; } }