favicon, script nbsp, pages login..., fix header logged in, équipes portrait, clean blob mask index projets
This commit is contained in:
@@ -81,15 +81,17 @@
|
||||
grid-column-gap: 1rem;
|
||||
> .views-field-field-diaporama {
|
||||
grid-column: 1;
|
||||
grid-row: 1/4;
|
||||
grid-row: 1/3;
|
||||
align-self: start;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
> .field-content {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: auto;
|
||||
//height: 100%;
|
||||
> a {
|
||||
aspect-ratio: 1/1;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: flex;
|
||||
@@ -100,8 +102,8 @@
|
||||
mask-size: 100% auto;
|
||||
mask-position: center;
|
||||
img {
|
||||
width: 170%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
height: 100%;
|
||||
//object-fit: cover;
|
||||
}
|
||||
}
|
||||
@@ -111,7 +113,7 @@
|
||||
grid-column: 2;
|
||||
grid-row: 1;
|
||||
margin-bottom: 1rem;
|
||||
margin-left: -1rem;
|
||||
//margin-left: -1rem;
|
||||
a {
|
||||
color: $teal;
|
||||
}
|
||||
@@ -130,10 +132,12 @@
|
||||
@include sous_titre_alt();
|
||||
}
|
||||
> .views-field-field-localisation-textuel {
|
||||
grid-column: 2;
|
||||
grid-column: 1/3;
|
||||
grid-row: 3;
|
||||
margin-bottom: 1rem;
|
||||
margin-left: -0.5rem;
|
||||
padding-left: 1.2rem;
|
||||
padding-top: 0.3rem;
|
||||
//margin-left: -0.5rem;
|
||||
@include main_text_content();
|
||||
a {
|
||||
color: black;
|
||||
|
||||
Reference in New Issue
Block a user