mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge branch 'master' of github.com:gradido/gradido into 1734-emails-get-wallet-link
This commit is contained in:
commit
35c5bf4c41
@ -168,6 +168,10 @@ a,
|
|||||||
background-color: #ebebeba3 !important;
|
background-color: #ebebeba3 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.gradido-shadow-inset {
|
||||||
|
box-shadow: inset 0.3em rgba(241 187 187 / 100%);
|
||||||
|
}
|
||||||
|
|
||||||
.gradido-max-width {
|
.gradido-max-width {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="transaction-slot-link">
|
<div class="transaction-slot-link gradido-shadow-inset">
|
||||||
<div>
|
<div>
|
||||||
<div @click="visible = !visible">
|
<div @click="visible = !visible">
|
||||||
<!-- Collaps Icon -->
|
<!-- Collaps Icon -->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user