retour à l'index en cliquant sur la carte depuis une étape
This commit is contained in:
@@ -15,6 +15,9 @@ $modale-width-desktop: 50vw;
|
||||
|
||||
$brand-pattern-height: 110px;
|
||||
|
||||
$xsm-font-size-mobile: 0.5rem;
|
||||
$xsm-font-size-desktop: 0.6rem;
|
||||
|
||||
$sm-font-size-mobile: 0.6rem;
|
||||
$sm-font-size-desktop: 0.8rem;
|
||||
|
||||
@@ -163,7 +166,7 @@ body{
|
||||
}
|
||||
> #hamburger {
|
||||
position: fixed;
|
||||
height: 5vh;
|
||||
height: max(5vh, 40px);
|
||||
right: 0;
|
||||
top: 0;
|
||||
margin-right: $body-margin-x;
|
||||
@@ -1266,24 +1269,12 @@ body{
|
||||
}
|
||||
> .icon {
|
||||
z-index: 2;
|
||||
width: 10px;
|
||||
height: 30px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
> div {
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 10px;
|
||||
&:first-of-type, &:last-of-type {
|
||||
height: 8px;
|
||||
clip-path: polygon(0 0, 100% 0, 50% 100%);
|
||||
}
|
||||
&:first-of-type {
|
||||
transform: rotate(180deg);
|
||||
}
|
||||
}
|
||||
width: 25px;
|
||||
height: 25px;
|
||||
mask-image: url("/themes/custom/caravane/assets/pictograms/hexagone.svg");
|
||||
mask-size: contain;
|
||||
mask-repeat: no-repeat;
|
||||
margin-right: -8px;
|
||||
}
|
||||
> .card-content {
|
||||
z-index: 1;
|
||||
@@ -1297,21 +1288,21 @@ body{
|
||||
padding: 1rem 0.5rem;
|
||||
font-weight: bold;
|
||||
font-family: 'Joost', sans-serif;
|
||||
font-size: $m-font-size-mobile;
|
||||
font-size: $labeur-font-size-mobile;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $m-font-size-desktop;
|
||||
font-size: $labeur-font-size-desktop;
|
||||
}
|
||||
> span {
|
||||
font-weight: lighter;
|
||||
}
|
||||
}
|
||||
> .date {
|
||||
font-size: $sm-font-size-mobile;
|
||||
font-size: $xsm-font-size-mobile;
|
||||
font-family: 'Marianne', sans-serif;
|
||||
font-weight: lighter;
|
||||
padding-bottom: 1rem;
|
||||
@media screen and (min-width: $desktop-min-width) {
|
||||
font-size: $sm-font-size-desktop;
|
||||
font-size: $xsm-font-size-desktop;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user