diff --git a/src/App.scss b/src/App.scss index 0fc7a3c0..8c7c4e8e 100644 --- a/src/App.scss +++ b/src/App.scss @@ -74,3 +74,18 @@ body { .datepicker-paddingTop { padding-top: 19px; } + +.am5exporting-icon svg { + display: none !important; +} + +a.am5exporting-icon { + height: auto; + width: auto; +} + +.am5exporting-icon::before { + content: url("data:image/svg+xml;utf8,"); + display: inline-block; + vertical-align: middle; +}