From dfa794a90ac54e1d98da9166be65f43699be3636 Mon Sep 17 00:00:00 2001 From: ogerly Date: Tue, 6 Dec 2022 13:09:14 +0100 Subject: [PATCH] Contributions list style edited --- .../src/assets/scss/gradido-template.scss | 10 +++++++--- .../Contributions/ContributionListItem.vue | 20 +++++++++++++------ .../GddSend/TransactionConfirmationSend.vue | 2 +- .../src/components/Overview/CommunityNews.vue | 1 + frontend/src/components/Transaction.vue | 4 ++-- .../TransactionRows/CollapseIcon.vue | 1 + .../Transactions/TransactionCreation.vue | 2 +- .../Transactions/TransactionLinkSummary.vue | 2 +- .../Transactions/TransactionReceive.vue | 2 +- .../Transactions/TransactionSend.vue | 2 +- frontend/src/locales/de.json | 2 +- frontend/src/locales/en.json | 2 +- 12 files changed, 32 insertions(+), 18 deletions(-) diff --git a/frontend/src/assets/scss/gradido-template.scss b/frontend/src/assets/scss/gradido-template.scss index bc02ae4a2..ed719bff7 100644 --- a/frontend/src/assets/scss/gradido-template.scss +++ b/frontend/src/assets/scss/gradido-template.scss @@ -9,9 +9,9 @@ body { cursor: pointer; } -// .bg-default { -// background-color: rgba(245 245 245 / 75%) !important; -// } +.bg-gray300 { + background-color: $gray-300 +} .shadow-default { box-shadow: rgb(0 0 0 / 14%) 0 4px 10px; @@ -222,6 +222,10 @@ a:hover, border-color: #047006 !important; } +.gradido-global-border-color-danger { + border-color: rgb(140 5 5) !important; +} + .gradido-global-color-gray { color: #858383; } diff --git a/frontend/src/components/Contributions/ContributionListItem.vue b/frontend/src/components/Contributions/ContributionListItem.vue index 62a8089c6..a1aeec7f5 100644 --- a/frontend/src/components/Contributions/ContributionListItem.vue +++ b/frontend/src/components/Contributions/ContributionListItem.vue @@ -1,5 +1,8 @@