MODIFS CONFIGS : fetch ressources content
This commit is contained in:
@@ -773,6 +773,22 @@ body{
|
||||
font-size: $labeur-font-size-desktop;
|
||||
width: $modale-width-desktop;
|
||||
}
|
||||
&:has(#centre-de-ressource) {
|
||||
@media screen and (min-width: $tablet-min-width) {
|
||||
left: 8vw;
|
||||
width: 84vw;
|
||||
.locality-title {
|
||||
width: 42vw;
|
||||
margin-left: 21vw;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
.locality-title {
|
||||
width: 30vw;
|
||||
margin-left: 27vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
@@ -1157,6 +1173,9 @@ body{
|
||||
margin-top: 10vh;
|
||||
}
|
||||
}
|
||||
#centre-de-ressource {
|
||||
background-color: red;
|
||||
}
|
||||
}
|
||||
> .pieces-jointes {
|
||||
z-index: 1;
|
||||
|
Reference in New Issue
Block a user