From 3a682d87b4144f9f3ff5efaae848cf3cbc884b8c Mon Sep 17 00:00:00 2001 From: Marjolaine Le Bon Date: Fri, 11 Sep 2020 14:06:01 +0200 Subject: [PATCH] update: cleaning integration --- src/images/send.png | Bin 0 -> 563 bytes src/styles/layout/events/events.scss | 6 ++- src/styles/layout/polls/_polls.scss | 52 ++++++++++++++++++++- src/styles/layout/resources/resources.scss | 7 +++ 4 files changed, 63 insertions(+), 2 deletions(-) create mode 100644 src/images/send.png diff --git a/src/images/send.png b/src/images/send.png new file mode 100644 index 0000000000000000000000000000000000000000..674f6fff6f91d1868493fbef0e2f2719a50ef8ba GIT binary patch literal 563 zcmeAS@N?(olHy`uVBq!ia0vp^5+KaM1|%Pp+x`GjEa{HEjtmSN`?>!lvI6;x#X;^) z4C~IxyaaL-l0AZa85pY67#JE_7#My5g&JNkFq9fFFuY1&V6d9Oz#v{QXIG#NP=YPV z+ua371Hn({-St3fnfC`r>@MM%6f7Ci$jOFmaLWcmQKw~l0I~0w#^N@*E-UDB?`X}R$A6F zKXbm;fA9BtIhO0&r1vrNOW*n1Yajhp@kX$u4%eZYSNijR3z%$3&D-bU=v%Ze#Ia~! zjAO~ZD1(`2+;}cJZOiIVTA`>lgDLsI(#U;M+M@n*`ZLNn`wK>w?jxJHzuB$lLFB^RXvDF!10 zBLiInQ(Xh|5JNL7BSR|_OKk%KD+7a&$}J8k8glbfGSez?Yfx3;`2*CT0kWaEEZr(8 zu{c$?v?!AyEi)(8N?%{UB)336H!(dkIa{~H)z34tAk`vtR?04*9tKZWKbLh*2~7Z$ CO2E

div { + max-width: 1400px; + margin: auto; +} #polls, #circle-polls { h2 { @@ -239,6 +243,7 @@ .vote-section, .share-vote { font-family: Facit; + padding: 15px 25px; } .vote-tab-content h3::before { font-family: "Material Design Icons"; @@ -280,6 +285,11 @@ #unavailablePoll { font-style: italic; } + .progressBarValue { + height: 25px; + line-height: 25px; + padding-left: 5px; + } .send-share, .back-to-list { background-color: #3A3A3A; @@ -303,6 +313,46 @@ content: "\F48A"; } } + .vote-debate-content .border-content.padded { + padding: 0; + .debate-tab-content sib-conversation { + width: 100%; + .sib-conversation { + .conversation-item { + position: relative; + [name="conversation-subhead"] { + position: absolute; + top: 4px; + left: 200px; + font-size: 1.3rem; + color: #aaa; + } + [name="conversation-author"] { + font-size: 1.3rem; + } + } + .conversation-form { + border-top: 1px solid #ddd !important; + textarea { + background-color: transparent; + border: none; + font-size: 1.4rem; + } + } + input[type="submit"] { + text-indent: -999px; + width: 30px; + background: url(../images/send.png) no-repeat center; + background-size: auto; + background-size: contain; + border: none; + position: absolute; + right: 15px; + top: calc(50% - 11px); + } + } + } + } .poll-footer { padding: 20px 0 40px; .back-to-list { @@ -325,7 +375,7 @@ #add-survey { background-color: white; padding: 50px 0; - margin: -20px 0; + margin: -20px auto; h2 { font-family: "RefrigeratorDelxW01Bold"; font-size: 3.2rem; diff --git a/src/styles/layout/resources/resources.scss b/src/styles/layout/resources/resources.scss index 5c32d38..2378154 100644 --- a/src/styles/layout/resources/resources.scss +++ b/src/styles/layout/resources/resources.scss @@ -79,6 +79,7 @@ } } .resourcedetail { + background-color: transparent; [name="name"] { font-family: "RefrigeratorDelxW01Bold"; font-size: 3.2rem; @@ -88,6 +89,12 @@ [name="infotext"] { justify-content: flex-start; } + .sib-conversation { + background-color: white; + textarea { + background-color: transparent; + } + } } .newresource label div, .newresource sib-form-file div label {