From 7a72c12b94f50dfcd8059dc765f04cc534526ea8 Mon Sep 17 00:00:00 2001 From: Marjolaine Le Bon Date: Thu, 10 Sep 2020 14:51:44 +0200 Subject: [PATCH] update: integration polls step2 --- src/styles/layout/events/events.scss | 4 ++-- src/styles/layout/polls/_polls.scss | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/styles/layout/events/events.scss b/src/styles/layout/events/events.scss index 10a6093..1c10531 100644 --- a/src/styles/layout/events/events.scss +++ b/src/styles/layout/events/events.scss @@ -45,8 +45,8 @@ color: #063B5C; } } - #listevents, - #circle-listevents { + #default-listevents, + #circles-listevents { .newtype .button { font-size: 1.2rem; width: max-content; diff --git a/src/styles/layout/polls/_polls.scss b/src/styles/layout/polls/_polls.scss index 620ed82..735cad2 100644 --- a/src/styles/layout/polls/_polls.scss +++ b/src/styles/layout/polls/_polls.scss @@ -164,7 +164,8 @@ } /*personnalise css on poll page*/ #pollPage { - width: 85%; + width: 90%; + max-width: 1110px; margin: auto; h1, h2 { @@ -237,7 +238,8 @@ font-size: 16px; line-height: 26px; } - .vote-section { + .vote-section, + .share-vote { font-family: Facit; } .vote-tab-content h3::before {