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

Merged
aberriot merged 1 commits from wip/72504-avignon-icone into main 2023-01-02 16:21:56 +01:00
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;
}
}
}