@loafmarkets/ui 0.1.267 → 0.1.269
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/index.js +3 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -14201,6 +14201,7 @@ var ContentScroll = styled9.div`
|
|
|
14201
14201
|
flex: 1;
|
|
14202
14202
|
overflow-y: auto;
|
|
14203
14203
|
min-height: 0;
|
|
14204
|
+
padding-bottom: 1rem;
|
|
14204
14205
|
scrollbar-width: thin;
|
|
14205
14206
|
scrollbar-color: rgba(255, 255, 255, 0.1) transparent;
|
|
14206
14207
|
&::-webkit-scrollbar { width: 4px; }
|
|
@@ -14862,7 +14863,7 @@ var CRow = styled9.button`
|
|
|
14862
14863
|
var CCellLabel = styled9.div`
|
|
14863
14864
|
font-size: 0.6rem;
|
|
14864
14865
|
font-weight: 500;
|
|
14865
|
-
color: rgba(255, 255, 255, 0.
|
|
14866
|
+
color: rgba(255, 255, 255, 0.5);
|
|
14866
14867
|
margin-bottom: 1px;
|
|
14867
14868
|
`;
|
|
14868
14869
|
var CAssetCell = styled9.div``;
|
|
@@ -14921,7 +14922,7 @@ var CDetailGrid = styled9.div`
|
|
|
14921
14922
|
var CDetailItem = styled9.div``;
|
|
14922
14923
|
var CDLabel = styled9.div`
|
|
14923
14924
|
font-size: 0.6rem;
|
|
14924
|
-
color: rgba(255, 255, 255, 0.
|
|
14925
|
+
color: rgba(255, 255, 255, 0.5);
|
|
14925
14926
|
margin-bottom: 1px;
|
|
14926
14927
|
`;
|
|
14927
14928
|
var CDValue = styled9.div`
|