correction bug depot zip (bloquait le depot seulement sur le fichier .zip)

This commit is contained in:
Alexandre_BRAVO 2024-11-29 15:07:51 +01:00
parent a2d79ec7c4
commit 77a62d151c

View File

@ -619,6 +619,10 @@ video {
margin-top: 1rem;
}
.mb-14 {
margin-bottom: 3.5rem;
}
.flex {
display: flex;
}
@ -901,6 +905,10 @@ video {
background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.\!bg-NcBlue\/30 {
background-color: rgb(0 114 195 / 0.3) !important;
}
.bg-opacity-50 {
--tw-bg-opacity: 0.5;
}