bouton 1er bandeau home suite
This commit is contained in:
@@ -1,3 +1,38 @@
|
||||
@media (max-width: 1330px){
|
||||
.path-frontpage{
|
||||
.block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483{
|
||||
position: relative;
|
||||
.field--name-field-lien.field--type-link{
|
||||
position: relative;
|
||||
bottom: +387%;
|
||||
}
|
||||
.field--name-field-description{
|
||||
position: relative;
|
||||
bottom: +132%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1033px){
|
||||
.path-frontpage{
|
||||
.block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483{
|
||||
position: relative;
|
||||
.field--name-field-lien.field--type-link{
|
||||
position: relative;
|
||||
bottom: +450%;
|
||||
}
|
||||
.field--name-field-description{
|
||||
position: relative;
|
||||
bottom: +126%;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
@media (max-width: 934px){
|
||||
#block-headermenu{
|
||||
@@ -42,3 +77,4 @@
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -91,6 +91,7 @@
|
||||
.block-block-content.block-block-content9448ca2a-90e3-488b-89cf-8ec6a986a9ca{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
||||
height: 0;
|
||||
.field--type-link {
|
||||
grid-column: 3;
|
||||
// justify-self: end;
|
||||
@@ -126,41 +127,51 @@
|
||||
position: relative;
|
||||
}
|
||||
.block-block-content.block-block-content1bb9024b-d95f-4137-894c-362abf10a483{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr repeat(4, 2fr) 1fr;
|
||||
position: relative;
|
||||
background-color: $blue-light;
|
||||
width: 20%;
|
||||
float: right;
|
||||
height: 0;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
margin-right: 10%;
|
||||
.field--name-field-lien.field--type-link{
|
||||
// align-self: flex-end;
|
||||
width: fit-content;
|
||||
// height: fit-content;
|
||||
padding: 0.4rem 1rem;
|
||||
position: relative;
|
||||
bottom: +326%;
|
||||
grid-column: 5;
|
||||
width:inherit;
|
||||
font-size: 0.8rem;
|
||||
margin: auto;
|
||||
list-style: none;
|
||||
background-color: $blue-light;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
|
||||
a{
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
color: $black;
|
||||
color: $blue-dark;
|
||||
&:before{
|
||||
display: block;
|
||||
width: fit-content;
|
||||
content: url('data:image/svg+xml,<svg width="40" height="20" xmlns="http://www.w3.org/2000/svg" version="1.1"><polyline points="71.9,49 24.3,49 24.3,51 71.9,51 58.1,64.8 59.5,66.2 75.7,50 59.5,33.8 58.1,35.2" transform="scale(0.5) translate(0,-25)" fill="white" stroke="white" stroke-width="0.7"/></svg>');
|
||||
}
|
||||
}
|
||||
}
|
||||
p{
|
||||
color: $white;
|
||||
font-size: 1.2rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
margin-top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
.field--name-field-description{
|
||||
position: relative;
|
||||
bottom: +140%;
|
||||
grid-column: 5;
|
||||
background-color: $blue-light;
|
||||
p{
|
||||
color: $white;
|
||||
font-size: 1.2rem;
|
||||
padding-left: 1rem;
|
||||
padding-right: 1rem;
|
||||
margin-top: 0;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// bandeau actus
|
||||
|
||||
Reference in New Issue
Block a user