Compare commits

...

3 Commits

Author SHA1 Message Date
ouidade 4fc0bbf655 css partenaires 2024-11-12 13:56:26 +01:00
ouidade 7159739b20 Merge branch 'master' of gitea-figureslibres.io:bachir/drupal-quartiersdedemain
abandonne la validation.
2024-11-12 13:32:20 +01:00
ouidade 8cc307373a img assets pour map 2024-11-12 12:31:25 +01:00
3 changed files with 58 additions and 0 deletions

View File

@ -0,0 +1,48 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
width="35px"
height="35px"
viewBox="0 0 10.531931 10.531931"
version="1.1"
id="svg1"
inkscape:version="1.3.2 (091e20ef0f, 2023-11-25, custom)"
sodipodi:docname="noun-arrow-to-right.svg"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:document-units="mm"
inkscape:zoom="0.86234568"
inkscape:cx="20.293486"
inkscape:cy="19.713672"
inkscape:window-width="1920"
inkscape:window-height="1172"
inkscape:window-x="1920"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="layer1" />
<defs
id="defs1" />
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-99.747912,-143.13958)">
<path
d="m 105.44397,146.39759 1.82265,1.86476 h -4.84236 a 0.14436835,0.14436835 0 1 0 0,0.28873 h 4.84236 l -1.82265,1.86476 a 0.14436835,0.14436835 0 0 0 0,0.19851 0.1503837,0.1503837 0 0 0 0.20452,0 l 2.06326,-2.10537 a 0.1624144,0.1624144 0 0 0 0,-0.20452 l -2.06326,-2.10538 a 0.14436835,0.14436835 0 0 0 -0.20452,0 0.14436835,0.14436835 0 0 0 0,0.19851 z"
id="path2-2"
style="fill:#ffffff;stroke-width:0.0601533" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@ -2688,6 +2688,11 @@ body {
width: 80%; width: 80%;
margin: auto; margin: auto;
} }
.partenaires .layout-content .content_container .views-element-container h3 {
color: rgb(7, 50, 194);
font-size: 2.5rem;
text-align: center;
}
.partenaires .layout-content .content_container .views-element-container .node-type-partenaire { .partenaires .layout-content .content_container .views-element-container .node-type-partenaire {
width: 100%; width: 100%;
padding-bottom: 3rem; padding-bottom: 3rem;

View File

@ -30,6 +30,11 @@
} }
width: 80%; width: 80%;
h3{
color: rgb(7, 50, 194);
font-size: 2.5rem;
text-align: center;
}
.node-type-partenaire{ .node-type-partenaire{
width: 100%; width: 100%;
padding-bottom: 3rem; padding-bottom: 3rem;