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