modifs pas finies de la carte interactive + clean des scss
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
}
|
||||
}
|
||||
div.more-link {
|
||||
@include fluo_button();
|
||||
margin-top: 3rem;
|
||||
margin-bottom: 1.5rem;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
@include fluo_button();
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
position: absolute;
|
||||
left:0;
|
||||
@@ -69,19 +69,19 @@
|
||||
// plus sur l'accueil
|
||||
.home_consultation {
|
||||
position: relative;
|
||||
@include beige_gradient();
|
||||
width: 100%;
|
||||
padding: 4rem 0;
|
||||
@include beige_gradient();
|
||||
h2 {
|
||||
@include main_title();
|
||||
margin-bottom: 1.2rem;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
margin-left: 12.5vw;
|
||||
max-width: 50vw;
|
||||
}
|
||||
margin-bottom: 1.2rem;
|
||||
@include main_title();
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
padding-left: 0 !important;
|
||||
}
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
margin-left: 12.5vw;
|
||||
max-width: 50vw;
|
||||
}
|
||||
}
|
||||
h2 + div {
|
||||
h2, h3, h4 {
|
||||
@@ -121,3 +121,14 @@
|
||||
padding-right: 12.5vw;
|
||||
}
|
||||
}
|
||||
|
||||
#sites-map-container {
|
||||
#popup {
|
||||
h3 {
|
||||
@include sous_titre();
|
||||
}
|
||||
p {
|
||||
@include main_text_content();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user