divers css

This commit is contained in:
ouidade 2024-07-18 14:45:20 +02:00
parent d5eb3707e4
commit f25ebcca08
6 changed files with 48 additions and 4 deletions

View File

@ -1001,6 +1001,7 @@ footer {
display: block; display: block;
margin: 0; margin: 0;
padding: 0; padding: 0;
padding-top: 1rem !important;
} }
.slick-list:focus { .slick-list:focus {
outline: none; outline: none;
@ -1079,7 +1080,7 @@ footer {
} }
#home .__container-deroulement { #home .__container-deroulement {
background-color: #f3f5fc; background-color: #f3f5fc;
background-image: url(../../../dist/assets/img/pillier-1.svg); background-image: url("../../../dist/assets/img/pillier-1-background.svg");
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: contain;
background-position-x: -20%; background-position-x: -20%;
@ -2589,6 +2590,7 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
} }
#page-node .content_container .node-type-actualite { #page-node .content_container .node-type-actualite {
width: 100%; width: 100%;
padding-bottom: 7rem;
} }
#page-node .content_container .node-type-actualite .infos-actu { #page-node .content_container .node-type-actualite .infos-actu {
display: flex; display: flex;
@ -2620,6 +2622,9 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
content: url("../img/date-actu.svg"); content: url("../img/date-actu.svg");
padding-right: 0.4rem; padding-right: 0.4rem;
} }
#page-node .content_container .node-type-actualite .field_body {
padding-bottom: 2rem;
}
#page-node .content_container .node-type-actualite .field_body p { #page-node .content_container .node-type-actualite .field_body p {
font-size: 0.8rem; font-size: 0.8rem;
} }

View File

@ -61,7 +61,7 @@
id="path254" id="path254"
d="M 0,0 C 0,126.805 -102.795,229.6 -229.6,229.6" d="M 0,0 C 0,126.805 -102.795,229.6 -229.6,229.6"
style="fill:none;stroke:#000000;stroke-width:100.482;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" style="fill:none;stroke:#000000;stroke-width:100.482;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
transform="matrix(1.3333333,0,0,-1.3333333,1838.3405,9350)" transform="matrix(1.3333333,0,0,-1.3333333,1838.3405,9150)"
clip-path="url(#clipPath255)" /> clip-path="url(#clipPath255)" />
<path <path
id="path256" id="path256"

Before

Width:  |  Height:  |  Size: 4.0 KiB

After

Width:  |  Height:  |  Size: 4.0 KiB

View File

@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
version="1.1"
id="svg1"
width="300"
height="300"
viewBox="0 0 362.79999 362.80029"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg">
<defs
id="defs1">
<clipPath
clipPathUnits="userSpaceOnUse"
id="clipPath366">
<path
d="M 0,0 H 1920 V 9000 H 0 Z"
transform="translate(-579.53411,-2913.3184)"
id="path366" />
</clipPath>
</defs>
<g
id="g1"
transform="translate(-466.57886,-7752.7755)">
<path
class='pilliers-animes'
id="pillier-1-path365"
d="M 0,0 C 0,126.805 -102.795,229.6 -229.6,229.6"
style="fill:none;stroke:#ffffff;stroke-width:85;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dashoffset:1000;stroke-opacity:1"
transform="matrix(1.3333333,0,0,-1.3333333,700,8200)"
clip-path="url(#clipPath366)" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

View File

@ -27,6 +27,7 @@
} }
.node-type-actualite{ .node-type-actualite{
width: 100%; width: 100%;
padding-bottom: 7rem;
.infos-actu{ .infos-actu{
display: flex; display: flex;
flex-direction: row; flex-direction: row;
@ -58,8 +59,11 @@
} }
} }
.field_body p{ .field_body {
padding-bottom: 2rem;
p{
font-size: 0.8rem; font-size: 0.8rem;
}
} }
} }

View File

@ -20,6 +20,7 @@
display: block; display: block;
margin: 0; margin: 0;
padding: 0; padding: 0;
padding-top: 1rem !important;
&:focus { &:focus {
outline: none; outline: none;

View File

@ -6,7 +6,7 @@
* { box-sizing: border-box; } * { box-sizing: border-box; }
.__container-deroulement{ .__container-deroulement{
background-color: #f3f5fcff; background-color: #f3f5fcff;
background-image: url(../../../dist/assets/img/pillier-1.svg); background-image: url('../../../dist/assets/img/pillier-1-background.svg');
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: contain;
background-position-x: -20%; background-position-x: -20%;