univ-avignon: move form category cell icon outside of cell (#72504)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Agate 2022-12-21 10:10:29 +01:00
parent 8a3136b82f
commit 8e4797e561
1 changed files with 15 additions and 0 deletions

View File

@ -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;
}
}
}