discourse/plugins/poll/assets/stylesheets/mobile/poll.scss

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

43 lines
651 B
SCSS
Raw Normal View History

2015-05-08 01:49:06 +08:00
div.poll {
.poll-buttons {
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 {
margin: 0 0.5em 0.5em 0;
2015-05-08 01:49:06 +08:00
}
}
.poll-info {
padding: 0 1em;
2018-08-28 04:53:35 +08:00
display: flex;
flex-wrap: wrap;
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%;
}
.info-label {
margin-left: 0.25em;
}
}
2015-05-08 01:49:06 +08:00
}
div.poll.pie {
.poll-container {
width: calc(100% - 30px);
border-bottom: 1px solid $primary-low;
.poll-grouped-pie-container {
width: 100%;
}
}
}