update: cleaning integration

This commit is contained in:
Marjolaine Le Bon 2020-09-11 14:06:01 +02:00
parent 1a8caf8fa6
commit 3a682d87b4
4 changed files with 63 additions and 2 deletions

BIN
src/images/send.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 563 B

View File

@ -1,3 +1,7 @@
solid-event section {
max-width: 1400px;
margin: auto;
}
#events, #events,
#circle-events { #circle-events {
width: 100%; width: 100%;
@ -72,7 +76,7 @@
} }
[name="name"] { [name="name"] {
font-family: "RefrigeratorDelxW01Bold"; font-family: "RefrigeratorDelxW01Bold";
font-size: 2.2rem; font-size: 1.8rem;
line-height: 2.6rem; line-height: 2.6rem;
letter-spacing: 0.32px; letter-spacing: 0.32px;
color: #063B5C; color: #063B5C;

View File

@ -1,3 +1,7 @@
solid-poll > div {
max-width: 1400px;
margin: auto;
}
#polls, #polls,
#circle-polls { #circle-polls {
h2 { h2 {
@ -239,6 +243,7 @@
.vote-section, .vote-section,
.share-vote { .share-vote {
font-family: Facit; font-family: Facit;
padding: 15px 25px;
} }
.vote-tab-content h3::before { .vote-tab-content h3::before {
font-family: "Material Design Icons"; font-family: "Material Design Icons";
@ -280,6 +285,11 @@
#unavailablePoll { #unavailablePoll {
font-style: italic; font-style: italic;
} }
.progressBarValue {
height: 25px;
line-height: 25px;
padding-left: 5px;
}
.send-share, .send-share,
.back-to-list { .back-to-list {
background-color: #3A3A3A; background-color: #3A3A3A;
@ -303,6 +313,46 @@
content: "\F48A"; 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 { .poll-footer {
padding: 20px 0 40px; padding: 20px 0 40px;
.back-to-list { .back-to-list {
@ -325,7 +375,7 @@
#add-survey { #add-survey {
background-color: white; background-color: white;
padding: 50px 0; padding: 50px 0;
margin: -20px 0; margin: -20px auto;
h2 { h2 {
font-family: "RefrigeratorDelxW01Bold"; font-family: "RefrigeratorDelxW01Bold";
font-size: 3.2rem; font-size: 3.2rem;

View File

@ -79,6 +79,7 @@
} }
} }
.resourcedetail { .resourcedetail {
background-color: transparent;
[name="name"] { [name="name"] {
font-family: "RefrigeratorDelxW01Bold"; font-family: "RefrigeratorDelxW01Bold";
font-size: 3.2rem; font-size: 3.2rem;
@ -88,6 +89,12 @@
[name="infotext"] { [name="infotext"] {
justify-content: flex-start; justify-content: flex-start;
} }
.sib-conversation {
background-color: white;
textarea {
background-color: transparent;
}
}
} }
.newresource label div, .newresource label div,
.newresource sib-form-file div label { .newresource sib-form-file div label {