mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 05:25:24 +02:00
Create shared ruler and standardize across views (#2240)
* Create shared ruler view * Use collection rendering/spacer templates for rules, and new shared_ruler * Use shared ruler for all the places a ruler is used * Use shared ruler for imports and balance sheet * Fix brakeman by using a static partial with a defined collection * Update balance sheet
This commit is contained in:
parent
868d4ede6e
commit
443b834b46
30 changed files with 35 additions and 68 deletions
|
@ -78,14 +78,6 @@
|
|||
}
|
||||
}
|
||||
|
||||
@utility bg-divider {
|
||||
@apply bg-alpha-black-100;
|
||||
|
||||
@variant theme-dark {
|
||||
@apply bg-alpha-white-100;
|
||||
}
|
||||
}
|
||||
|
||||
@utility bg-overlay {
|
||||
background-color: --alpha(var(--color-gray-100) / 50%);
|
||||
|
||||
|
|
|
@ -63,6 +63,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
@utility border-divider {
|
||||
@apply border-tertiary;
|
||||
}
|
||||
|
||||
@utility border-subdued {
|
||||
@apply border-alpha-black-50;
|
||||
|
||||
|
@ -85,4 +89,4 @@
|
|||
@variant theme-dark {
|
||||
@apply border-red-400;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue