Merge branch 'master' into 1633-Display-QR-Code-on-link-in-transaction-list

This commit is contained in:
Alexander Friedland 2022-04-12 15:12:49 +02:00 committed by GitHub
commit cc50cc3a3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -168,6 +168,10 @@ a,
background-color: #ebebeba3 !important;
}
.gradido-shadow-inset {
box-shadow: inset 0.3em rgba(241 187 187 / 100%);
}
.gradido-max-width {
width: 100%;
}

View File

@ -1,5 +1,5 @@
<template>
<div class="transaction-slot-link">
<div class="transaction-slot-link gradido-shadow-inset">
<div>
<div @click="visible = !visible">
<!-- Collaps Icon -->