From d03a2cf33d4c9568d735e664be82e211f773e7d5 Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Thu, 13 Oct 2022 11:47:09 +0200 Subject: [PATCH 5/6] fixup! saumur: new theme (#69791) --- static/saumur/_custom.scss | 12 ++++++------ static/saumur/config.json | 3 ++- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/static/saumur/_custom.scss b/static/saumur/_custom.scss index d2a31ae5..03f32c08 100644 --- a/static/saumur/_custom.scss +++ b/static/saumur/_custom.scss @@ -25,7 +25,7 @@ main { #logo { @media screen and ($max-mobile-viewport) { - padding: 0 $space-xsmall; + padding: 0 $space-small; } } @@ -183,15 +183,15 @@ div.link-cell { position: relative; } h2:first-child { - padding-left: $space-large * 1.75; + padding-left: $space-large * 1.5; width: 100%; } img { position: absolute; - width: $space-large * 1.5; - max-height: $space-large * 1.5; - top: $space-xsmall; - left: $space-small; + padding: 0 !important; + width: $space-large; + top: $space-small; + left: $space-medium; } &.foldable:not(.folded) picture::after { @extend %orange-border; diff --git a/static/saumur/config.json b/static/saumur/config.json index c95536a7..1a34e42d 100644 --- a/static/saumur/config.json +++ b/static/saumur/config.json @@ -1,7 +1,8 @@ { "label": "Saumur Agglomération", "variables": { - "theme_color": "#EA5625" + "theme_color": "#EA5625", + "cell_picture_size" : "150x150" }, "settings": { "combo": { -- 2.37.2