degug css /ressources

This commit is contained in:
Ouidade Soussi Chiadmi 2025-03-14 16:34:59 +01:00
parent e3447fac33
commit b1c23fe6a1
2 changed files with 4 additions and 4 deletions

View File

@ -3963,8 +3963,8 @@ main {
grid-column: 2;
}
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row .type-vidéo .field_body {
opacity: 1;
transform: none;
opacity: 1 !important;
transform: none !important;
}
#ressources .layout-content .content_container .views-element-container .view-rows-wrapper .views-row:has(.type-podcast) {
width: 50%;

View File

@ -182,8 +182,8 @@
}
.type-vidéo{
.field_body{
opacity: 1;
transform: none;
opacity: 1 !important;
transform: none !important;
}
}
}