diff --git a/css/report-style.css b/css/report-style.css index 24cdb0b1..fe52882d 100644 --- a/css/report-style.css +++ b/css/report-style.css @@ -132,6 +132,7 @@ margin-left: 5px; margin-right: 5px; } + .XS-text { font-size: 10px; font-weight: 400; @@ -139,6 +140,11 @@ margin-right: 5px; } +.M-text { + font-size: 16px; + font-weight: 700; +} + .L-text { font-size: 22px; font-weight: 700; diff --git a/templates/dialogs/transaction.html b/templates/dialogs/transaction.html index 040e4389..1719c8cf 100644 --- a/templates/dialogs/transaction.html +++ b/templates/dialogs/transaction.html @@ -225,39 +225,69 @@