11html body {
2+ line-height :25px ;
3+ font-family :" Manrope" ,-apple-system , BlinkMacSystemFont," Segoe UI" , Roboto,
4+ Oxygen, Ubuntu, Cantarell," Open Sans" ," Helvetica Neue" ,sans-serif ;
5+ button {
6+ line-height :25px ;
7+ }
28.brand-bg {
39margin-top :-16px ;
410transform :translate (-50% ,0 );
@@ -9,6 +15,25 @@ html body {
915max-width :500px ;
1016 }
1117
18+ .stroke {
19+ border :4px solid #d1d8e0 ;
20+ & .stroke-fill {
21+ position :relative ;
22+ display :flex ;
23+ align-items :center ;
24+ justify-content :center ;
25+ & :after {
26+ content :" " ;
27+
28+ width :100% ;
29+ height :100% ;
30+ transform :scale (0.7 );
31+ border-radius :100% ;
32+ background-color :#4a5568 ;
33+ }
34+ }
35+ }
36+
1237.ant-slider-step {
1338background :rgb (209 ,216 ,224 );
1439 }
@@ -45,7 +70,39 @@ html body {
4570
4671.ant-popover-inner {
4772max-width :300px ;
48- border-radius :4px ;
73+ border-radius :10px ;
74+ }
75+
76+ .ant-popover-arrow {
77+ display :none ;
78+ }
79+
80+ .ant-popover-inner-content {
81+ padding :25px ;
82+ background :rgba (207 ,214 ,222 ,0.15 );
83+ }
84+
85+ input .ant-input {
86+ border-radius :6px ;
87+ padding :9px ;
88+ font-weight :bold ;
89+ color :#828b99 ;
90+ border-color :#cfd8df ;
91+ border-width :2px ;
92+ }
93+
94+ .ant-input :hover {
95+ border-color :#4e566b ;
96+ border-right-width :2px !important ;
97+ }
98+
99+ .ant-input :focus ,
100+ .ant-input-focused {
101+ border-color :#4c5468 ;
102+ border-right-width :2px !important ;
103+ outline :0 ;
104+ -webkit-box-shadow :0 0 0 2px rgba (78 ,86 ,107 ,0.34 );
105+ box-shadow :0 0 0 2px rgba (78 ,86 ,107 ,0.34 );
49106 }
50107
51108pre {