mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
remove unused background-color
This commit is contained in:
parent
77e09f5f40
commit
aea66031db
@ -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;
|
||||
}
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user