img popup base
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 26s

This commit is contained in:
Julie Blanc 2026-03-23 11:13:50 +01:00
parent 87c08bc529
commit 75e7f375b3
20 changed files with 532 additions and 23 deletions

View file

@ -192,6 +192,29 @@
font-family: sans-serif;
}
.block-image.element-hovered {
outline: 2px solid #0d996050 !important;
cursor: pointer !important;
}
.block-image.element-selected {
outline: 2px dashed #0d9960 !important;
}
.image-hover-label {
position: absolute;
background: #0d9960;
color: white;
padding: 0.25rem 0.5rem;
border-radius: 4px;
font-size: 0.875rem;
font-weight: 600;
opacity: 0.3;
pointer-events: none;
z-index: 9999;
font-family: sans-serif;
}
/* Marks (to delete when merge in paged.js) */
.pagedjs_marks-crop {