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 @@ + + + + +