2015-05-08 01:49:06 +08:00
|
|
|
div.poll {
|
|
|
|
.poll-buttons {
|
2020-05-24 01:08:49 +08:00
|
|
|
display: inline-flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
padding: 0.5em 1em 0.5em 1em;
|
2015-05-08 17:13:32 +08:00
|
|
|
|
2015-05-08 01:49:06 +08:00
|
|
|
button {
|
2020-05-24 01:08:49 +08:00
|
|
|
margin: 0 0.5em 0.5em 0;
|
2015-05-08 01:49:06 +08:00
|
|
|
}
|
|
|
|
}
|
2017-05-15 22:19:40 +08:00
|
|
|
|
|
|
|
.poll-info {
|
2019-02-05 17:47:22 +08:00
|
|
|
padding: 0 1em;
|
2018-08-28 04:53:35 +08:00
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
2020-05-24 01:08:49 +08:00
|
|
|
flex-direction: column;
|
2018-08-28 04:53:35 +08:00
|
|
|
.info-text {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
.info-number {
|
|
|
|
font-size: $font-up-6;
|
|
|
|
}
|
|
|
|
p {
|
|
|
|
margin: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-02-05 17:47:22 +08:00
|
|
|
.info-label {
|
|
|
|
margin-left: 0.25em;
|
2018-05-03 08:12:19 +08:00
|
|
|
}
|
2017-05-15 22:19:40 +08:00
|
|
|
}
|
2015-05-08 01:49:06 +08:00
|
|
|
}
|
2019-11-26 01:51:01 +08:00
|
|
|
|
|
|
|
div.poll.pie {
|
|
|
|
.poll-container {
|
|
|
|
width: calc(100% - 30px);
|
|
|
|
border-bottom: 1px solid $primary-low;
|
|
|
|
|
|
|
|
.poll-grouped-pie-container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|