2018-10-18 16:10:48 -04:00
|
|
|
* {
|
2018-12-04 09:58:14 -04:00
|
|
|
font-family: 'Inter UI';
|
2018-10-18 16:10:48 -04:00
|
|
|
}
|
|
|
|
|
2018-12-04 09:58:14 -04:00
|
|
|
|
|
|
|
/* fallback */
|
|
|
|
@font-face {
|
|
|
|
font-family: 'Material Icons';
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: 400;
|
|
|
|
src: url(../fonts/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
|
|
|
|
}
|
|
|
|
|
|
|
|
.material-icons {
|
|
|
|
font-family: 'Material Icons';
|
|
|
|
font-weight: normal;
|
|
|
|
font-style: normal;
|
|
|
|
font-size: 24px;
|
|
|
|
line-height: 1;
|
|
|
|
letter-spacing: normal;
|
|
|
|
text-transform: none;
|
|
|
|
display: inline-block;
|
|
|
|
white-space: nowrap;
|
|
|
|
word-wrap: normal;
|
|
|
|
direction: ltr;
|
|
|
|
-webkit-font-feature-settings: 'liga';
|
|
|
|
-webkit-font-smoothing: antialiased;
|
|
|
|
}
|
|
|
|
|
2018-12-04 18:12:15 -04:00
|
|
|
body {
|
|
|
|
background: #ffffff !important;
|
|
|
|
}
|
|
|
|
|
2018-10-18 16:10:48 -04:00
|
|
|
#votingDapp p a,
|
|
|
|
#votingDapp p a:visited {
|
|
|
|
background: url(../images/external-link.svg) no-repeat center right;
|
|
|
|
padding-right: 20px;
|
|
|
|
color: #4360DF;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2018-10-16 16:20:54 -04:00
|
|
|
#votingDapp div.section {
|
2019-01-17 20:48:54 +05:30
|
|
|
padding: 24px;
|
|
|
|
margin-bottom: 66px;
|
2019-01-14 17:08:10 +01:00
|
|
|
margin-right: 4px;
|
|
|
|
margin-left: 4px;
|
2018-10-18 16:10:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.section h1 {
|
2019-01-09 12:54:22 +01:00
|
|
|
font-size: 22px;
|
|
|
|
line-height: 28px;
|
2018-10-18 16:10:48 -04:00
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 1em;
|
2019-01-17 20:48:54 +05:30
|
|
|
margin-bottom: 24px;
|
2018-10-16 16:20:54 -04:00
|
|
|
}
|
|
|
|
|
2018-10-18 16:10:48 -04:00
|
|
|
#votingDapp div.votingTimer p {
|
|
|
|
font-size: 0.8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2018-10-16 16:20:54 -04:00
|
|
|
#votingDapp hr {
|
|
|
|
border: 3px solid #edf2f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.votingTimer {
|
|
|
|
padding: 20px;
|
|
|
|
text-align: center;
|
2018-10-29 02:51:25 -04:00
|
|
|
margin-bottom: 60px;
|
|
|
|
padding-bottom: 235px;
|
2018-10-16 16:20:54 -04:00
|
|
|
}
|
|
|
|
|
2018-10-18 16:10:48 -04:00
|
|
|
#votingDapp div.votingTimer h1 {
|
|
|
|
margin-top: .5rem;
|
|
|
|
font-size: 2.2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.votingTimer .timeUnit {
|
2018-10-16 16:20:54 -04:00
|
|
|
font-weight: normal;
|
2018-10-18 16:10:48 -04:00
|
|
|
text-transform: uppercase;
|
|
|
|
font-size: .75rem;
|
|
|
|
color: #939BA1;
|
2018-10-16 16:20:54 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.votingTimer ul {
|
2018-10-18 16:10:48 -04:00
|
|
|
width: 240px;
|
2018-10-16 16:20:54 -04:00
|
|
|
margin: auto;
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.votingTimer ul li {
|
2018-10-18 16:10:48 -04:00
|
|
|
width: 80px;
|
2018-10-16 16:20:54 -04:00
|
|
|
float: left;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.action {
|
|
|
|
display: block;
|
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
clear: both;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.action a {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.pollClosed {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 2em;
|
2018-10-29 02:51:25 -04:00
|
|
|
padding-bottom: 235px;
|
2018-10-16 16:20:54 -04:00
|
|
|
}
|
|
|
|
|
2018-10-18 16:10:48 -04:00
|
|
|
|
|
|
|
#votingDapp div.pollClosed h1 {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
font-weight: bold;
|
|
|
|
margin-top: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.pollClosed p {
|
|
|
|
color: #939BA1;
|
|
|
|
margin-top: .5em;
|
|
|
|
}
|
|
|
|
|
2018-10-16 16:20:54 -04:00
|
|
|
#votingDapp div.center {
|
|
|
|
text-align: center;
|
2018-10-16 18:52:40 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.card {
|
2019-01-17 20:48:54 +05:30
|
|
|
margin: 16px 16px 24px 16px;
|
2018-10-16 18:52:40 -04:00
|
|
|
border: 1px solid #edf2f5;
|
|
|
|
border-radius: 3px;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2018-10-18 20:01:49 -04:00
|
|
|
#votingDapp div.credits {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.credits div {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.credits div .title {
|
|
|
|
display: inline-block;
|
2018-10-27 05:31:43 -04:00
|
|
|
width: 130px;
|
2018-10-18 20:01:49 -04:00
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.credits div .value {
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: right;
|
2018-10-27 05:31:43 -04:00
|
|
|
width: 130px;
|
2018-10-18 20:01:49 -04:00
|
|
|
float: right;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.credits .text {
|
|
|
|
border-top: 1px solid #edf2f5;
|
|
|
|
padding: 15px;
|
|
|
|
color: #939BA1;
|
|
|
|
font-size: .75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.credits .warning {
|
|
|
|
padding: 15px;
|
|
|
|
border-top: 1px solid #edf2f5;
|
|
|
|
}
|
|
|
|
|
2018-10-18 16:10:48 -04:00
|
|
|
#votingDapp div.card div.ballotData {
|
|
|
|
padding-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.card div.actionArea {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.card div.actionArea button {
|
|
|
|
color: #4360DF;
|
|
|
|
background: url(../images/small-arrow.svg) center right no-repeat;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
2018-10-16 18:52:40 -04:00
|
|
|
#votingDapp div.card h2 {
|
|
|
|
font-weight: bold;
|
2018-10-18 16:10:48 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.buttonNav {
|
|
|
|
text-align: right;
|
|
|
|
box-shadow: 0px 2px 16px rgba(0, 10, 56, 0.1);
|
|
|
|
padding: 15px;
|
|
|
|
width: 100%;
|
2019-01-09 15:05:28 +01:00
|
|
|
height: 52px;
|
2018-10-18 16:10:48 -04:00
|
|
|
position: fixed;
|
|
|
|
bottom: 0;
|
|
|
|
background: #ffffff;
|
|
|
|
}
|
|
|
|
|
2018-10-18 20:01:49 -04:00
|
|
|
#votingDapp div.buttonNav.back {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2018-10-18 16:10:48 -04:00
|
|
|
#votingDapp div.buttonNav a,
|
|
|
|
#votingDapp div.buttonNav a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2018-11-28 18:52:34 -04:00
|
|
|
#votingDapp div.buttonNav button,
|
|
|
|
.arrowRightLink {
|
2018-10-18 16:10:48 -04:00
|
|
|
background: url(../images/medium-arrow.svg) center right no-repeat;
|
|
|
|
padding-right: 15px;
|
|
|
|
text-decoration: none;
|
2019-01-09 12:54:22 +01:00
|
|
|
text-transform: none;
|
2018-10-18 16:10:48 -04:00
|
|
|
color: #4360DF;
|
2019-01-09 15:05:28 +01:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 22px;
|
2019-01-17 11:29:27 -04:00
|
|
|
position: relative;
|
|
|
|
top: -5px;
|
2018-10-18 20:01:49 -04:00
|
|
|
}
|
|
|
|
|
2019-01-17 11:29:27 -04:00
|
|
|
|
|
|
|
|
2018-11-28 18:52:34 -04:00
|
|
|
.upperCase {
|
|
|
|
text-transform: uppercase !important;
|
|
|
|
}
|
|
|
|
|
2018-10-18 20:01:49 -04:00
|
|
|
#votingDapp div.buttonNav.back button {
|
|
|
|
background: url(../images/medium-arrow-l.svg) center left no-repeat;
|
|
|
|
padding-right: 0;
|
|
|
|
padding-left: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.left {
|
|
|
|
width: 60px;
|
|
|
|
float: left;
|
|
|
|
height: 75px;
|
|
|
|
}
|
|
|
|
|
2018-10-27 05:03:11 -04:00
|
|
|
#votingDapp div.right {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
width: 75%;
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2018-10-18 20:01:49 -04:00
|
|
|
#votingDapp div.left span {
|
|
|
|
background-color: #ECEFFC;
|
|
|
|
width:44px;
|
|
|
|
height:44px;
|
|
|
|
display:table-cell;
|
|
|
|
vertical-align:middle;
|
|
|
|
text-align:center;
|
|
|
|
border-radius:50%;
|
|
|
|
overflow:hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.warning h2 {
|
|
|
|
background: url(../images/warning.svg) no-repeat center left;
|
|
|
|
padding-left: 25px;
|
2018-10-27 05:31:43 -04:00
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.warning p {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
margin-bottom: 15px;
|
2018-10-20 16:06:20 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.card.review,
|
|
|
|
#votingDapp div.card.review > div {
|
|
|
|
padding: 0 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.card.review h2 {
|
|
|
|
padding-top: 15px;
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.card.review p {
|
|
|
|
padding-bottom: 15px;
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-right: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.review div.data {
|
|
|
|
border-top: 1px solid #edf2f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.review div.data div.item {
|
|
|
|
width: 45%;
|
|
|
|
display: inline-block;
|
|
|
|
color: #939BA1;
|
|
|
|
font-size: .8rem;
|
|
|
|
padding: 15px;
|
|
|
|
border-right: 1px solid #edf2f5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.noBorder {
|
|
|
|
border: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#votingDapp div.review div.data div.item span {
|
|
|
|
font-size: 1.3rem;
|
|
|
|
margin-right: .3em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.creditsAvailable {
|
|
|
|
background: #EEF2F5;
|
|
|
|
text-align: center;
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.creditsAvailable div {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.creditsAvailable a,
|
|
|
|
#votingDapp div.creditsAvailable a:visited {
|
|
|
|
text-decoration: none;
|
|
|
|
text-transform: capitalize;
|
|
|
|
color: #4360DF;
|
|
|
|
font-size: 0.75rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.creditsAvailable button {
|
|
|
|
width: 100%;
|
|
|
|
border-top: 1px solid #ffffff;
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp p.votingCredits {
|
|
|
|
float: left;
|
|
|
|
padding-left: 15px;
|
|
|
|
padding-top: 8px;
|
|
|
|
color: #939BA1;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp p.votingCredits span {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
button:disabled,
|
|
|
|
button[disabled]{
|
|
|
|
opacity: .5;
|
2018-10-20 16:52:02 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.errorTrx {
|
|
|
|
text-align: center;
|
|
|
|
padding-top: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.errorTrx div.image {
|
|
|
|
padding: 20px 11px 7px 11px;
|
|
|
|
border-radius: 50%;
|
|
|
|
background: #ffe8ec;
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.errorTrx h1,
|
|
|
|
.errorTrx p {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
|
2018-10-21 08:23:53 -04:00
|
|
|
|
|
|
|
#votingDapp div.transactionArea {
|
|
|
|
background: #EEF2F5;
|
|
|
|
text-align: center;
|
|
|
|
padding: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.transactionArea img {
|
|
|
|
margin-bottom: .8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.transactionArea h1 {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-bottom: .8rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.transactionArea div.confirmed h1 {
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.transactionArea p {
|
|
|
|
color: #939BA1;
|
2018-10-21 09:10:22 -04:00
|
|
|
}
|
|
|
|
|
2018-10-21 10:50:01 -04:00
|
|
|
#votingDapp div.ballotResult {
|
|
|
|
margin-bottom: 30px;
|
2018-11-06 13:49:25 -04:00
|
|
|
margin-right: 115px;
|
2018-10-21 10:50:01 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.ballotResult .progress {
|
2018-11-06 13:49:25 -04:00
|
|
|
background:#EEF2F5;
|
2018-10-27 05:03:11 -04:00
|
|
|
cursor: pointer;
|
2018-11-06 13:49:25 -04:00
|
|
|
width: 100%;
|
|
|
|
float: left;
|
|
|
|
clear: left;
|
|
|
|
height: 6px;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp div.ballotResult .progress span {
|
|
|
|
background: #4360DF;
|
|
|
|
padding: 0;
|
2018-10-21 09:10:22 -04:00
|
|
|
}
|
|
|
|
|
2018-10-21 10:50:01 -04:00
|
|
|
#votingDapp div.ballotResult .collapse {
|
2018-10-21 09:10:22 -04:00
|
|
|
background: url(../images/arrow-up.svg) no-repeat center right;
|
|
|
|
}
|
|
|
|
|
2018-11-06 13:49:25 -04:00
|
|
|
#votingDapp h2.ballotResultTitle {
|
|
|
|
width: 100%;
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#votingDapp h2.ballotResultTitle span {
|
2018-10-21 09:10:22 -04:00
|
|
|
font-weight: bold;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
2018-11-06 13:49:25 -04:00
|
|
|
#votingDapp .ballotResultData {
|
2018-10-21 09:10:22 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style-type: none;
|
|
|
|
margin-bottom: .8rem;
|
2018-11-06 13:49:25 -04:00
|
|
|
width: 100%;
|
|
|
|
clear: left;
|
2018-10-21 09:10:22 -04:00
|
|
|
}
|
|
|
|
|
2018-11-06 13:49:25 -04:00
|
|
|
#votingDapp .ballotResultData li {
|
2018-10-21 09:10:22 -04:00
|
|
|
border-bottom: 1px solid #EEF2F5;
|
|
|
|
color: #939BA1;
|
|
|
|
margin: 0;
|
|
|
|
padding: 10px 10px 10px 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
2018-11-06 13:49:25 -04:00
|
|
|
#votingDapp .ballotResultData li span {
|
2018-10-21 09:10:22 -04:00
|
|
|
float: right;
|
2018-10-21 10:50:01 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.progress {
|
|
|
|
color: #000000;
|
|
|
|
box-sizing: initial;
|
|
|
|
color: #fff;
|
|
|
|
font-size: 11px;
|
|
|
|
font-size: 0.6875rem;
|
|
|
|
height: 12px;
|
|
|
|
line-height: 1.182;
|
|
|
|
margin: 6px 0;
|
|
|
|
position: relative;
|
|
|
|
text-align: left;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress-large {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 1rem;
|
|
|
|
height: 25px;
|
|
|
|
line-height: 1.7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.progress > span {
|
|
|
|
background-color: #ECEFFC;
|
|
|
|
display: block;
|
|
|
|
height: 100%;
|
|
|
|
position: relative;
|
|
|
|
width: auto;
|
|
|
|
min-width: 5px;
|
2018-11-06 13:49:25 -04:00
|
|
|
max-width: 100%;
|
2018-10-21 10:50:01 -04:00
|
|
|
padding: 5px 0 5px 20px;
|
|
|
|
border-radius: 8px;
|
2018-11-06 13:49:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.progress-large span {
|
|
|
|
white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ballotResult .percentage {
|
|
|
|
width: 115px;
|
|
|
|
cursor: pointer;
|
|
|
|
margin-right: -115px;
|
|
|
|
float: left;
|
|
|
|
text-align: right;
|
|
|
|
background: url(../images/arrow-down.svg) no-repeat center right;
|
|
|
|
padding-right: 30px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ballotResult .percentage.collapse {
|
|
|
|
background: url(../images/arrow-down.svg) no-repeat center right;
|
2018-10-22 15:23:30 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.customSlider {
|
|
|
|
height: 52px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customSlider .nav1 {
|
|
|
|
width:50px;
|
|
|
|
float:left;
|
|
|
|
height: 52px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customSlider div button {
|
|
|
|
border: none;
|
|
|
|
background: #ECEFFC;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customSlider .nav1 button {
|
|
|
|
border-top-left-radius: 50%;
|
|
|
|
border-bottom-left-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customSlider .nav2 button {
|
|
|
|
border-top-right-radius: 50%;
|
|
|
|
border-bottom-right-radius: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customSlider .nav2 { width:50px; float:right; }
|
|
|
|
|
|
|
|
.customSlider .content {
|
|
|
|
margin:0 50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customSlider .content .progress {
|
|
|
|
background: #ECEFFC;
|
|
|
|
height: 54px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customSlider .content .progress > span {
|
|
|
|
background: rgba(67, 96, 223, 0.15);
|
|
|
|
height: 52px;
|
|
|
|
border-radius: 0;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
max-width: 100% !important;
|
|
|
|
min-width: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customSlider .content .progress > span {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customSlider .content .progress span span {
|
|
|
|
position: relative;
|
|
|
|
top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.customSlider .content .progress span span small {
|
|
|
|
color: #666666;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
2018-10-24 14:31:10 -04:00
|
|
|
.customSlider .clear { clear:both; }
|
|
|
|
|
|
|
|
#votingDapp div.buttonNav.footer {
|
|
|
|
background: #262A39;
|
|
|
|
text-align: center;
|
|
|
|
box-shadow: none;
|
|
|
|
color: #666666;
|
2018-10-27 05:03:11 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.SNTBalance {
|
|
|
|
float: right;
|
|
|
|
display: block;
|
2018-10-27 13:12:35 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.pollTime {
|
|
|
|
background: #EEF2F5;
|
|
|
|
padding: 15px;
|
|
|
|
border-radius: 8px;
|
|
|
|
margin: 25px 0 !important;
|
2018-10-31 14:47:15 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.helpLink {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
font-size: .85rem;
|
|
|
|
margin-top: 10vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.helpLink a {
|
|
|
|
cursor: pointer;
|
2018-10-31 14:50:24 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */
|
|
|
|
|
|
|
|
.spinner {
|
|
|
|
margin: auto;
|
|
|
|
margin-bottom: .8rem;
|
|
|
|
width: 40px;
|
|
|
|
height:40px;
|
|
|
|
text-align: center;
|
|
|
|
background-color:#4360DF;
|
|
|
|
border-radius: 100px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinner > div {
|
|
|
|
width: 6px;
|
|
|
|
height: 6px;
|
|
|
|
background-color: #fff;
|
|
|
|
|
|
|
|
border-radius: 100%;
|
|
|
|
display: inline-block;
|
|
|
|
-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
|
|
|
|
animation: sk-bouncedelay 1.4s infinite ease-in-out both;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinner .bounce1 {
|
|
|
|
margin-top:17px;
|
|
|
|
-webkit-animation-delay: -0.32s;
|
|
|
|
animation-delay: -0.32s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.spinner .bounce2 {
|
|
|
|
-webkit-animation-delay: -0.16s;
|
|
|
|
animation-delay: -0.16s;
|
|
|
|
}
|
|
|
|
|
|
|
|
@-webkit-keyframes sk-bouncedelay {
|
|
|
|
0%, 80%, 100% { -webkit-transform: scale(0) }
|
|
|
|
40% { -webkit-transform: scale(1.0) }
|
|
|
|
}
|
|
|
|
|
|
|
|
@keyframes sk-bouncedelay {
|
|
|
|
0%, 80%, 100% {
|
|
|
|
-webkit-transform: scale(0);
|
|
|
|
transform: scale(0);
|
|
|
|
} 40% {
|
|
|
|
-webkit-transform: scale(1.0);
|
|
|
|
transform: scale(1.0);
|
|
|
|
}
|
2018-11-06 13:49:25 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.helpDialog h1 {
|
|
|
|
font-size: 1rem;
|
|
|
|
margin-top: 1.2em;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 5px 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.helpDialog p {
|
|
|
|
padding: 5px 20px;
|
2018-11-28 18:52:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.pollTypeTitle {
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: #939BA1;
|
2019-01-17 20:48:54 +05:30
|
|
|
font-size: 12px;
|
|
|
|
letter-spacing: 1px;
|
2018-11-28 18:52:34 -04:00
|
|
|
font-weight: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.card.poll h2 {
|
2019-01-17 20:48:54 +05:30
|
|
|
font-size: 17px;
|
|
|
|
line-height: 24px;
|
2018-11-28 18:52:34 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div.card.poll p {
|
|
|
|
color: #939BA1;
|
|
|
|
}
|
|
|
|
|
2018-11-28 20:13:27 -04:00
|
|
|
div.card.poll .stats {
|
2019-01-17 20:48:54 +05:30
|
|
|
font-size: 14px;
|
|
|
|
line-height: 22px;
|
2018-11-28 20:13:27 -04:00
|
|
|
margin-top: 5px;
|
2019-01-17 20:48:54 +05:30
|
|
|
margin-bottom: 16px;
|
2018-11-28 20:13:27 -04:00
|
|
|
}
|
|
|
|
|
2018-11-28 18:52:34 -04:00
|
|
|
.otherPollsTitle small {
|
|
|
|
font-size: .85rem;
|
|
|
|
color: #939BA1;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2018-11-28 20:13:27 -04:00
|
|
|
|
|
|
|
.landingPageButton {
|
|
|
|
text-align: center;
|
|
|
|
color:#4360DF;
|
|
|
|
font-weight: normal;
|
|
|
|
background: #ECEFFC;
|
|
|
|
border: none;
|
|
|
|
text-decoration: none;
|
2019-01-17 20:48:54 +05:30
|
|
|
padding: 14px 30px;
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 22px;
|
2018-11-28 20:13:27 -04:00
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.landingPageButton:hover {
|
|
|
|
background: rgb(212, 216, 233);
|
2019-01-17 01:48:53 +05:30
|
|
|
cursor: pointer;
|
2018-11-28 20:13:27 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
div.poll span.pollClosingDate {
|
|
|
|
background: #ECEFFC;
|
|
|
|
text-transform: uppercase;
|
2019-01-17 20:48:54 +05:30
|
|
|
font-size: 12px;
|
|
|
|
font-weight: 600;
|
|
|
|
padding: 5px 10px;
|
2018-11-28 20:13:27 -04:00
|
|
|
border-radius: 15px;
|
2019-01-17 20:48:54 +05:30
|
|
|
margin: 10px 0px 16px 0px;
|
|
|
|
width: -moz-fit-content;
|
|
|
|
width: fit-content;
|
2018-11-28 20:13:27 -04:00
|
|
|
display: block;
|
2019-01-17 20:48:54 +05:30
|
|
|
letter-spacing: 1px;
|
2018-11-28 20:13:27 -04:00
|
|
|
text-align: center;
|
|
|
|
}
|
2018-12-03 15:08:41 -04:00
|
|
|
|
|
|
|
.pollCreation small {
|
|
|
|
float: right;
|
|
|
|
color: #939BA1;
|
2019-01-08 18:25:10 +01:00
|
|
|
font-size: 12px;
|
|
|
|
padding-right: 24px;
|
2018-12-03 15:08:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.pollCreation .errorText {
|
|
|
|
margin: 0;
|
|
|
|
display: inline;
|
|
|
|
color: #f00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pollCreation .inputTxt label {
|
|
|
|
margin-bottom: 10px;
|
2019-01-08 18:25:10 +01:00
|
|
|
color: rgba(0, 0, 0, 0.87);
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 22px;
|
2018-12-03 15:08:41 -04:00
|
|
|
}
|
|
|
|
|
2018-12-03 22:09:54 -04:00
|
|
|
.pollCreation .inputTxt textarea,
|
|
|
|
.pollCreation .inputTxt input {
|
2018-12-03 15:08:41 -04:00
|
|
|
background: #EEF2F5;
|
2019-01-08 18:25:10 +01:00
|
|
|
border-radius: 8px;
|
|
|
|
padding: 14px;
|
2019-01-14 14:25:17 -04:00
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pollCreation .optionDialog .inputTxt input {
|
|
|
|
padding-bottom: 14px;
|
2019-01-08 18:25:10 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.pollCreation .inputTxt textarea::placeholder {
|
2019-01-14 14:25:17 -04:00
|
|
|
text-align: left;
|
2018-12-03 15:08:41 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.pollCreation .inputTxt div:after,
|
|
|
|
.pollCreation .inputTxt div:before,
|
|
|
|
.pollCreation .inputTxt:hover div:after,
|
|
|
|
.pollCreation .inputTxt:hover div:before {
|
|
|
|
border-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.createPollBtn {
|
2019-01-17 20:48:54 +05:30
|
|
|
float: right;
|
|
|
|
margin-top: 20px;
|
2019-01-17 11:29:27 -04:00
|
|
|
margin-right: -22px !important;
|
2018-12-03 18:01:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.pollOption {
|
2019-01-12 19:31:41 +01:00
|
|
|
border: 1px solid #edf2f5;
|
2018-12-03 18:01:58 -04:00
|
|
|
border-radius: 3px;
|
|
|
|
padding: 10px;
|
2019-01-09 18:28:05 +01:00
|
|
|
margin-bottom: 12px;
|
2018-12-03 18:01:58 -04:00
|
|
|
position: relative;
|
2018-12-07 19:16:59 -04:00
|
|
|
|
|
|
|
-webkit-touch-callout: none; /* iOS Safari */
|
|
|
|
-webkit-user-select: none; /* Safari */
|
|
|
|
-khtml-user-select: none; /* Konqueror HTML */
|
|
|
|
-moz-user-select: none; /* Firefox */
|
|
|
|
-ms-user-select: none; /* Internet Explorer/Edge */
|
|
|
|
user-select: none; /* Non-prefixed version, currently
|
|
|
|
supported by Chrome and Opera */
|
|
|
|
|
2018-12-03 18:01:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.pollOption h1 {
|
2019-01-09 12:54:22 +01:00
|
|
|
font-size: 15px !important;
|
|
|
|
line-height: 22px !important;
|
|
|
|
font-weight: 600 !important;
|
2018-12-03 18:01:58 -04:00
|
|
|
margin: 0 !important;
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pollOption p {
|
2019-01-09 12:54:22 +01:00
|
|
|
font-size: 13px !important;
|
2018-12-03 18:01:58 -04:00
|
|
|
color: #939BA1 !important;
|
|
|
|
}
|
|
|
|
|
2018-12-03 22:09:54 -04:00
|
|
|
.pollOption button.edit {
|
|
|
|
position: absolute;
|
|
|
|
top: -10px;
|
|
|
|
right: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.pollOption button.delete {
|
2018-12-03 18:01:58 -04:00
|
|
|
position: absolute;
|
2018-12-03 22:09:54 -04:00
|
|
|
top: -10px;
|
2018-12-03 18:01:58 -04:00
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addOption {
|
|
|
|
margin: 10px 0px 30px 0px;
|
|
|
|
display: block;
|
|
|
|
cursor: pointer;
|
|
|
|
color: #4360DF;
|
2018-12-03 22:09:54 -04:00
|
|
|
padding: 0 10px 20px 10px;
|
|
|
|
border-radius: 10px;
|
2019-01-12 17:20:09 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.stickyBar {
|
|
|
|
position: sticky;
|
|
|
|
position: -webkit-sticky; /* Safari */
|
|
|
|
top: 0;
|
|
|
|
z-index: 99999;
|
|
|
|
background-color: #FFFFFF;
|
2018-12-03 22:09:54 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.addOption:hover {
|
|
|
|
background: #EEF2F5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.addOption:active {
|
|
|
|
background: #939BA1;
|
2018-12-03 18:01:58 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.addOption img {
|
|
|
|
position: relative;
|
|
|
|
margin-right: 15px;
|
|
|
|
top: 10px;
|
2018-12-04 09:58:14 -04:00
|
|
|
}
|
|
|
|
|
2018-12-04 18:12:15 -04:00
|
|
|
.reviewDetails {
|
|
|
|
margin-top: 30px;
|
|
|
|
}
|
|
|
|
|
2019-01-17 20:48:54 +05:30
|
|
|
.reviewDetails p {
|
2019-01-09 12:54:22 +01:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 22px;
|
2019-01-17 20:48:54 +05:30
|
|
|
}
|
2019-01-09 12:54:22 +01:00
|
|
|
|
2019-01-17 20:48:54 +05:30
|
|
|
.reviewDetails h3 {
|
|
|
|
font-size: 17px;
|
|
|
|
line-height: 24px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2018-12-04 18:12:15 -04:00
|
|
|
|
2019-01-17 20:48:54 +05:30
|
|
|
.reviewDetails h3.grayHeader {
|
2018-12-04 18:12:15 -04:00
|
|
|
color: #939BA1;
|
2019-01-09 12:54:22 +01:00
|
|
|
font-size: 15px;
|
|
|
|
line-height: 22px;
|
2018-12-04 18:12:15 -04:00
|
|
|
font-weight: normal;
|
2019-01-17 20:48:54 +05:30
|
|
|
}
|
2018-12-04 18:12:15 -04:00
|
|
|
|
2019-01-17 20:48:54 +05:30
|
|
|
.reviewDetails .detail {
|
2019-01-09 12:54:22 +01:00
|
|
|
font-weight: 600 !important;
|
|
|
|
line-height: 22px !important;
|
|
|
|
font-size: 15px !important;
|
2018-12-04 18:12:15 -04:00
|
|
|
color: #000 !important;
|
2019-01-17 20:48:54 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.org-description {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|
2019-01-17 01:48:53 +05:30
|
|
|
|
|
|
|
.endDateTime {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
2019-01-17 11:29:27 -04:00
|
|
|
margin-bottom: 10px;
|
2019-01-17 01:48:53 +05:30
|
|
|
}
|
|
|
|
|
|
|
|
.endDate {
|
|
|
|
font-weight: bold;
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
margin-right: 0.5rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.scheduleNav {
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.Cal__Weekdays__root {
|
|
|
|
background-color: white !important;
|
|
|
|
color: #939BA1 !important;
|
|
|
|
border-bottom: 3px solid #EEF2F5;
|
|
|
|
}
|
|
|
|
|
|
|
|
.endTime {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
color: #939BA1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.schedule-calendar {
|
|
|
|
width: 100% !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.editTimeText {
|
|
|
|
display: flex;
|
|
|
|
width: fit-content;
|
|
|
|
color: #4360DF;
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.end-time-container {
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: space-around;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-picker-title {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin-top: 1rem;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
font-size: 1.2rem;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-picker-save {
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
margin: 1rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
.time-dialog {
|
|
|
|
width: 80vw;
|
|
|
|
max-width: 320px;
|
|
|
|
}
|
2019-01-16 18:20:03 -04:00
|
|
|
|
|
|
|
.Cal__MonthList__root {
|
|
|
|
height: calc(100vh - 230px) !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.Cal__Month__rows {
|
|
|
|
background: none !important;
|
2019-01-17 20:48:54 +05:30
|
|
|
}
|