reglages cartes
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 23s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 23s
This commit is contained in:
parent
bdda8dc8a5
commit
a85a810b1e
11 changed files with 641 additions and 13 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue