autoprefixer
This commit is contained in:
@@ -104,6 +104,89 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (max-width: 375px){
|
||||
.node-type-static{
|
||||
div:first-child{
|
||||
display: grid;
|
||||
grid-template-columns: 1fr ;
|
||||
grid-template-rows: repeat(4, auto);
|
||||
.field--name-field-images{
|
||||
display: none;
|
||||
|
||||
}
|
||||
.field--name-field-accroche{
|
||||
grid-column: 2 /span 3;
|
||||
grid-row: 2 / span 2;
|
||||
font-size: 5rem;
|
||||
font-weight: 900;
|
||||
color: $blue-light;
|
||||
line-height: 6.9rem;
|
||||
margin-top: 2rem;
|
||||
margin-bottom: 5rem;
|
||||
width: fit-content;
|
||||
p{
|
||||
margin-top: 4rem;
|
||||
margin-bottom: 0;
|
||||
|
||||
}
|
||||
|
||||
span {
|
||||
background-color: $white;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
.field--name-title{
|
||||
grid-column: 4;
|
||||
grid-row: 2;
|
||||
margin-top: 3rem;
|
||||
|
||||
h2{
|
||||
|
||||
background-color: $white;
|
||||
a{
|
||||
color: #e1000f;
|
||||
font-weight: 900;
|
||||
text-transform: uppercase;
|
||||
font-family: "Source Code Pro";
|
||||
display: table;
|
||||
margin: 0px auto 0px auto;
|
||||
|
||||
// background-color: $white;
|
||||
}
|
||||
}
|
||||
}
|
||||
.links.inline{
|
||||
grid-column: 2;
|
||||
grid-row: 4;
|
||||
max-width: 70%;
|
||||
min-width: fit-content;
|
||||
height: 1.5rem;
|
||||
padding: 0.4rem 1rem;
|
||||
font-size: 0.8rem;
|
||||
margin-bottom: 2.5rem;
|
||||
background-color: $white;
|
||||
border: 2px solid $blue-light;
|
||||
list-style: none;
|
||||
text-align: center !important;
|
||||
|
||||
a{
|
||||
display: inline-flex;
|
||||
text-transform: uppercase;
|
||||
font-weight: 700;
|
||||
color: $blue-light;
|
||||
align-items: center;
|
||||
&:after{
|
||||
display: block;
|
||||
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="rgb(0,158,227)" stroke="rgb(0,158,227)" stroke-width="0.7"/></svg>');
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
// bouton déposer candidature
|
||||
|
||||
Reference in New Issue
Block a user