mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-24 15:49:39 +02:00
Feat transactions search (#532)
* gem: Add ransack gem * feat: Implement transactions search
This commit is contained in:
parent
7f2633f9da
commit
cca779d3c4
9 changed files with 116 additions and 33 deletions
|
@ -216,6 +216,9 @@ module.exports = {
|
|||
fontSize: {
|
||||
"2xs": ".625rem",
|
||||
},
|
||||
spacing: {
|
||||
'40': '10rem',
|
||||
},
|
||||
keyframes: {
|
||||
"appear-then-fade": {
|
||||
"0%,100%": { opacity: 0 },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue