@layerfi/components 0.1.123-alpha → 0.1.123
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +176 -158
- package/dist/esm/index.mjs +176 -158
- package/dist/index.css +0 -6
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -3183,9 +3183,6 @@
|
|
|
3183
3183
|
.Layer__AffectedTransactionsTable .Layer__UI__Table__AffectedTransactionsTable .Layer__UI__VirtualizedTable__header > tr {
|
|
3184
3184
|
grid-template-columns: minmax(4rem, 25%) minmax(8rem, 50%) minmax(4rem, 25%); /* amount */
|
|
3185
3185
|
}
|
|
3186
|
-
}.Layer__RuleUpdatesReviewStep__buttons--mobile {
|
|
3187
|
-
width: 100%;
|
|
3188
|
-
padding-block-start: var(--spacing-sm);
|
|
3189
3186
|
}.Layer__card {
|
|
3190
3187
|
display: flex;
|
|
3191
3188
|
flex-direction: column;
|
|
@@ -10824,9 +10821,6 @@ header.Layer__profit-and-loss-detailed-charts__header--tablet {
|
|
|
10824
10821
|
margin-top: -12px;
|
|
10825
10822
|
}
|
|
10826
10823
|
}
|
|
10827
|
-
.Layer__BookkeepingProfitAndLossSummariesContainer {
|
|
10828
|
-
padding: var(--spacing-md);
|
|
10829
|
-
}
|
|
10830
10824
|
.Layer__bookkeeping-overview--view .Layer__panel .Layer__panel__content .Layer__component-header {
|
|
10831
10825
|
z-index: 1;
|
|
10832
10826
|
}
|