univ-avignon: move form category cell icon outside of cell (#72504)

This commit is contained in:
Agate 2022-12-21 10:10:29 +01:00 committed by Gitea
parent fcf0adc41e
commit b6fcd4517c
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;
}
}
}