profinansy-ui-lib 3.0.91 → 3.0.92
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 +16 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -567,15 +567,18 @@
|
|
|
567
567
|
width: 100%;
|
|
568
568
|
border-radius: 4px;
|
|
569
569
|
background: transparent;
|
|
570
|
+
position: absolute;
|
|
571
|
+
bottom: -4px;
|
|
572
|
+
left: 0;
|
|
570
573
|
transition: all 0.3s cubic-bezier(0.05, 0, 0, 1);
|
|
571
574
|
`,t.Container=l.default.button`
|
|
572
|
-
padding: 6px;
|
|
575
|
+
padding: 0 6px;
|
|
576
|
+
margin-left: 6px;
|
|
573
577
|
width: 48px;
|
|
574
578
|
background: transparent;
|
|
575
579
|
border: none;
|
|
576
580
|
cursor: pointer;
|
|
577
581
|
position: relative;
|
|
578
|
-
top: 2.5px;
|
|
579
582
|
&:hover ${t.Border} {
|
|
580
583
|
background: rgba(255, 255, 255, 0.4);
|
|
581
584
|
}
|
|
@@ -641,8 +644,9 @@
|
|
|
641
644
|
opacity: 1;
|
|
642
645
|
}
|
|
643
646
|
`;t.Wrapper=o.default.div`
|
|
647
|
+
z-index: 10000;
|
|
644
648
|
position: absolute;
|
|
645
|
-
top:
|
|
649
|
+
top: 78px;
|
|
646
650
|
left: 0;
|
|
647
651
|
border-radius: 12px;
|
|
648
652
|
width: 100%;
|
|
@@ -1019,20 +1023,24 @@
|
|
|
1019
1023
|
height: ${e=>`${e.height}px`};
|
|
1020
1024
|
`,t.CenterWrapper=a.default.div`
|
|
1021
1025
|
position: relative;
|
|
1026
|
+
height: ${()=>`${i.HEIGHT_HEADER}px`};
|
|
1027
|
+
@media (max-width: ${i.TABLET_WIDTH}px) {
|
|
1028
|
+
display: none;
|
|
1029
|
+
}
|
|
1022
1030
|
`,t.LinksContainer=a.default.div`
|
|
1023
1031
|
position: relative;
|
|
1024
1032
|
overflow: hidden;
|
|
1025
1033
|
width: 740px;
|
|
1034
|
+
height: 100%;
|
|
1035
|
+
display: flex;
|
|
1036
|
+
align-items: center;
|
|
1026
1037
|
@media (max-width: 1100px) {
|
|
1027
1038
|
width: 690px;
|
|
1028
1039
|
}
|
|
1029
|
-
@media (max-width: ${i.TABLET_WIDTH}px) {
|
|
1030
|
-
display: none;
|
|
1031
|
-
}
|
|
1032
1040
|
`,t.LinkList=a.default.div`
|
|
1041
|
+
height: 100%;
|
|
1033
1042
|
position: absolute;
|
|
1034
|
-
|
|
1035
|
-
left: 48px;
|
|
1043
|
+
left: 56px;
|
|
1036
1044
|
display: flex;
|
|
1037
1045
|
align-items: center;
|
|
1038
1046
|
gap: 10px;
|