profinansy-ui-lib 3.0.91 → 3.0.93
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 +22 -8
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -567,15 +567,20 @@
|
|
|
567
567
|
width: 100%;
|
|
568
568
|
border-radius: 4px;
|
|
569
569
|
background: transparent;
|
|
570
|
+
position: absolute;
|
|
571
|
+
bottom: -6.5px;
|
|
572
|
+
left: 0;
|
|
570
573
|
transition: all 0.3s cubic-bezier(0.05, 0, 0, 1);
|
|
571
574
|
`,t.Container=l.default.button`
|
|
572
|
-
|
|
575
|
+
display: flex;
|
|
576
|
+
justify-content: center;
|
|
577
|
+
padding: 0 6px;
|
|
578
|
+
margin-left: 6px;
|
|
573
579
|
width: 48px;
|
|
574
580
|
background: transparent;
|
|
575
581
|
border: none;
|
|
576
582
|
cursor: pointer;
|
|
577
583
|
position: relative;
|
|
578
|
-
top: 2.5px;
|
|
579
584
|
&:hover ${t.Border} {
|
|
580
585
|
background: rgba(255, 255, 255, 0.4);
|
|
581
586
|
}
|
|
@@ -641,8 +646,9 @@
|
|
|
641
646
|
opacity: 1;
|
|
642
647
|
}
|
|
643
648
|
`;t.Wrapper=o.default.div`
|
|
649
|
+
z-index: 10000;
|
|
644
650
|
position: absolute;
|
|
645
|
-
top:
|
|
651
|
+
top: 78px;
|
|
646
652
|
left: 0;
|
|
647
653
|
border-radius: 12px;
|
|
648
654
|
width: 100%;
|
|
@@ -683,6 +689,9 @@
|
|
|
683
689
|
border-radius: 4px;
|
|
684
690
|
background: ${e=>e.active?"#ffffff":"transparent"};
|
|
685
691
|
transition: all 0.3s cubic-bezier(0.05, 0, 0, 1);
|
|
692
|
+
position: absolute;
|
|
693
|
+
left: 0;
|
|
694
|
+
bottom: -3px;
|
|
686
695
|
`,t.Container=a.default.button`
|
|
687
696
|
font-family: Manrope, sans-serif;
|
|
688
697
|
border: none;
|
|
@@ -690,6 +699,7 @@
|
|
|
690
699
|
cursor: pointer;
|
|
691
700
|
transition: all 0.3s cubic-bezier(0.05, 0, 0, 1);
|
|
692
701
|
padding: 0;
|
|
702
|
+
position: relative;
|
|
693
703
|
&:hover ${t.Border} {
|
|
694
704
|
background: rgba(255, 255, 255, 0.4);
|
|
695
705
|
}
|
|
@@ -1019,20 +1029,24 @@
|
|
|
1019
1029
|
height: ${e=>`${e.height}px`};
|
|
1020
1030
|
`,t.CenterWrapper=a.default.div`
|
|
1021
1031
|
position: relative;
|
|
1032
|
+
height: ${()=>`${i.HEIGHT_HEADER}px`};
|
|
1033
|
+
@media (max-width: ${i.TABLET_WIDTH}px) {
|
|
1034
|
+
display: none;
|
|
1035
|
+
}
|
|
1022
1036
|
`,t.LinksContainer=a.default.div`
|
|
1023
1037
|
position: relative;
|
|
1024
1038
|
overflow: hidden;
|
|
1025
1039
|
width: 740px;
|
|
1040
|
+
height: 100%;
|
|
1041
|
+
display: flex;
|
|
1042
|
+
align-items: center;
|
|
1026
1043
|
@media (max-width: 1100px) {
|
|
1027
1044
|
width: 690px;
|
|
1028
1045
|
}
|
|
1029
|
-
@media (max-width: ${i.TABLET_WIDTH}px) {
|
|
1030
|
-
display: none;
|
|
1031
|
-
}
|
|
1032
1046
|
`,t.LinkList=a.default.div`
|
|
1047
|
+
height: 100%;
|
|
1033
1048
|
position: absolute;
|
|
1034
|
-
|
|
1035
|
-
left: 48px;
|
|
1049
|
+
left: 56px;
|
|
1036
1050
|
display: flex;
|
|
1037
1051
|
align-items: center;
|
|
1038
1052
|
gap: 10px;
|