From d6f89689f50c7004340820bbb769fb72ccdc409a Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 14 Oct 2022 12:00:41 +0200 Subject: [PATCH] wip #5501 @0.25 --- audits.php | 12 ++++++------ style/inc/tags.sass | 4 +++- style/inc/variables.sass | 1 + style/style.sass | 2 +- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/audits.php b/audits.php index f999c4d..918d98d 100644 --- a/audits.php +++ b/audits.php @@ -80,7 +80,7 @@ - 352 675 € - + 0027030 Antoine METAYER Bureaux @@ -98,7 +98,7 @@ - 352 675 € - + 0027030 Antoine METAYER Bureaux @@ -116,7 +116,7 @@ - 352 675 € - + 0027030 Antoine METAYER Bureaux @@ -134,7 +134,7 @@ - 352 675 € - + 0027030 Antoine METAYER Bureaux @@ -152,7 +152,7 @@ - 352 675 € - + 0027030 Antoine METAYER Bureaux @@ -171,7 +171,7 @@ 352 675 € - + 0027030 Antoine METAYER Bureaux diff --git a/style/inc/tags.sass b/style/inc/tags.sass index fd999e4..2ad66d0 100644 --- a/style/inc/tags.sass +++ b/style/inc/tags.sass @@ -15,4 +15,6 @@ &.green background-color: $tag-green &.orange - background-color: $tag-orange \ No newline at end of file + background-color: $tag-orange + &.brown + background-color: $tag-brown \ No newline at end of file diff --git a/style/inc/variables.sass b/style/inc/variables.sass index ac40508..cedf43d 100644 --- a/style/inc/variables.sass +++ b/style/inc/variables.sass @@ -24,6 +24,7 @@ $tag-green: #c1ce3a $tag-yellow: #F7D000 $tag-orange: #f07800 $tag-red: #d6231a +$tag-brown: #D2B48C // Flèches évolution (projections) $evolution-stable: #BCBDC0 diff --git a/style/style.sass b/style/style.sass index 1fc509c..8d57526 100644 --- a/style/style.sass +++ b/style/style.sass @@ -9,4 +9,4 @@ @import "inc/menu" @import "inc/switch" @import "inc/tags" -@import "inc/msie" +@import "inc/msie" \ No newline at end of file -- 2.39.5