Move styling of results dialog to css
This commit is contained in:
parent
baabfbcfb9
commit
b739f23d29
3 changed files with 40 additions and 11 deletions
|
@ -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;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue