From 56abb19ef00c45786fad7577aa6078b680a9ef33 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Thu, 30 Mar 2023 10:22:08 +0200 Subject: [PATCH] villejuif: style block widgets (#76011) --- static/villejuif/_custom.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/static/villejuif/_custom.scss b/static/villejuif/_custom.scss index 583cfb5a..c5cdb2f5 100644 --- a/static/villejuif/_custom.scss +++ b/static/villejuif/_custom.scss @@ -390,3 +390,10 @@ div.ateliers div.atelier div.atelier-content img { float: right; margin-left: 5px; } + +div.BlockWidget { + border-left: 2px solid $primary-color; + div.title, div.content { + border-left: none; + } +}