Merge 397f9b6e5a
into 865c5b0e9c
This commit is contained in:
commit
553549ae4d
13 changed files with 1016 additions and 209 deletions
|
@ -18,6 +18,7 @@
|
|||
@import "./components/views/dialogs/polls/_PollDetailHeader.pcss";
|
||||
@import "./components/views/dialogs/polls/_PollListItem.pcss";
|
||||
@import "./components/views/dialogs/polls/_PollListItemEnded.pcss";
|
||||
@import "./components/views/dialogs/polls/_PollResultsDialog.pcss";
|
||||
@import "./components/views/elements/_AppPermission.pcss";
|
||||
@import "./components/views/elements/_AppWarning.pcss";
|
||||
@import "./components/views/elements/_FilterDropdown.pcss";
|
||||
|
|
|
@ -0,0 +1,24 @@
|
|||
.mx_AnswerEntry:not(:last-child) {
|
||||
margin-bottom: $spacing-8;
|
||||
}
|
||||
|
||||
.mx_AnswerEntry_Header {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: $spacing-8;
|
||||
}
|
||||
|
||||
.mx_AnswerEntry_Header_answerName {
|
||||
font-weight: bolder;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.mx_VoterEntry {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-left: $spacing-16;
|
||||
}
|
||||
|
||||
.mx_VoterEntry_AvatarWrapper {
|
||||
margin-right: $spacing-8;
|
||||
}
|
|
@ -35,6 +35,14 @@ Please see LICENSE files in the repository root for full details.
|
|||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.mx_PollOption_votesWrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.mx_PollOption_facePile {
|
||||
margin-right: $spacing-8;
|
||||
}
|
||||
|
||||
.mx_PollOption_optionVoteCount {
|
||||
color: $secondary-content;
|
||||
font-size: $font-12px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue