mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Contributions list style edited
This commit is contained in:
parent
9c491eedca
commit
dfa794a90a
@ -9,9 +9,9 @@ body {
|
|||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
// .bg-default {
|
.bg-gray300 {
|
||||||
// background-color: rgba(245 245 245 / 75%) !important;
|
background-color: $gray-300
|
||||||
// }
|
}
|
||||||
|
|
||||||
.shadow-default {
|
.shadow-default {
|
||||||
box-shadow: rgb(0 0 0 / 14%) 0 4px 10px;
|
box-shadow: rgb(0 0 0 / 14%) 0 4px 10px;
|
||||||
@ -222,6 +222,10 @@ a:hover,
|
|||||||
border-color: #047006 !important;
|
border-color: #047006 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gradido-global-border-color-danger {
|
||||||
|
border-color: rgb(140 5 5) !important;
|
||||||
|
}
|
||||||
|
|
||||||
.gradido-global-color-gray {
|
.gradido-global-color-gray {
|
||||||
color: #858383;
|
color: #858383;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,8 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="contribution-list-item bg-white appBoxShadow gradido-border-radius p-3">
|
<div
|
||||||
|
class="contribution-list-item bg-white appBoxShadow gradido-border-radius p-3"
|
||||||
|
:class="state === 'IN_PROGRESS' ? 'border gradido-global-border-color-danger' : ''"
|
||||||
|
>
|
||||||
<slot>
|
<slot>
|
||||||
<div class="">
|
<div class="">
|
||||||
<b-row>
|
<b-row>
|
||||||
@ -8,12 +11,12 @@
|
|||||||
v-if="firstName"
|
v-if="firstName"
|
||||||
:text="avatarText"
|
:text="avatarText"
|
||||||
:badge-variant="variant"
|
:badge-variant="variant"
|
||||||
size="4em"
|
size="3em"
|
||||||
class="font-weight-bold"
|
class="font-weight-bold"
|
||||||
>
|
>
|
||||||
<template #badge><b-icon :icon="icon"></b-icon></template>
|
<template #badge><b-icon :icon="icon"></b-icon></template>
|
||||||
</b-avatar>
|
</b-avatar>
|
||||||
<b-avatar v-else :icon="icon" :variant="variant" size="4em"></b-avatar>
|
<b-avatar v-else :icon="icon" :variant="variant" size="3em"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div v-if="firstName" class="mr-3 font-weight-bold">{{ firstName }} {{ lastName }}</div>
|
<div v-if="firstName" class="mr-3 font-weight-bold">{{ firstName }} {{ lastName }}</div>
|
||||||
@ -38,7 +41,12 @@
|
|||||||
<collapse-icon class="text-right" :visible="visible" v-if="messagesCount > 0" />
|
<collapse-icon class="text-right" :visible="visible" v-if="messagesCount > 0" />
|
||||||
</b-col>
|
</b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
<b-row class="mt-2">
|
<b-row
|
||||||
|
v-if="
|
||||||
|
(!['CONFIRMED', 'DELETED'].includes(state) && !allContribution) || messagesCount > 0
|
||||||
|
"
|
||||||
|
class="mt-4 bg-gray300 p-4"
|
||||||
|
>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div
|
<div
|
||||||
v-if="!['CONFIRMED', 'DELETED'].includes(state) && !allContribution"
|
v-if="!['CONFIRMED', 'DELETED'].includes(state) && !allContribution"
|
||||||
@ -49,7 +57,7 @@
|
|||||||
{{ $t('delete') }}
|
{{ $t('delete') }}
|
||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col class="text-center">
|
||||||
<div
|
<div
|
||||||
v-if="!['CONFIRMED', 'DELETED'].includes(state) && !allContribution"
|
v-if="!['CONFIRMED', 'DELETED'].includes(state) && !allContribution"
|
||||||
class="test-edit-contribution pointer mr-3"
|
class="test-edit-contribution pointer mr-3"
|
||||||
@ -67,7 +75,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
|
|
||||||
<b-col>
|
<b-col class="text-right">
|
||||||
<div v-if="messagesCount > 0" class="pointer">
|
<div v-if="messagesCount > 0" class="pointer">
|
||||||
<b-icon icon="chat-dots" @click="visible = !visible"></b-icon>
|
<b-icon icon="chat-dots" @click="visible = !visible"></b-icon>
|
||||||
{{ $t('moderatorChat') }}
|
{{ $t('moderatorChat') }}
|
||||||
|
|||||||
@ -4,7 +4,7 @@
|
|||||||
<div class="h3 mb-4">{{ $t('form.send_check') }}</div>
|
<div class="h3 mb-4">{{ $t('form.send_check') }}</div>
|
||||||
<b-row class="mt-5">
|
<b-row class="mt-5">
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<b-avatar :text="avatarText" variant="success" size="4em"></b-avatar>
|
<b-avatar :text="avatarText" variant="success" size="3em"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div class="h4">
|
<div class="h4">
|
||||||
|
|||||||
@ -31,6 +31,7 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
<style scoped>
|
<style scoped>
|
||||||
.card {
|
.card {
|
||||||
|
height: 400px;
|
||||||
background-attachment: absolute;
|
background-attachment: absolute;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
|
|||||||
@ -6,7 +6,7 @@
|
|||||||
<b-avatar
|
<b-avatar
|
||||||
:icon="getLinesByType.icon"
|
:icon="getLinesByType.icon"
|
||||||
variant="light"
|
variant="light"
|
||||||
size="4em"
|
size="3em"
|
||||||
:class="getLinesByType.iconclasses"
|
:class="getLinesByType.iconclasses"
|
||||||
></b-avatar>
|
></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
@ -26,7 +26,7 @@
|
|||||||
</b-col>
|
</b-col>
|
||||||
<b-col cols="3">
|
<b-col cols="3">
|
||||||
<div class="small mt-2">{{ $t('gdt.credit') }}</div>
|
<div class="small mt-2">{{ $t('gdt.credit') }}</div>
|
||||||
<div class="">{{ getLinesByType.credittext }}</div>
|
<div class="font-weight-bold">{{ getLinesByType.credittext }}</div>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col cols="1"><collapse-icon class="text-right" :visible="visible" /></b-col>
|
<b-col cols="1"><collapse-icon class="text-right" :visible="visible" /></b-col>
|
||||||
</b-row>
|
</b-row>
|
||||||
|
|||||||
@ -3,6 +3,7 @@
|
|||||||
<b-icon
|
<b-icon
|
||||||
:icon="visible ? 'arrow-up-circle' : 'arrow-down-circle'"
|
:icon="visible ? 'arrow-up-circle' : 'arrow-down-circle'"
|
||||||
:class="visible ? 'text-black' : 'text-muted'"
|
:class="visible ? 'text-black' : 'text-muted'"
|
||||||
|
class="h1"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="transaction-slot-creation">
|
<div class="transaction-slot-creation">
|
||||||
<b-row @click="visible = !visible" class="">
|
<b-row @click="visible = !visible" class="">
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<b-avatar icon="gift" variant="success" size="4em"></b-avatar>
|
<b-avatar icon="gift" variant="success" size="3em"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div>{{ linkedUser.firstName }} {{ linkedUser.lastName }}</div>
|
<div>{{ linkedUser.firstName }} {{ linkedUser.lastName }}</div>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="transaction-slot-link">
|
<div class="transaction-slot-link">
|
||||||
<b-row @click="showTransactionLinks()">
|
<b-row @click="showTransactionLinks()">
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<b-avatar icon="link" variant="danger" size="4em"></b-avatar>
|
<b-avatar icon="link" variant="light" size="3em"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div>{{ $t('gdd_per_link.links_sum') }}</div>
|
<div>{{ $t('gdd_per_link.links_sum') }}</div>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="transaction-slot-receive">
|
<div class="transaction-slot-receive">
|
||||||
<b-row @click="visible = !visible" class="">
|
<b-row @click="visible = !visible" class="">
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<b-avatar :text="avatarText" variant="success" size="4em"></b-avatar>
|
<b-avatar :text="avatarText" variant="success" size="3em"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
<div class="transaction-slot-send">
|
<div class="transaction-slot-send">
|
||||||
<b-row @click="visible = !visible" class="">
|
<b-row @click="visible = !visible" class="">
|
||||||
<b-col cols="2">
|
<b-col cols="2">
|
||||||
<b-avatar :text="avatarText" variant="danger" size="4em"></b-avatar>
|
<b-avatar :text="avatarText" variant="danger" size="3em"></b-avatar>
|
||||||
</b-col>
|
</b-col>
|
||||||
<b-col>
|
<b-col>
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user