From d6f25b6f982ce4e00da2bcb288a16c10feece7e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolgang=20Hu=C3=9F?= Date: Wed, 20 Apr 2022 09:31:17 +0200 Subject: [PATCH] all headings centre col 12, all b-row in offset 1 and col 11 --- .../DecayInformation-Decay.vue | 16 ++-- .../DecayInformation-DecayStartblock.vue | 83 ++++++++++++------- .../DecayInformation-Long.vue | 44 +++++----- .../src/components/TransactionCollapse.vue | 2 +- .../TransactionRows/DurationRow.vue | 44 ++++++++++ .../Transactions/TransactionDecay.vue | 2 +- frontend/src/config/index.js | 2 +- 7 files changed, 133 insertions(+), 60 deletions(-) create mode 100644 frontend/src/components/TransactionRows/DurationRow.vue diff --git a/frontend/src/components/DecayInformations/DecayInformation-Decay.vue b/frontend/src/components/DecayInformations/DecayInformation-Decay.vue index 67847f6cf..60eb66077 100644 --- a/frontend/src/components/DecayInformations/DecayInformation-Decay.vue +++ b/frontend/src/components/DecayInformations/DecayInformation-Decay.vue @@ -1,15 +1,15 @@