@loafmarkets/ui 0.1.134 → 0.1.135
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 +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -5
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -12643,20 +12643,20 @@ var CloseBtn2 = styled19.button`
|
|
|
12643
12643
|
}
|
|
12644
12644
|
`;
|
|
12645
12645
|
var CloseAllHeaderBtn = styled19.button`
|
|
12646
|
-
background: rgba(
|
|
12647
|
-
border: 1px solid rgba(
|
|
12646
|
+
background: rgba(230, 200, 126, 0.1);
|
|
12647
|
+
border: 1px solid rgba(230, 200, 126, 0.3);
|
|
12648
12648
|
border-radius: 4px;
|
|
12649
12649
|
padding: 0.2rem 0.6rem;
|
|
12650
12650
|
font-size: 0.62rem;
|
|
12651
12651
|
font-weight: 600;
|
|
12652
|
-
color: #
|
|
12652
|
+
color: #e6c87e;
|
|
12653
12653
|
cursor: pointer;
|
|
12654
12654
|
white-space: nowrap;
|
|
12655
12655
|
transition: all 0.15s ease;
|
|
12656
12656
|
|
|
12657
12657
|
&:hover {
|
|
12658
|
-
background: rgba(
|
|
12659
|
-
border-color: rgba(
|
|
12658
|
+
background: rgba(230, 200, 126, 0.2);
|
|
12659
|
+
border-color: rgba(230, 200, 126, 0.5);
|
|
12660
12660
|
}
|
|
12661
12661
|
`;
|
|
12662
12662
|
var CloseAllOverlay = styled19.div`
|