update: cleaning integration
This commit is contained in:
parent
1a8caf8fa6
commit
3a682d87b4
BIN
src/images/send.png
Normal file
BIN
src/images/send.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 563 B |
@ -1,3 +1,7 @@
|
||||
solid-event section {
|
||||
max-width: 1400px;
|
||||
margin: auto;
|
||||
}
|
||||
#events,
|
||||
#circle-events {
|
||||
width: 100%;
|
||||
@ -72,7 +76,7 @@
|
||||
}
|
||||
[name="name"] {
|
||||
font-family: "RefrigeratorDelxW01Bold";
|
||||
font-size: 2.2rem;
|
||||
font-size: 1.8rem;
|
||||
line-height: 2.6rem;
|
||||
letter-spacing: 0.32px;
|
||||
color: #063B5C;
|
||||
|
@ -1,3 +1,7 @@
|
||||
solid-poll > 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;
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user