From a50fc75b01237f3447fd23518d29bd18517cc7c9 Mon Sep 17 00:00:00 2001 From: Jean-Marie Favreau Date: Thu, 3 Oct 2024 16:20:08 +0200 Subject: [PATCH] =?UTF-8?q?On=20r=C3=A9duit=20un=20peu=20la=20taille=20des?= =?UTF-8?q?=20boutons?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/agenda_culturel/static/style.scss | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/agenda_culturel/static/style.scss b/src/agenda_culturel/static/style.scss index dc8cd3e..c5e87d3 100644 --- a/src/agenda_culturel/static/style.scss +++ b/src/agenda_culturel/static/style.scss @@ -316,12 +316,12 @@ footer [data-tooltip] { } .slider-button { @extend [role="button"], .secondary; - height: 2em; - width: 2em; + height: 1.8em; + width: 1.8em; padding: 0; font-size: 150%; - border-radius: 1em; - line-height: 2em; + border-radius: .9em; + line-height: 1.8em; text-align: center; position: fixed; top: 65vh; @@ -1173,12 +1173,12 @@ article { li { list-style: none; @extend [role="button"], .secondary; - height: 2em; - width: 2em; + height: 1.8em; + width: 1.8em; padding: 0; font-size: 150%; - border-radius: 1em; - line-height: 2em; + border-radius: .9em; + line-height: 1.8em; text-align: center; z-index: 10; opacity: 0.9;