diff --git a/src/app/vote-choice/vote-choice.component.html b/src/app/vote-choice/vote-choice.component.html index 250abae7..e4a30afd 100644 --- a/src/app/vote-choice/vote-choice.component.html +++ b/src/app/vote-choice/vote-choice.component.html @@ -19,17 +19,13 @@

{{choice.date | date:'EEEE'}} {{choice.date | date:'dd'}} {{choice.date | date:'LLLL'}}

08:00

-
+

{{choice.votesCount.yes}}

{{choice.votesCount.maybe}}

- - -

{{choice.votesCount.notAnswered}}

-
diff --git a/src/app/vote-choice/vote-choice.component.scss b/src/app/vote-choice/vote-choice.component.scss index 6be8b710..a1303168 100644 --- a/src/app/vote-choice/vote-choice.component.scss +++ b/src/app/vote-choice/vote-choice.component.scss @@ -5,6 +5,7 @@ overflow: auto; display: flex; align-items: center; +flex-direction: row; } .vote img{ vertical-align: middle; @@ -34,7 +35,12 @@ span { } // TODO intricate selectors .nombre_vote p { - line-height: 20px; + font-weight: normal; + font-size: 16px; +} +.vote{ + justify-content: flex-end; + align-items: flex-end; } .vote button{ border: 1px solid #aeafb1;; @@ -58,5 +64,4 @@ align-items: center; display: block; width: 20px; height: 20px; -background-color: #000 }