From 44e7a3c2d5a1f70216dc2de4da84935bc7d4a36b Mon Sep 17 00:00:00 2001 From: dbroqua Date: Tue, 22 Feb 2022 08:43:02 +0100 Subject: [PATCH] #issue-13 --- sass/ma-collection.scss | 4 ++++ views/pages/mon-compte/ma-collection.ejs | 3 +++ 2 files changed, 7 insertions(+) diff --git a/sass/ma-collection.scss b/sass/ma-collection.scss index 646148b..85c0c0a 100644 --- a/sass/ma-collection.scss +++ b/sass/ma-collection.scss @@ -53,4 +53,8 @@ border: 2px solid #4a4a4a; } } + + .total { + margin: 1rem 0; + } } \ No newline at end of file diff --git a/views/pages/mon-compte/ma-collection.ejs b/views/pages/mon-compte/ma-collection.ejs index 6f83b71..21f1d47 100644 --- a/views/pages/mon-compte/ma-collection.ejs +++ b/views/pages/mon-compte/ma-collection.ejs @@ -69,6 +69,9 @@ +
+ Nombre total d'éléments : {{total}} +