modifs pas finies de la carte interactive + clean des scss
This commit is contained in:
@@ -58,10 +58,6 @@ a {
|
||||
margin-top: calc(10vh + 3rem);
|
||||
}
|
||||
} */
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.layout-container {
|
||||
margin: 0 !important;
|
||||
}
|
||||
@@ -78,6 +74,9 @@ em {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* * {
|
||||
border: solid 1px red !important;
|
||||
} */
|
||||
/* PARTIALS */
|
||||
body.toolbar-tray-open header[role=banner] {
|
||||
left: 15rem !important;
|
||||
@@ -352,7 +351,7 @@ body.toolbar-fixed header[role=banner] {
|
||||
}
|
||||
.layout-container #block-erabletheme-navigationprincipale {
|
||||
background: linear-gradient(to bottom, white, transparent);
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
display: none;
|
||||
position: absolute;
|
||||
padding-top: 1rem;
|
||||
@@ -423,10 +422,9 @@ body.toolbar-fixed header[role=banner] {
|
||||
}
|
||||
|
||||
.layout-container > footer {
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
z-index: 99;
|
||||
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
|
||||
margin-top: 50px;
|
||||
padding: 0 3vw;
|
||||
}
|
||||
@@ -524,11 +522,13 @@ body.toolbar-fixed header[role=banner] {
|
||||
.layout-container > footer #footer_middle #footer_section #footer_right #block-erabletheme-socialmedialinks-2 ul li a svg.ext {
|
||||
display: none;
|
||||
}
|
||||
.layout-container > footer #footer_middle #footer_section #footer_right #block-erabletheme-socialmedialinks-2 ul li:last-of-type {
|
||||
margin-left: 25px;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.layout-container > footer #footer_middle #footer_section #footer_right {
|
||||
width: 25vw;
|
||||
padding-left: 15vw;
|
||||
padding-right: 3vw;
|
||||
width: auto;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
@@ -542,54 +542,60 @@ body.toolbar-fixed header[role=banner] {
|
||||
}
|
||||
}
|
||||
|
||||
.slick-container {
|
||||
@media screen and (min-width: 760px) {
|
||||
.carousel_container {
|
||||
width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
.carousel_container .slick-container {
|
||||
width: 100%;
|
||||
margin-bottom: 5rem;
|
||||
}
|
||||
@media screen and (min-width: 760px) {
|
||||
.slick-container {
|
||||
.carousel_container .slick-container {
|
||||
width: 200vw;
|
||||
transform: translateX(-50vw);
|
||||
}
|
||||
}
|
||||
.slick-container div.views-row {
|
||||
.carousel_container .slick-container div.views-row {
|
||||
padding: 0 3vw;
|
||||
}
|
||||
@media screen and (min-width: 760px) {
|
||||
.slick-container div.views-row {
|
||||
.carousel_container .slick-container div.views-row {
|
||||
padding: 0 6vw;
|
||||
}
|
||||
}
|
||||
.slick-container div.views-row > article {
|
||||
.carousel_container .slick-container div.views-row > article {
|
||||
width: 100%;
|
||||
}
|
||||
.slick-container div.views-row > article > div:first-of-type {
|
||||
.carousel_container .slick-container div.views-row > article > div:first-of-type {
|
||||
overflow-y: hidden;
|
||||
padding: 0 !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
.slick-container div.views-row > article > div:first-of-type > div {
|
||||
.carousel_container .slick-container div.views-row > article > div:first-of-type > div {
|
||||
width: 100%;
|
||||
}
|
||||
.slick-container div.views-row > article > div:first-of-type > div > a {
|
||||
.carousel_container .slick-container div.views-row > article > div:first-of-type > div > a {
|
||||
max-width: 100%;
|
||||
}
|
||||
.slick-container div.views-row > article > div:first-of-type > div > a img {
|
||||
.carousel_container .slick-container div.views-row > article > div:first-of-type > div > a img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.slick-container div.views-row > article .preview_meta {
|
||||
.carousel_container .slick-container div.views-row > article .preview_meta {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
.slick-container div.views-row > article h2, .slick-container div.views-row > article .preview_sous_titre {
|
||||
.carousel_container .slick-container div.views-row > article h2, .carousel_container .slick-container div.views-row > article .preview_sous_titre {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
.slick-container .slick-arrow {
|
||||
.carousel_container .slick-container .slick-arrow {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
border-radius: 1.5rem;
|
||||
@@ -599,19 +605,19 @@ body.toolbar-fixed header[role=banner] {
|
||||
bottom: calc(-25px - 4rem);
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.slick-container .slick-arrow {
|
||||
.carousel_container .slick-container .slick-arrow {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
bottom: calc(-25px - 6rem);
|
||||
}
|
||||
}
|
||||
.slick-container .slick-arrow:hover {
|
||||
.carousel_container .slick-container .slick-arrow:hover {
|
||||
background-color: white !important;
|
||||
}
|
||||
.slick-container .slick-arrow:hover::before {
|
||||
.carousel_container .slick-container .slick-arrow:hover::before {
|
||||
color: #038788;
|
||||
}
|
||||
.slick-container .slick-arrow::before {
|
||||
.carousel_container .slick-container .slick-arrow::before {
|
||||
opacity: 1 !important;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
@@ -620,57 +626,57 @@ body.toolbar-fixed header[role=banner] {
|
||||
font-size: 0.8rem !important;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.slick-container .slick-arrow::before {
|
||||
.carousel_container .slick-container .slick-arrow::before {
|
||||
font-size: 1.2rem !important;
|
||||
}
|
||||
}
|
||||
.slick-container .slick-prev {
|
||||
.carousel_container .slick-container .slick-prev {
|
||||
left: 20vw;
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.slick-container .slick-prev {
|
||||
@media (min-width: 760px) {
|
||||
.carousel_container .slick-container .slick-prev {
|
||||
left: 85vw;
|
||||
}
|
||||
}
|
||||
.slick-container .slick-next {
|
||||
.carousel_container .slick-container .slick-next {
|
||||
right: 20vw;
|
||||
}
|
||||
@media (min-width: 1080px) {
|
||||
.slick-container .slick-next {
|
||||
@media (min-width: 760px) {
|
||||
.carousel_container .slick-container .slick-next {
|
||||
right: 85vw;
|
||||
}
|
||||
}
|
||||
.slick-container > div > div > div:first-of-type {
|
||||
.carousel_container .slick-container > div > div > div:first-of-type {
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.slick-container > div > div > div:first-of-type {
|
||||
.carousel_container .slick-container > div > div > div:first-of-type {
|
||||
margin-bottom: 6rem;
|
||||
}
|
||||
}
|
||||
.slick-container #carousel_dots {
|
||||
.carousel_container .slick-container #carousel_dots {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
margin-top: -15px;
|
||||
}
|
||||
.slick-container #carousel_dots ul {
|
||||
.carousel_container .slick-container #carousel_dots ul {
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
}
|
||||
.slick-container #carousel_dots ul li.slick-active button::before {
|
||||
.carousel_container .slick-container #carousel_dots ul li.slick-active button::before {
|
||||
color: #038788;
|
||||
}
|
||||
.slick-container #carousel_dots ul li button::before {
|
||||
.carousel_container .slick-container #carousel_dots ul li button::before {
|
||||
color: rgb(0.9, 0.9, 0.9);
|
||||
}
|
||||
.slick-container footer {
|
||||
.carousel_container .slick-container footer {
|
||||
text-align: center;
|
||||
margin-top: 4rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
.slick-container footer a {
|
||||
.carousel_container .slick-container footer a {
|
||||
text-align: center;
|
||||
color: black;
|
||||
font-family: "Marianne", sans-serif;
|
||||
@@ -681,10 +687,10 @@ body.toolbar-fixed header[role=banner] {
|
||||
padding: 9px 18px;
|
||||
transition: background-color 0.3s ease;
|
||||
}
|
||||
.slick-container footer a svg {
|
||||
.carousel_container .slick-container footer a svg {
|
||||
display: none;
|
||||
}
|
||||
.slick-container footer a:hover {
|
||||
.carousel_container .slick-container footer a:hover {
|
||||
background-color: #00ff80;
|
||||
}
|
||||
|
||||
@@ -740,11 +746,11 @@ body.toolbar-fixed header[role=banner] {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
.actu_full h3, .actu_full h4, .actu_full h5, .actu_full h6 {
|
||||
margin-bottom: 1rem;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: #038788;
|
||||
font-weight: 800;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.actu_full h3, .actu_full h4, .actu_full h5, .actu_full h6 {
|
||||
@@ -844,13 +850,13 @@ body.toolbar-fixed header[role=banner] {
|
||||
}
|
||||
}
|
||||
.views-row article.actu-teaser h2 {
|
||||
margin-bottom: 0.5rem;
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 0.5rem;
|
||||
}
|
||||
.views-row article.actu-teaser h2 a {
|
||||
color: #038788;
|
||||
@@ -1046,18 +1052,18 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
|
||||
.home_consultation {
|
||||
position: relative;
|
||||
background: linear-gradient(to bottom, #fcf9ee 80%, white 100%);
|
||||
width: 100%;
|
||||
padding: 4rem 0;
|
||||
background: linear-gradient(to bottom, #fcf9ee 80%, white 100%);
|
||||
}
|
||||
.home_consultation h2 {
|
||||
margin-bottom: 1.2rem;
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
.home_consultation h2 a {
|
||||
color: #038788;
|
||||
@@ -1144,6 +1150,23 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
}
|
||||
}
|
||||
|
||||
#sites-map-container #popup h3 {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: #038788;
|
||||
font-weight: 800;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
#sites-map-container #popup h3 {
|
||||
font-size: 1.2rem;
|
||||
}
|
||||
}
|
||||
#sites-map-container #popup p {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
.fullpage {
|
||||
margin-bottom: 10vh;
|
||||
margin-top: -3vh;
|
||||
@@ -1152,12 +1175,6 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
position: relative;
|
||||
}
|
||||
.fullpage > h2 {
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 7vh;
|
||||
background-color: #fcf9ee;
|
||||
@@ -1165,6 +1182,12 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.fullpage > h2 a {
|
||||
color: #038788;
|
||||
@@ -1185,12 +1208,6 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
color: #314e41;
|
||||
}
|
||||
.fullpage .fullpage_content > h2 {
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 1rem;
|
||||
background-color: #fcf9ee;
|
||||
@@ -1198,6 +1215,12 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
.fullpage .fullpage_content > h2 a {
|
||||
color: #038788;
|
||||
@@ -1213,18 +1236,18 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
}
|
||||
}
|
||||
.fullpage .fullpage_content .sous_titre {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
}
|
||||
.fullpage .fullpage_content p {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.fullpage .fullpage_content p {
|
||||
padding: 0 3vw;
|
||||
margin-bottom: 2rem;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.fullpage .fullpage_content p:first-of-type {
|
||||
margin-top: 7vh;
|
||||
@@ -1273,12 +1296,12 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
display: none;
|
||||
}
|
||||
.fullpage .fullpage_content h3, .fullpage .fullpage_content h4, .fullpage .fullpage_content h5, .fullpage .fullpage_content h6 {
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 3vw;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: #038788;
|
||||
font-weight: 800;
|
||||
margin-bottom: 1rem;
|
||||
padding-left: 3vw;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.fullpage .fullpage_content h3, .fullpage .fullpage_content h4, .fullpage .fullpage_content h5, .fullpage .fullpage_content h6 {
|
||||
@@ -1335,12 +1358,12 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
}
|
||||
.paragraph--type--membre-equipe > div:nth-of-type(2),
|
||||
.paragraph--type--membre-equipe > div:nth-of-type(3) {
|
||||
margin-bottom: 2vh;
|
||||
align-self: flex-end;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 0.9rem;
|
||||
color: #038788;
|
||||
font-weight: 800;
|
||||
margin-bottom: 2vh;
|
||||
align-self: flex-end;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.paragraph--type--membre-equipe > div:nth-of-type(2),
|
||||
@@ -1352,10 +1375,10 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
padding-left: 0.5rem;
|
||||
}
|
||||
.paragraph--type--membre-equipe > div:last-of-type {
|
||||
grid-column: 2/4;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
grid-column: 2/4;
|
||||
}
|
||||
@media (min-width: 760px) {
|
||||
.paragraph--type--membre-equipe {
|
||||
@@ -1384,10 +1407,10 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
.content_gouvernance .views-row article > h2 + div > div {
|
||||
margin-bottom: 2em;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
margin-bottom: 2em;
|
||||
}
|
||||
.content_gouvernance .views-row article > div:first-of-type {
|
||||
height: unset;
|
||||
@@ -1666,10 +1689,10 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
background-color: white;
|
||||
}
|
||||
.fullpage.meetup > .meetup_list > .views-row > a > article > p, .fullpage.meetup > .meetup_list > .views-row > a > article > a, .fullpage.meetup > .meetup_list > .views-row > a > article > div, .fullpage.meetup > .meetup_list > .views-row > a > article > a > h2, .fullpage.meetup > .meetup_list > .views-row > article > p, .fullpage.meetup > .meetup_list > .views-row > article > a, .fullpage.meetup > .meetup_list > .views-row > article > div, .fullpage.meetup > .meetup_list > .views-row > article > a > h2 {
|
||||
padding: 0.2rem 0;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
padding: 0.2rem 0;
|
||||
}
|
||||
.fullpage.meetup > .meetup_list > .views-row > a > article > a:not(.author, .offre-title, [title="Voir le profil utilisateur."]), .fullpage.meetup > .meetup_list > .views-row > article > a:not(.author, .offre-title, [title="Voir le profil utilisateur."]) {
|
||||
grid-column: 1;
|
||||
@@ -1737,33 +1760,33 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
display: none !important;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form {
|
||||
display: flex;
|
||||
margin-left: 3vw;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
display: flex;
|
||||
margin-left: 3vw;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div {
|
||||
width: auto;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div > select {
|
||||
font-size: 0.8rem;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div:last-of-type {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
.fullpage.meetup > .views-exposed-form > div:last-of-type > input {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
font-size: 0.8rem;
|
||||
background-color: #038788;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: 1rem;
|
||||
line-height: 1.4;
|
||||
}
|
||||
.fullpage.meetup .ornements_top_over {
|
||||
top: -15vh;
|
||||
@@ -1787,14 +1810,14 @@ main.main-login .login > div > div:not(.hidden) form .button:hover, main.main-lo
|
||||
color: #038788;
|
||||
}
|
||||
.fullpage.meetup-offre > h2 {
|
||||
margin-bottom: 3vh;
|
||||
width: auto;
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: 1.2rem;
|
||||
padding: 0 3vw;
|
||||
margin-top: 1rem;
|
||||
color: #038788;
|
||||
text-transform: uppercase;
|
||||
margin-bottom: 3vh;
|
||||
width: auto;
|
||||
}
|
||||
.fullpage.meetup-offre > h2 a {
|
||||
color: #038788;
|
||||
|
File diff suppressed because one or more lines are too long
@@ -5,17 +5,17 @@
|
||||
@include beige_gradient();
|
||||
position: relative;
|
||||
> h2 {
|
||||
@include main_title();
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 7vh;
|
||||
background-color: $beige;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
background-color: unset;
|
||||
}
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 7vh;
|
||||
background-color: $beige;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
@include main_title();
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
background-color: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.legende {
|
||||
@@ -26,29 +26,29 @@
|
||||
|
||||
.fullpage_content {
|
||||
> h2 {
|
||||
@include main_title();
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $beige;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
background-color: unset;
|
||||
}
|
||||
margin-top: 5vh;
|
||||
margin-bottom: 1rem;
|
||||
background-color: $beige;
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
width: auto;
|
||||
display: inline-block;
|
||||
@include main_title();
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
background-color: unset;
|
||||
}
|
||||
}
|
||||
|
||||
.sous_titre {
|
||||
@include main_text_content();
|
||||
font-size: $l_font_size;
|
||||
padding: 0 $x_margin;
|
||||
font-size: $l_font_size;
|
||||
padding: 0 $x_margin;
|
||||
@include main_text_content();
|
||||
}
|
||||
|
||||
p {
|
||||
@include main_text_content();
|
||||
padding: 0 $x_margin;
|
||||
margin-bottom: 2rem;
|
||||
padding: 0 $x_margin;
|
||||
margin-bottom: 2rem;
|
||||
@include main_text_content();
|
||||
}
|
||||
|
||||
p:first-of-type {
|
||||
@@ -57,26 +57,26 @@
|
||||
|
||||
|
||||
.liens_fixed > div > div, .file_fixed > div > div {
|
||||
padding: 0 calc($x_margin / 2);
|
||||
text-align: right;
|
||||
margin: 2rem 0;
|
||||
@include fluo_button();
|
||||
padding: 0 calc($x_margin / 2);
|
||||
text-align: right;
|
||||
margin: 2rem 0;
|
||||
@include fluo_button();
|
||||
a {
|
||||
display: inline-block;
|
||||
}
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
margin-bottom: 0 !important;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
left: 75vw;
|
||||
bottom: 10vh;
|
||||
> div {
|
||||
height: 3vh;
|
||||
}
|
||||
a {
|
||||
display: inline-block;
|
||||
}
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
margin-bottom: 0 !important;
|
||||
margin: 0;
|
||||
position: fixed;
|
||||
left: 75vw;
|
||||
bottom: 10vh;
|
||||
> div {
|
||||
height: 3vh;
|
||||
}
|
||||
a {
|
||||
max-width: calc(25vw - $x_margin * 2);
|
||||
}
|
||||
max-width: calc(25vw - $x_margin * 2);
|
||||
}
|
||||
}
|
||||
}
|
||||
.file_fixed span:last-of-type {
|
||||
display: none;
|
||||
@@ -84,9 +84,9 @@
|
||||
|
||||
|
||||
h3, h4, h5, h6 {
|
||||
@include sous_titre();
|
||||
margin-bottom: 1rem;
|
||||
padding-left: $x_margin;
|
||||
margin-bottom: 1rem;
|
||||
padding-left: $x_margin;
|
||||
@include sous_titre();
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -20,12 +20,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
> div:nth-of-type(2),
|
||||
> div:nth-of-type(3) {
|
||||
@include sous_titre();
|
||||
margin-bottom: 2vh;
|
||||
align-self: flex-end;
|
||||
margin-bottom: 2vh;
|
||||
align-self: flex-end;
|
||||
@include sous_titre();
|
||||
}
|
||||
|
||||
> div:nth-of-type(3) {
|
||||
@@ -33,8 +33,8 @@
|
||||
}
|
||||
|
||||
> div:last-of-type {
|
||||
@include main_text_content();
|
||||
grid-column: 2 / 4;
|
||||
grid-column: 2 / 4;
|
||||
@include main_text_content();
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
grid-template-columns: 10vw auto 1fr;
|
||||
@@ -60,19 +60,19 @@
|
||||
margin-bottom: 2vh;
|
||||
article {
|
||||
> h2 {
|
||||
margin-bottom: 2vh;
|
||||
@include sous_titre_alt();
|
||||
margin-bottom: 2vh;
|
||||
@include sous_titre_alt();
|
||||
}
|
||||
> h2 + div > div {
|
||||
@include main_text_content();
|
||||
margin-bottom: 2em;
|
||||
margin-bottom: 2em;
|
||||
@include main_text_content();
|
||||
}
|
||||
> div:first-of-type {
|
||||
height: unset;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -108,8 +108,8 @@
|
||||
grid-template-rows: repeat(6, auto);
|
||||
background-color: white;
|
||||
> p, > a, > div, > a > h2 {
|
||||
@include main_text_content();
|
||||
padding: 0.2rem 0;
|
||||
padding: 0.2rem 0;
|
||||
@include main_text_content();
|
||||
}
|
||||
> a:not(.author, .offre-title, [title="Voir le profil utilisateur."]) {
|
||||
grid-column: 1;
|
||||
@@ -182,25 +182,25 @@
|
||||
}
|
||||
}
|
||||
> .views-exposed-form {
|
||||
@include main_text_content();
|
||||
display: flex;
|
||||
margin-left: $x_margin;
|
||||
> div {
|
||||
width: auto;
|
||||
> select {
|
||||
@include main_text_content();
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
display: flex;
|
||||
margin-left: $x_margin;
|
||||
@include main_text_content();
|
||||
> div {
|
||||
width: auto;
|
||||
> select {
|
||||
font-size: 0.8rem;
|
||||
@include main_text_content();
|
||||
}
|
||||
}
|
||||
> div:last-of-type {
|
||||
margin-left: 1rem;
|
||||
> input {
|
||||
@include main_text_content();
|
||||
font-size: 0.8rem;
|
||||
background-color: $teal;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
font-size: 0.8rem;
|
||||
background-color: $teal;
|
||||
color: white;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
@include main_text_content();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -226,9 +226,9 @@
|
||||
}
|
||||
}
|
||||
> h2 {
|
||||
@include main_title();
|
||||
margin-bottom: 3vh;
|
||||
width: auto;
|
||||
margin-bottom: 3vh;
|
||||
width: auto;
|
||||
@include main_title();
|
||||
}
|
||||
> .offre-content {
|
||||
> div {
|
||||
|
@@ -30,13 +30,13 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
> div:nth-of-type(2) {
|
||||
@include main_text_content();
|
||||
margin-bottom: 2rem;
|
||||
padding-left: $x_margin;
|
||||
}
|
||||
|
||||
|
||||
> div:last-of-type {
|
||||
grid-column: 1 / 3;
|
||||
width: 100%;
|
||||
@@ -49,4 +49,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -6,10 +6,6 @@
|
||||
}
|
||||
} */
|
||||
|
||||
body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.layout-container {
|
||||
margin: 0 !important;
|
||||
}
|
||||
@@ -25,3 +21,8 @@ em {
|
||||
#block-erabletheme-titredepage {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// debug
|
||||
/* * {
|
||||
border: solid 1px red !important;
|
||||
} */
|
||||
|
@@ -9,58 +9,58 @@ $title_size: 2.3rem;
|
||||
/* MIXINS */
|
||||
|
||||
@mixin main_title() {
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: $l_font_size;
|
||||
padding: 0 $x_margin;
|
||||
margin-top: 1rem;
|
||||
color: $teal;
|
||||
text-transform: uppercase;
|
||||
a {
|
||||
color: $teal;
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
font-size: $title_size;
|
||||
}
|
||||
font-family: "Barlow Condensed", sans-serif;
|
||||
font-size: $l_font_size;
|
||||
padding: 0 $x_margin;
|
||||
margin-top: 1rem;
|
||||
color: $teal;
|
||||
text-transform: uppercase;
|
||||
a {
|
||||
color: $teal;
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
font-size: $title_size;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin main_text_content() {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: $main_font_size;
|
||||
line-height: 1.4;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: $main_font_size;
|
||||
line-height: 1.4;
|
||||
}
|
||||
|
||||
@mixin sous_titre() {
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: $m_font_size;
|
||||
color: $teal;
|
||||
font-weight: 800;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
font-size: $l_font_size;
|
||||
}
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-size: $m_font_size;
|
||||
color: $teal;
|
||||
font-weight: 800;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
font-size: $l_font_size;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin sous_titre_alt() {
|
||||
font-family: "Barlow", sans-serif;
|
||||
color: black;
|
||||
font-size: $xl_font_size;
|
||||
font-family: "Barlow", sans-serif;
|
||||
color: black;
|
||||
font-size: $xl_font_size;
|
||||
}
|
||||
|
||||
@mixin fluo_button() {
|
||||
a {
|
||||
text-align: center;
|
||||
color: black;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-weight: 800;
|
||||
font-size: $m_font_size;
|
||||
background-color: white;
|
||||
border: solid 2px $fluo_green;
|
||||
padding: 9px 18px;
|
||||
transition: background-color 0.3s ease;
|
||||
svg {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
a:hover {
|
||||
background-color: $fluo_green;
|
||||
a {
|
||||
text-align: center;
|
||||
color: black;
|
||||
font-family: "Marianne", sans-serif;
|
||||
font-weight: 800;
|
||||
font-size: $m_font_size;
|
||||
background-color: white;
|
||||
border: solid 2px $fluo_green;
|
||||
padding: 9px 18px;
|
||||
transition: background-color 0.3s ease;
|
||||
svg {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
a:hover {
|
||||
background-color: $fluo_green;
|
||||
}
|
||||
}
|
||||
|
@@ -54,8 +54,8 @@
|
||||
}
|
||||
|
||||
h3, h4, h5, h6 {
|
||||
@include sous_titre();
|
||||
margin-bottom: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
@include sous_titre();
|
||||
}
|
||||
|
||||
.liens_fixed > div > div:nth-of-type(2), .file_fixed > div > div > div {
|
||||
@@ -83,4 +83,4 @@
|
||||
.file_fixed span:last-of-type {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -48,8 +48,8 @@
|
||||
}
|
||||
|
||||
h2 {
|
||||
@include main_title();
|
||||
margin-bottom: 0.5rem;
|
||||
margin-bottom: 0.5rem;
|
||||
@include main_title();
|
||||
}
|
||||
}
|
||||
|
||||
|
@@ -1,115 +1,121 @@
|
||||
.slick-container {
|
||||
.carousel_container {
|
||||
@media screen and (min-width: $breakpoint_tablet) {
|
||||
width: 100%;
|
||||
margin-bottom: 5rem;
|
||||
@media screen and (min-width: $breakpoint_tablet) {
|
||||
width: 200vw;
|
||||
transform: translateX(-50vw);
|
||||
}
|
||||
div.views-row {
|
||||
padding: 0 3vw;
|
||||
@media screen and (min-width: $breakpoint_tablet) {
|
||||
padding: 0 6vw;
|
||||
}
|
||||
> article {
|
||||
width: 100%;
|
||||
> div:first-of-type { // container du lien image
|
||||
overflow-y: hidden;
|
||||
padding: 0 !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
> div {
|
||||
width: 100%;
|
||||
> a {
|
||||
max-width: 100%;
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
.preview_meta {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
h2, .preview_sous_titre {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
overflow-x: hidden;
|
||||
}
|
||||
.slick-container {
|
||||
width: 100%;
|
||||
margin-bottom: 5rem;
|
||||
@media screen and (min-width: $breakpoint_tablet) {
|
||||
width: 200vw;
|
||||
transform: translateX(-50vw);
|
||||
}
|
||||
}
|
||||
.slick-arrow {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
border-radius: 1.5rem;
|
||||
background-color: $teal !important;
|
||||
transition: background-color 0.3s ease;
|
||||
top: unset !important;
|
||||
bottom: calc(-25px - 4rem);
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
bottom: calc(-25px - 6rem);
|
||||
}
|
||||
&:hover {
|
||||
background-color: white !important;
|
||||
&::before {
|
||||
color: $teal;
|
||||
div.views-row {
|
||||
padding: 0 3vw;
|
||||
@media screen and (min-width: $breakpoint_tablet) {
|
||||
padding: 0 6vw;
|
||||
}
|
||||
> article {
|
||||
width: 100%;
|
||||
> div:first-of-type { // container du lien image
|
||||
overflow-y: hidden;
|
||||
padding: 0 !important;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
> div {
|
||||
width: 100%;
|
||||
> a {
|
||||
max-width: 100%;
|
||||
img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
&::before {
|
||||
opacity: 1 !important;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-family: 'Marianne', sans-serif;
|
||||
display: block;
|
||||
font-size: $sm_font_size !important;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
font-size: $l_font_size !important;
|
||||
.preview_meta {
|
||||
margin-left: 0;
|
||||
margin-right: 0;
|
||||
}
|
||||
h2, .preview_sous_titre {
|
||||
padding-left: 0;
|
||||
padding-right: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.slick-prev {
|
||||
left: 20vw;
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
left: calc(50vw + 35vw);
|
||||
}
|
||||
}
|
||||
.slick-next {
|
||||
right: 20vw;
|
||||
@media (min-width: $breakpoint_desktop) {
|
||||
right: calc(50vw + 35vw);
|
||||
}
|
||||
}
|
||||
> div > div > div:first-of-type {
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
margin-bottom: 4rem;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
margin-bottom: 6rem;
|
||||
}
|
||||
}
|
||||
#carousel_dots {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
margin-top: -15px;
|
||||
ul {
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
li.slick-active button::before{
|
||||
.slick-arrow {
|
||||
width: 1.5rem;
|
||||
height: 1.5rem;
|
||||
border-radius: 1.5rem;
|
||||
background-color: $teal !important;
|
||||
transition: background-color 0.3s ease;
|
||||
top: unset !important;
|
||||
bottom: calc(-25px - 4rem);
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
bottom: calc(-25px - 6rem);
|
||||
}
|
||||
&:hover {
|
||||
background-color: white !important;
|
||||
&::before {
|
||||
color: $teal;
|
||||
}
|
||||
}
|
||||
li button::before{
|
||||
color: rgba(0.9, 0.9, 0.9, 1);
|
||||
&::before {
|
||||
opacity: 1 !important;
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
font-family: 'Marianne', sans-serif;
|
||||
display: block;
|
||||
font-size: $sm_font_size !important;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
font-size: $l_font_size !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
footer {
|
||||
@include fluo_button();
|
||||
text-align: center;
|
||||
margin-top: 4rem;
|
||||
.slick-prev {
|
||||
left: 20vw;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
left: calc(50vw + 35vw);
|
||||
}
|
||||
}
|
||||
.slick-next {
|
||||
right: 20vw;
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
right: calc(50vw + 35vw);
|
||||
}
|
||||
}
|
||||
> div > div > div:first-of-type {
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
margin-bottom: 6rem;
|
||||
}
|
||||
}
|
||||
#carousel_dots {
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
margin-top: -15px;
|
||||
ul {
|
||||
position: relative;
|
||||
bottom: 0;
|
||||
li.slick-active button::before{
|
||||
color: $teal;
|
||||
}
|
||||
li button::before{
|
||||
color: rgba(0.9, 0.9, 0.9, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
footer {
|
||||
@include fluo_button();
|
||||
text-align: center;
|
||||
margin-top: 4rem;
|
||||
margin-bottom: 4rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,8 +1,7 @@
|
||||
.layout-container > footer {
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
background-color: white;
|
||||
z-index: 99;
|
||||
box-shadow: 0px -4px 4px rgba(0, 0, 0, 0.2);
|
||||
margin-top: 50px;
|
||||
padding: 0 $x_margin;
|
||||
#footer_middle {
|
||||
@@ -69,35 +68,39 @@
|
||||
width: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#footer_right {
|
||||
width: 30%;
|
||||
#block-erabletheme-socialmedialinks-2 ul {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
li a {
|
||||
span {
|
||||
font-weight: lighter;
|
||||
font-size: 1.4rem;
|
||||
width: 2.2rem;
|
||||
height: 2.2rem;
|
||||
padding: 0.4rem;
|
||||
border-radius: 1.1rem;
|
||||
color: white;
|
||||
background-color: $teal;
|
||||
}
|
||||
svg.ext {
|
||||
display: none;
|
||||
}
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
li {
|
||||
a {
|
||||
span {
|
||||
font-weight: lighter;
|
||||
font-size: 1.4rem;
|
||||
width: 2.2rem;
|
||||
height: 2.2rem;
|
||||
padding: 0.4rem;
|
||||
border-radius: 1.1rem;
|
||||
color: white;
|
||||
background-color: $teal;
|
||||
}
|
||||
svg.ext {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
&:last-of-type {
|
||||
margin-left: 25px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
width: 25vw;
|
||||
padding-left: 15vw;
|
||||
padding-right: $x_margin;
|
||||
width: auto;
|
||||
margin-right: 25px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
display: flex;
|
||||
@@ -106,4 +109,4 @@
|
||||
@media (min-width: $breakpoint_tablet) {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -262,7 +262,7 @@ body.toolbar-fixed header[role="banner"] {
|
||||
}
|
||||
#block-erabletheme-navigationprincipale {
|
||||
background: linear-gradient(to bottom, white, transparent);
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
display: none;
|
||||
position: absolute;
|
||||
padding-top: 1rem;
|
||||
|
@@ -0,0 +1,40 @@
|
||||
{#
|
||||
/**
|
||||
* @file
|
||||
* Default theme implementation to display a block.
|
||||
*
|
||||
* Available variables:
|
||||
* - plugin_id: The ID of the block implementation.
|
||||
* - label: The configured label of the block if visible.
|
||||
* - configuration: A list of the block's configuration values.
|
||||
* - label: The configured label for the block.
|
||||
* - label_display: The display settings for the label.
|
||||
* - provider: The module or other provider that provided this block plugin.
|
||||
* - Block plugin specific settings will also be stored here.
|
||||
* - in_preview: Whether the plugin is being rendered in preview mode.
|
||||
* - content: The content of this block.
|
||||
* - attributes: array of HTML attributes populated by modules, intended to
|
||||
* be added to the main container tag of this template.
|
||||
* - id: A valid HTML ID and guaranteed unique.
|
||||
* - title_attributes: Same as attributes, except applied to the main title
|
||||
* tag that appears in the template.
|
||||
* - title_prefix: Additional output populated by modules, intended to be
|
||||
* displayed in front of the main title tag that appears in the template.
|
||||
* - title_suffix: Additional output populated by modules, intended to be
|
||||
* displayed after the main title tag that appears in the template.
|
||||
*
|
||||
* @see template_preprocess_block()
|
||||
*
|
||||
* @ingroup themeable
|
||||
*/
|
||||
#}
|
||||
<div{{ attributes }}>
|
||||
{{ title_prefix }}
|
||||
{% if label %}
|
||||
<h2{{ title_attributes }}>{{ label }}</h2>
|
||||
{% endif %}
|
||||
{{ title_suffix }}
|
||||
{% block content %}
|
||||
{{ content }}
|
||||
{% endblock %}
|
||||
</div>
|
Reference in New Issue
Block a user