favicon, script nbsp, pages login..., fix header logged in, équipes portrait, clean blob mask index projets
This commit is contained in:
@@ -123,19 +123,22 @@
|
||||
border-radius: 5rem;
|
||||
padding: 1rem;
|
||||
margin-right: 1rem;
|
||||
}
|
||||
&::after {
|
||||
top: 1.2rem;
|
||||
left: 1.2rem;
|
||||
position: absolute;
|
||||
content: '';
|
||||
width: 8rem;
|
||||
height: 8rem;
|
||||
background-image: url('/themes/erabletheme/assets/cercle_dessin.svg');
|
||||
background-size: cover;
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
&::after {
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 8.1rem;
|
||||
height: 8.1rem;
|
||||
margin: 1rem;
|
||||
margin-right: 2rem;
|
||||
margin-top: 1.1rem;
|
||||
position: absolute;
|
||||
content: '';
|
||||
background-image: url('/themes/erabletheme/assets/cercle_dessin.svg');
|
||||
background-size: contain;
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
}
|
||||
}
|
||||
> p.occupation {
|
||||
grid-column: 2;
|
||||
@@ -169,6 +172,7 @@
|
||||
margin: unset;
|
||||
padding: unset;
|
||||
font-weight: 800;
|
||||
margin-top: 0 !important;
|
||||
}
|
||||
}
|
||||
> p.address {
|
||||
@@ -257,12 +261,13 @@
|
||||
.views-row {
|
||||
margin-bottom: unset;
|
||||
}
|
||||
> div:first-of-type {
|
||||
> .image_presentation {
|
||||
padding: unset !important;
|
||||
grid-column: 1/2;
|
||||
grid-row: 1/6;
|
||||
justify-self: center;
|
||||
align-self: center;
|
||||
position: relative;
|
||||
> img {
|
||||
width: 8rem;
|
||||
height: 8rem;
|
||||
@@ -277,6 +282,23 @@
|
||||
margin-right: 2rem;
|
||||
}
|
||||
}
|
||||
&::after {
|
||||
top: 2px;
|
||||
left: 2px;
|
||||
width: 7.8rem;
|
||||
height: 7.8rem;
|
||||
position: absolute;
|
||||
content: '';
|
||||
background-image: url('/themes/erabletheme/assets/cercle_dessin.svg');
|
||||
background-size: contain;
|
||||
display: block;
|
||||
pointer-events: none;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
width: 13.2rem;
|
||||
height: 13.2rem;
|
||||
margin: 0.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
> .offre-structure {
|
||||
> h2 {
|
||||
@@ -337,7 +359,15 @@
|
||||
}
|
||||
> .offre-time {
|
||||
> h2, > div {
|
||||
display: inline-block;
|
||||
display: inline-block !important;
|
||||
}
|
||||
> h2 {
|
||||
text-transform: unset !important;
|
||||
font-size: $sm_font_size !important;
|
||||
color: black !important;
|
||||
margin: 0 !important;
|
||||
padding: 0 !important;
|
||||
@include main_text_content();
|
||||
}
|
||||
align-self: center;
|
||||
grid-column: 2/4;
|
||||
@@ -347,10 +377,17 @@
|
||||
margin-bottom: 0.5rem;
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
margin-top: 0;
|
||||
grid-column: 3/4;
|
||||
grid-column: 2/4;
|
||||
grid-row: 5/7;
|
||||
}
|
||||
}
|
||||
&:has(.views-field-contact a) {
|
||||
> .offre-time {
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
grid-column: 3/4;
|
||||
}
|
||||
}
|
||||
}
|
||||
> .offre-description {
|
||||
grid-column: 1/4;
|
||||
grid-row: 7/8;
|
||||
@@ -358,6 +395,9 @@
|
||||
margin-top: 2vh;
|
||||
padding-top: 6vh;
|
||||
margin-bottom: 4vh;
|
||||
p {
|
||||
margin: 1rem 0;
|
||||
}
|
||||
}
|
||||
> .liens_fixed {
|
||||
grid-row: 8/9;
|
||||
|
||||
Reference in New Issue
Block a user