From b6fcd4517c6b80afb6bfe889b344b7e68908c514 Mon Sep 17 00:00:00 2001 From: Agate Berriot Date: Wed, 21 Dec 2022 10:10:29 +0100 Subject: [PATCH] univ-avignon: move form category cell icon outside of cell (#72504) --- static/univ-avignon/_custom.scss | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/static/univ-avignon/_custom.scss b/static/univ-avignon/_custom.scss index e0b6d3c4..9d7b680e 100644 --- a/static/univ-avignon/_custom.scss +++ b/static/univ-avignon/_custom.scss @@ -110,3 +110,18 @@ div#main-content-wrapper { color: white; } } + +.gru-content .wcsformsofcategorycell.has-asset-picture.cell { + $picture-height: 100px; + position: relative; + margin-top: $picture-height + 20px; + picture { + position: absolute; + top: -$picture-height; + width: 100%; + img { + height: $picture-height; + margin: 0 auto; + } + } +} \ No newline at end of file