From 4c6be81d196c39cc343c29b25ad32dc94ddb01cc Mon Sep 17 00:00:00 2001 From: Anthony Dumas Date: Wed, 20 Mar 2019 11:49:29 +0100 Subject: [PATCH] Ajout Bouton Impression --- _sass/icon.scss | 4 ++++ css/main.css | 3 +++ index.html | 5 +++++ 3 files changed, 12 insertions(+) diff --git a/_sass/icon.scss b/_sass/icon.scss index 488e19a..d813779 100644 --- a/_sass/icon.scss +++ b/_sass/icon.scss @@ -40,4 +40,8 @@ .icon-file-pdf-o:before { content: "\e905"; +} + +.icon-print:before { + content: "\e906"; } \ No newline at end of file diff --git a/css/main.css b/css/main.css index 63fa7d1..4b3478f 100644 --- a/css/main.css +++ b/css/main.css @@ -6992,6 +6992,9 @@ label.panel-block { .icon-file-pdf-o:before { content: "\e905"; } +.icon-print:before { + content: "\e906"; } + #idCard .hero-body { padding-bottom: 2rem; padding-top: 2rem; } diff --git a/index.html b/index.html index 8e63349..44e6aa0 100644 --- a/index.html +++ b/index.html @@ -56,6 +56,11 @@ + + + + +