reglages cartes
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 23s

This commit is contained in:
Julie Blanc 2026-03-23 12:40:47 +01:00
parent bdda8dc8a5
commit a85a810b1e
11 changed files with 641 additions and 13 deletions

View file

@ -193,13 +193,15 @@
}
.block-image.element-hovered,
.geoformat-cover-image.element-hovered {
.geoformat-cover-image.element-hovered,
.block-carte.element-hovered {
outline: 2px solid #0d996050 !important;
cursor: pointer !important;
}
.block-image.element-selected,
.geoformat-cover-image.element-selected {
.geoformat-cover-image.element-selected,
.block-carte.element-selected {
outline: 2px dashed #0d9960 !important;
}
@ -217,6 +219,20 @@
font-family: sans-serif;
}
.carte-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 {

View file

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor"><path d="M2 5.5L9 2.5L15 5.5L22 2.5V18.5L15 21.5L9 18.5L2 21.5V5.5ZM15 19.261V7.058L9 4.058V16.261L15 19.261ZM17 19.261L21 17.594V5.739L17 7.406V19.261ZM7 16.261V4.406L3 6.073V17.928L7 16.261Z"/></svg>

After

Width:  |  Height:  |  Size: 282 B