remove unused background-color

This commit is contained in:
ogerly 2022-03-16 17:09:05 +01:00
parent 77e09f5f40
commit aea66031db
2 changed files with 4 additions and 13 deletions

View File

@ -206,18 +206,6 @@ a,
background-color: #fff;
}
.gradido-background-18f50533 {
background-color: #18f50533;
}
.gradido-background-azure {
background-color: #f0ffff;
}
.gradido-background-beige {
background-color: #f5f5dc;
}
.gradido-font-15rem {
font-size: 1.5rem;
}

View File

@ -15,7 +15,10 @@
<div v-for="({ id, typeId }, index) in transactions" :key="id">
<transaction-list-item :typeId="typeId" class="pointer">
<template #DECAY>
<transaction-decay class="list-group-item gradido-background-beige" v-bind="transactions[index]" />
<transaction-decay
class="list-group-item gradido-background-beige"
v-bind="transactions[index]"
/>
</template>
<template #SEND>