Move poll option styling to css file
This commit is contained in:
parent
22729f4513
commit
3730cb4653
2 changed files with 19 additions and 12 deletions
|
@ -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