From e059d45f73b5ee16925260139bdf066a3ac1b4d0 Mon Sep 17 00:00:00 2001 From: Le Libre Au Quotidien Date: Tue, 1 Oct 2019 18:59:14 +0200 Subject: [PATCH] Add css on vote component : No works --- .../vote-choice/vote-choice.component.html | 14 ++++++------- .../vote-choice/vote-choice.component.scss | 21 +++++++++++++++++++ 2 files changed, 28 insertions(+), 7 deletions(-) diff --git a/src/app/vote-choice/vote-choice.component.html b/src/app/vote-choice/vote-choice.component.html index 455badb7..63f167a4 100644 --- a/src/app/vote-choice/vote-choice.component.html +++ b/src/app/vote-choice/vote-choice.component.html @@ -1,15 +1,15 @@
-

Jeudi 17 aout

-

08:00

+

Jeudi 17 aout

+

08:00

-

14

-

76

+

14

+

76

- - - + + +
diff --git a/src/app/vote-choice/vote-choice.component.scss b/src/app/vote-choice/vote-choice.component.scss index e66ca3a5..5695896c 100644 --- a/src/app/vote-choice/vote-choice.component.scss +++ b/src/app/vote-choice/vote-choice.component.scss @@ -2,4 +2,25 @@ width:320px; height:172px; box-shadow: 0 3px 6px 0 rgba(black, 0.2); + overflow: auto; + display:flex; +} +#vote img{ +border: 1px solid #aeafb1; +border-radius: 48px; +} +h2,h3{ + font-weight: normal; +} +span{ + font-weight: bold; + font-size:24px; +} +#nombre_vote{ + vertical-align: middle; + float:left; + +} +#nombre_vote p{ + line-height: 20px; }