From: Vincent Vanwaelscappel Date: Mon, 26 Sep 2022 18:03:14 +0000 (+0200) Subject: wait #5481 @1 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=4ece36581c880714b56f4c70621a79821d48858a;p=eif-extranet.git wait #5481 @1 --- diff --git a/inc/foot.php b/inc/foot.php index 3e2a4e0..8ccc665 100644 --- a/inc/foot.php +++ b/inc/foot.php @@ -1,3 +1,4 @@ + \ No newline at end of file diff --git a/inc/head.php b/inc/head.php index fc95153..26cf073 100644 --- a/inc/head.php +++ b/inc/head.php @@ -5,10 +5,11 @@ EIF - Unibail Rodamco Westfield - + - \ No newline at end of file + +
diff --git a/js/script.js b/js/script.js index 5e6763c..32e9098 100644 --- a/js/script.js +++ b/js/script.js @@ -6,7 +6,7 @@ $(function () { // Ajouter les symboles SVG $("[data-icon]").each(function () { - $(this).html(getSpriteIcon('eif-' + $(this).data('icon'))); + $(this).append(getSpriteIcon('eif-' + $(this).data('icon'))); }); // Menu : afficher le sous-menu au clic sur un élement diff --git a/style/inc/variables.sass b/style/inc/variables.sass index 09b51a9..5cea54a 100644 --- a/style/inc/variables.sass +++ b/style/inc/variables.sass @@ -2,4 +2,6 @@ $font: Lato, sans-serif $background-color: #F0EDEB $menu-background: #363636 $button-color: #c1ce3a +$headings-color: #454565 +$light-color:#a2a1bc $space: 25px \ No newline at end of file diff --git a/style/style.sass b/style/style.sass index f5c7aa8..c8fa4f2 100644 --- a/style/style.sass +++ b/style/style.sass @@ -1,11 +1,65 @@ @import "inc/variables" @import "inc/reset" -html,body +html, body, main min-height: 100% body background-color: $background-color font-family: $font +main + padding: $space $space $space $space*3+150px + + section + article + position: relative + background-color: #fff + border-radius: 6px + transition: all 0.5s + &:hover + box-shadow: 0 0 50px rgba(0,0,0,0.05) + + + section.indicators + padding: 15px 0 + + h2 + color: $headings-color + font-family: $font + font-size: 24px + font-weight: 900 + margin-bottom: 9px + .grid + display: grid + grid-template-columns: repeat( 3, 1fr ) + grid-gap: 25px + align-items: start + + article + + height: 100px + padding: 15px + text-align: right + + h4 + color: $light-color + font-size: 16px + font-weight: 400 + + strong + font-weight: 900 + color: $headings-color + font-size: 36px + margin-top: 10px + display: block + + svg + position: absolute + top: 15px + left: 15px + height: 70px + width: auto + + @import "inc/menu" diff --git a/tableau-de-bord.php b/tableau-de-bord.php index 75bf2ae..fcdfacb 100644 --- a/tableau-de-bord.php +++ b/tableau-de-bord.php @@ -1,2 +1,31 @@ +
+

Indicateurs de performance

+
+
+

Audits clôturés

+ 557 +
+
+

Actifs audités

+ 659 +
+
+

Dégrèvements obtenus

+ 11 781 722 € +
+
+

Dégrèvements en cours d’instruction

+ 45 +
+
+

Honoraires en attente de règlement

+ 1 195 434 +
+
+

Optimisation moyenne

+ 9,87% +
+
+
\ No newline at end of file