From 4523b278dd4db07a91ae61a50e693fee9291b9f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Mon, 3 Apr 2023 16:51:03 +0200 Subject: [PATCH 1/2] finistere: put cell pictures in title (#75981) --- static/finistere/_custom.scss | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/static/finistere/_custom.scss b/static/finistere/_custom.scss index 63de88e3..f9eb18c9 100644 --- a/static/finistere/_custom.scss +++ b/static/finistere/_custom.scss @@ -58,6 +58,29 @@ h1#logo.has-logo { } } +.gru-content { + div.link-list-cell, + div.wcsformsofcategorycell { + position: relative; + + h2:first-child { + padding-left: 2.5rem; + } + + &.has-asset-picture picture { + position: absolute; + top: 0; + left: 0.5rem; + padding: 0.7rem 0; + + img { + padding: 0; + height: 2.1rem; + } + } + } +} + input, input[type="search"], textarea, select { &:not([readonly]) { &:hover, &:focus { -- 2.39.2 From 53bc7f84b8a0634f01a28d9658e0b6228316c6a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Mon, 3 Apr 2023 16:53:27 +0200 Subject: [PATCH 2/2] finistere: change buttons order(#75981) --- static/finistere/_vars.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/finistere/_vars.scss b/static/finistere/_vars.scss index da304222..527c1faa 100644 --- a/static/finistere/_vars.scss +++ b/static/finistere/_vars.scss @@ -71,7 +71,7 @@ $wcs-step-color: $blue-3; $wcs-step-border-bottom: 1px solid $wcs-step-color; $wcs-step-current-border-bottom: 1px solid $primary-color; $wcs-step-marker-size: 1.8em; -$buttons-order: previous, cancel (grow), submit; +$buttons-order: previous, submit (grow), cancel; $footer-background: $blue-3; $footer-color: black; -- 2.39.2