divers css
This commit is contained in:
parent
d5eb3707e4
commit
f25ebcca08
|
@ -1001,6 +1001,7 @@ footer {
|
|||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-top: 1rem !important;
|
||||
}
|
||||
.slick-list:focus {
|
||||
outline: none;
|
||||
|
@ -1079,7 +1080,7 @@ footer {
|
|||
}
|
||||
#home .__container-deroulement {
|
||||
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-size: contain;
|
||||
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 {
|
||||
width: 100%;
|
||||
padding-bottom: 7rem;
|
||||
}
|
||||
#page-node .content_container .node-type-actualite .infos-actu {
|
||||
display: flex;
|
||||
|
@ -2620,6 +2622,9 @@ header #block-quartiers-de-demain-logoquartiersdedemain .field_field_logo .qdd-h
|
|||
content: url("../img/date-actu.svg");
|
||||
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 {
|
||||
font-size: 0.8rem;
|
||||
}
|
|
@ -61,7 +61,7 @@
|
|||
id="path254"
|
||||
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"
|
||||
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)" />
|
||||
<path
|
||||
id="path256"
|
||||
|
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 4.0 KiB |
34
web/themes/custom/quartiers_de_demain/dist/assets/img/pillier-1-background.svg
vendored
Normal file
34
web/themes/custom/quartiers_de_demain/dist/assets/img/pillier-1-background.svg
vendored
Normal 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 |
|
@ -27,6 +27,7 @@
|
|||
}
|
||||
.node-type-actualite{
|
||||
width: 100%;
|
||||
padding-bottom: 7rem;
|
||||
.infos-actu{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
@ -58,8 +59,11 @@
|
|||
}
|
||||
|
||||
}
|
||||
.field_body p{
|
||||
.field_body {
|
||||
padding-bottom: 2rem;
|
||||
p{
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
display: block;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
padding-top: 1rem !important;
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
* { box-sizing: border-box; }
|
||||
.__container-deroulement{
|
||||
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-size: contain;
|
||||
background-position-x: -20%;
|
||||
|
|
Loading…
Reference in New Issue