Show user what options they have voted

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2021-10-22 14:52:45 +02:00
parent 98067ae877
commit 2f5fff0222
3 changed files with 12 additions and 0 deletions

Binary file not shown.

View file

@ -106,6 +106,18 @@
text-align: right; text-align: right;
} }
&.voted &__number {
width: 52px;
padding-left: 8px;
flex: 0 0 52px;
}
&__vote__mark {
float: left;
color: var(--highlight-text-color);
line-height: 18px;
}
&__footer { &__footer {
padding-top: 6px; padding-top: 6px;
padding-bottom: 5px; padding-bottom: 5px;