diff --git a/web/themes/custom/eql/dist/assets/css/bundle.css b/web/themes/custom/eql/dist/assets/css/bundle.css index 82ea565..01b2647 100644 --- a/web/themes/custom/eql/dist/assets/css/bundle.css +++ b/web/themes/custom/eql/dist/assets/css/bundle.css @@ -5430,9 +5430,9 @@ svg.ext { width: 15%; background-color: rgb(255, 255, 255); margin-top: 2rem; - margin-left: 1rem; margin-bottom: 5rem; padding: 1rem; + padding-left: 2rem; padding-right: 3rem; } @media (max-width: 479px) { @@ -5508,6 +5508,9 @@ svg.ext { margin-top: 1rem; } } +.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-filters .form-item { + margin-bottom: 1rem; +} .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content { width: 100%; display: flex; @@ -5516,6 +5519,7 @@ svg.ext { } .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) { width: 100%; + padding-top: 1rem; } .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) h3 { margin-left: 25%; @@ -5524,6 +5528,27 @@ svg.ext { .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) h3 a { color: rgb(9, 57, 139) !important; } +.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) h3 a { + display: flex; + flex-direction: row; + align-items: center; +} +.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) h3.type-publication-issue-du-programme-eqld a:before { + content: url("../images/pictos/picto-ressource-eqld.svg"); + padding-right: 1rem; +} +.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) h3.type-paroles-de-laureats a:before { + content: url("../images/pictos/picto-ressource-paroleslaureats.svg"); + padding-right: 1rem; +} +.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) h3.type-paroles-de-laureats a:before { + content: url("../images/pictos/picto-ressource-projetsimages.svg"); + padding-right: 1rem; +} +.path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) h3.type-paroles-de-laureats a:before { + content: url("../images/pictos/picto-ressource-presse.svg"); + padding-right: 1rem; +} .path-ressources .layout-content .region-content #block-contenudelapageprincipale .layout--onecol .layout__region--content .block-region-content .block-views-blockbase-de-donnees-block-1 .view-base-de-donnees .view-content .view-type-ressource-slide:not(footer) .views-row-wrapper { margin-left: 25%; display: flex; diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-eqld.png b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-eqld.png new file mode 100644 index 0000000..0c6a55e Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-eqld.png differ diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-eqld.svg b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-eqld.svg new file mode 100644 index 0000000..149af7e --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-eqld.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-paroleslaureats.png b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-paroleslaureats.png new file mode 100644 index 0000000..498520c Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-paroleslaureats.png differ diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-paroleslaureats.svg b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-paroleslaureats.svg new file mode 100644 index 0000000..15bdc4a --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-paroleslaureats.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-presse.png b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-presse.png new file mode 100644 index 0000000..9fb563e Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-presse.png differ diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-presse.svg b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-presse.svg new file mode 100644 index 0000000..29cf471 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-presse.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-projetsimages.png b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-projetsimages.png new file mode 100644 index 0000000..725a053 Binary files /dev/null and b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-projetsimages.png differ diff --git a/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-projetsimages.svg b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-projetsimages.svg new file mode 100644 index 0000000..ddd2d15 --- /dev/null +++ b/web/themes/custom/eql/dist/assets/images/pictos/picto-ressource-projetsimages.svg @@ -0,0 +1,277 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/images/pictos/picto-ressource-eqld.png b/web/themes/custom/eql/images/pictos/picto-ressource-eqld.png new file mode 100644 index 0000000..0c6a55e Binary files /dev/null and b/web/themes/custom/eql/images/pictos/picto-ressource-eqld.png differ diff --git a/web/themes/custom/eql/images/pictos/picto-ressource-eqld.svg b/web/themes/custom/eql/images/pictos/picto-ressource-eqld.svg new file mode 100644 index 0000000..149af7e --- /dev/null +++ b/web/themes/custom/eql/images/pictos/picto-ressource-eqld.svg @@ -0,0 +1,88 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/images/pictos/picto-ressource-paroleslaureats.png b/web/themes/custom/eql/images/pictos/picto-ressource-paroleslaureats.png new file mode 100644 index 0000000..498520c Binary files /dev/null and b/web/themes/custom/eql/images/pictos/picto-ressource-paroleslaureats.png differ diff --git a/web/themes/custom/eql/images/pictos/picto-ressource-paroleslaureats.svg b/web/themes/custom/eql/images/pictos/picto-ressource-paroleslaureats.svg new file mode 100644 index 0000000..15bdc4a --- /dev/null +++ b/web/themes/custom/eql/images/pictos/picto-ressource-paroleslaureats.svg @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/images/pictos/picto-ressource-presse.png b/web/themes/custom/eql/images/pictos/picto-ressource-presse.png new file mode 100644 index 0000000..9fb563e Binary files /dev/null and b/web/themes/custom/eql/images/pictos/picto-ressource-presse.png differ diff --git a/web/themes/custom/eql/images/pictos/picto-ressource-presse.svg b/web/themes/custom/eql/images/pictos/picto-ressource-presse.svg new file mode 100644 index 0000000..29cf471 --- /dev/null +++ b/web/themes/custom/eql/images/pictos/picto-ressource-presse.svg @@ -0,0 +1,298 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/images/pictos/picto-ressource-projetsimages.png b/web/themes/custom/eql/images/pictos/picto-ressource-projetsimages.png new file mode 100644 index 0000000..725a053 Binary files /dev/null and b/web/themes/custom/eql/images/pictos/picto-ressource-projetsimages.png differ diff --git a/web/themes/custom/eql/images/pictos/picto-ressource-projetsimages.svg b/web/themes/custom/eql/images/pictos/picto-ressource-projetsimages.svg new file mode 100644 index 0000000..ddd2d15 --- /dev/null +++ b/web/themes/custom/eql/images/pictos/picto-ressource-projetsimages.svg @@ -0,0 +1,277 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/web/themes/custom/eql/scss/pages/ressources.scss b/web/themes/custom/eql/scss/pages/ressources.scss index fd48245..a941a2f 100644 --- a/web/themes/custom/eql/scss/pages/ressources.scss +++ b/web/themes/custom/eql/scss/pages/ressources.scss @@ -118,9 +118,10 @@ width: 15%; background-color: $white; margin-top: 2rem; - margin-left: 1rem; + // margin-left: 1rem; margin-bottom: 5rem; padding: 1rem; + padding-left: 2rem; padding-right: 3rem; @media (max-width: 479px) { margin-left: 0; @@ -189,6 +190,9 @@ } } + .form-item{ + margin-bottom: 1rem; + } } .view-content{ width: 100%; @@ -197,12 +201,41 @@ flex-wrap: wrap; .view-type-ressource-slide:not(footer){ width: 100%; - + padding-top: 1rem; h3{ margin-left: 25%; text-transform: uppercase; a{color: rgb(9, 57, 139) !important;} } + h3 a{ + display: flex; + flex-direction: row; + align-items: center; + } + h3.type-publication-issue-du-programme-eqld a{ + &:before{ + content:url("../images/pictos/picto-ressource-eqld.svg"); + padding-right: 1rem; + } + } + h3.type-paroles-de-laureats a{ + &:before{ + content:url("../images/pictos/picto-ressource-paroleslaureats.svg"); + padding-right: 1rem; + } + } + h3.type-paroles-de-laureats a{ + &:before{ + content:url("../images/pictos/picto-ressource-projetsimages.svg"); + padding-right: 1rem; + } + } + h3.type-paroles-de-laureats a{ + &:before{ + content:url("../images/pictos/picto-ressource-presse.svg"); + padding-right: 1rem; + } + } .views-row-wrapper{ margin-left: 25%; display: flex;