@thenamespace/ens-components 0.5.0 → 0.7.0
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.css +1792 -1
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +7168 -290
- package/dist/index.js +1732 -48
- package/dist/index.js.map +1 -1
- package/dist/styles.js +1 -1
- package/dist/types/components/atoms/icon/custom/SearchIcon.d.ts +6 -0
- package/dist/types/components/ens-names-register-component/ENSNamesRegisterComponent.d.ts +17 -0
- package/dist/types/components/ens-names-register-component/sub-components/CostSummary.d.ts +10 -0
- package/dist/types/components/ens-names-register-component/sub-components/Header.d.ts +7 -0
- package/dist/types/components/ens-names-register-component/sub-components/NameSearch.d.ts +9 -0
- package/dist/types/components/ens-names-register-component/sub-components/ProgressBar.d.ts +5 -0
- package/dist/types/components/ens-names-register-component/sub-components/RegistrationForm.d.ts +15 -0
- package/dist/types/components/ens-names-register-component/sub-components/RegistrationProcess.d.ts +17 -0
- package/dist/types/components/ens-names-register-component/sub-components/StepItem.d.ts +11 -0
- package/dist/types/components/ens-names-register-component/sub-components/SuccessScreen.d.ts +13 -0
- package/dist/types/components/ens-names-register-component/sub-components/Timer.d.ts +6 -0
- package/dist/types/components/ens-offchain-register-modal/EnsOffChainRegisterModal.d.ts +18 -0
- package/dist/types/components/ens-offchain-register-modal/sub-components/InitialStep.d.ts +9 -0
- package/dist/types/components/ens-offchain-register-modal/sub-components/OffchainRegistrationProcess.d.ts +18 -0
- package/dist/types/components/ens-offchain-register-modal/sub-components/OffchainSuccessScreen.d.ts +8 -0
- package/dist/types/components/ens-onchain-register-modal/EnsOnChainRegisterModal.d.ts +30 -0
- package/dist/types/components/ens-onchain-register-modal/sub-components/ConfirmationStep.d.ts +18 -0
- package/dist/types/components/ens-onchain-register-modal/sub-components/InitialStep.d.ts +10 -0
- package/dist/types/components/ens-onchain-register-modal/sub-components/OnchainSuccessScreen.d.ts +6 -0
- package/dist/types/components/ens-onchain-register-modal/sub-components/RegistrationStep.d.ts +22 -0
- package/dist/types/components/index.d.ts +3 -0
- package/dist/types/hooks/useWeb3Clients.d.ts +4 -4
- package/package.json +2 -1
package/dist/index.css
CHANGED
|
@@ -912,7 +912,6 @@ html{
|
|
|
912
912
|
line-height:1.5;
|
|
913
913
|
}
|
|
914
914
|
|
|
915
|
-
|
|
916
915
|
.ns-text{
|
|
917
916
|
font-family:var(--ns-font-family);
|
|
918
917
|
line-height:1.5;
|
|
@@ -2523,6 +2522,1798 @@ html{
|
|
|
2523
2522
|
background:rgba(59,130,246,.1);
|
|
2524
2523
|
}
|
|
2525
2524
|
|
|
2525
|
+
.ns-onchain-register-container{
|
|
2526
|
+
align-items:center;
|
|
2527
|
+
backdrop-filter:blur(4px);
|
|
2528
|
+
background:rgba(0,0,0,.5);
|
|
2529
|
+
bottom:0;
|
|
2530
|
+
display:flex;
|
|
2531
|
+
justify-content:center;
|
|
2532
|
+
left:0;
|
|
2533
|
+
padding:20px;
|
|
2534
|
+
position:fixed;
|
|
2535
|
+
right:0;
|
|
2536
|
+
top:0;
|
|
2537
|
+
z-index:1000;
|
|
2538
|
+
}
|
|
2539
|
+
.ns-onchain-register-card{
|
|
2540
|
+
animation:fadeIn .4s ease;
|
|
2541
|
+
background:#f9f8f9;
|
|
2542
|
+
border-radius:20px;
|
|
2543
|
+
box-shadow:0 4px 16px rgba(0,0,0,.1);
|
|
2544
|
+
max-width:420px;
|
|
2545
|
+
min-width:420px;
|
|
2546
|
+
padding:20px;
|
|
2547
|
+
position:relative;
|
|
2548
|
+
text-align:center;
|
|
2549
|
+
width:420px;
|
|
2550
|
+
}
|
|
2551
|
+
.ns-onchain-register-card .ns-onchain-register-duration-section,.ns-onchain-register-card .ns-onchain-register-owner-section,.ns-onchain-register-card .ns-onchain-register-profile-card,.ns-onchain-register-card .ns-onchain-register-toggle{
|
|
2552
|
+
text-align:left;
|
|
2553
|
+
}
|
|
2554
|
+
.ns-onchain-register-banner{
|
|
2555
|
+
border-radius:16px;
|
|
2556
|
+
height:auto;
|
|
2557
|
+
margin-bottom:12px;
|
|
2558
|
+
overflow:hidden;
|
|
2559
|
+
width:100%;
|
|
2560
|
+
}
|
|
2561
|
+
.ns-onchain-register-banner img{
|
|
2562
|
+
display:block;
|
|
2563
|
+
height:auto;
|
|
2564
|
+
-o-object-fit:contain;
|
|
2565
|
+
object-fit:contain;
|
|
2566
|
+
width:100%;
|
|
2567
|
+
}
|
|
2568
|
+
.ns-onchain-register-header{
|
|
2569
|
+
margin-bottom:12px;
|
|
2570
|
+
}
|
|
2571
|
+
.ns-onchain-register-header .ns-text,.ns-onchain-register-header h3{
|
|
2572
|
+
margin:0;
|
|
2573
|
+
}
|
|
2574
|
+
.ns-onchain-register-header p,.ns-onchain-register-subtitle{
|
|
2575
|
+
color:#666;
|
|
2576
|
+
font-size:14px;
|
|
2577
|
+
margin-top:6px;
|
|
2578
|
+
}
|
|
2579
|
+
.ns-onchain-register-input-row{
|
|
2580
|
+
align-items:center;
|
|
2581
|
+
background-color:#fff;
|
|
2582
|
+
border:1px solid #e5e7eb;
|
|
2583
|
+
border-radius:12px;
|
|
2584
|
+
display:flex;
|
|
2585
|
+
gap:8px;
|
|
2586
|
+
margin-bottom:12px;
|
|
2587
|
+
padding:12px;
|
|
2588
|
+
}
|
|
2589
|
+
.ns-onchain-register-search-icon{
|
|
2590
|
+
color:#9ca3af;
|
|
2591
|
+
flex-shrink:0;
|
|
2592
|
+
}
|
|
2593
|
+
.ns-onchain-register-input{
|
|
2594
|
+
flex:1;
|
|
2595
|
+
padding:0 !important;
|
|
2596
|
+
}
|
|
2597
|
+
.ns-onchain-register-input,.ns-onchain-register-input input{
|
|
2598
|
+
background:transparent;
|
|
2599
|
+
border:none !important;
|
|
2600
|
+
box-shadow:none !important;
|
|
2601
|
+
outline:none !important;
|
|
2602
|
+
}
|
|
2603
|
+
.ns-onchain-register-checkmark{
|
|
2604
|
+
align-items:center;
|
|
2605
|
+
animation:scaleIn .2s ease;
|
|
2606
|
+
display:flex;
|
|
2607
|
+
flex-shrink:0;
|
|
2608
|
+
justify-content:center;
|
|
2609
|
+
pointer-events:none;
|
|
2610
|
+
}
|
|
2611
|
+
.ns-onchain-register-checkmark.available{
|
|
2612
|
+
background:transparent;
|
|
2613
|
+
}
|
|
2614
|
+
@keyframes scaleIn{
|
|
2615
|
+
0%{
|
|
2616
|
+
opacity:0;
|
|
2617
|
+
transform:scale(0);
|
|
2618
|
+
}
|
|
2619
|
+
to{
|
|
2620
|
+
opacity:1;
|
|
2621
|
+
transform:scale(1);
|
|
2622
|
+
}
|
|
2623
|
+
}
|
|
2624
|
+
.ns-onchain-register-checkmark .ns-icon{
|
|
2625
|
+
height:16px;
|
|
2626
|
+
width:16px;
|
|
2627
|
+
}
|
|
2628
|
+
.ns-onchain-register-clear-btn{
|
|
2629
|
+
align-items:center;
|
|
2630
|
+
animation:scaleIn .2s ease;
|
|
2631
|
+
background:#000;
|
|
2632
|
+
border:none;
|
|
2633
|
+
border-radius:50%;
|
|
2634
|
+
cursor:pointer;
|
|
2635
|
+
display:flex;
|
|
2636
|
+
flex-shrink:0;
|
|
2637
|
+
height:22px;
|
|
2638
|
+
justify-content:center;
|
|
2639
|
+
padding:0;
|
|
2640
|
+
transition:all .2s ease;
|
|
2641
|
+
width:22px;
|
|
2642
|
+
}
|
|
2643
|
+
.ns-onchain-register-clear-btn:hover{
|
|
2644
|
+
background:#333;
|
|
2645
|
+
transform:scale(1.1);
|
|
2646
|
+
}
|
|
2647
|
+
.ns-onchain-register-clear-btn:active{
|
|
2648
|
+
transform:scale(.95);
|
|
2649
|
+
}
|
|
2650
|
+
.ns-onchain-register-clear-btn .ns-icon{
|
|
2651
|
+
height:12px;
|
|
2652
|
+
width:12px;
|
|
2653
|
+
}
|
|
2654
|
+
.ns-onchain-register-unavailable-message{
|
|
2655
|
+
align-items:center;
|
|
2656
|
+
animation:slideDown .2s ease;
|
|
2657
|
+
border-radius:10px;
|
|
2658
|
+
display:flex;
|
|
2659
|
+
gap:10px;
|
|
2660
|
+
margin-bottom:4px;
|
|
2661
|
+
margin-top:-16px;
|
|
2662
|
+
padding:8px 4px;
|
|
2663
|
+
}
|
|
2664
|
+
.ns-onchain-register-warning-icon{
|
|
2665
|
+
color:#dc2626;
|
|
2666
|
+
flex-shrink:0;
|
|
2667
|
+
}
|
|
2668
|
+
.ns-onchain-register-domain-suffix{
|
|
2669
|
+
border-left:1px solid #e5e7eb;
|
|
2670
|
+
color:#374151;
|
|
2671
|
+
font-size:16px;
|
|
2672
|
+
font-weight:800;
|
|
2673
|
+
margin-left:8px;
|
|
2674
|
+
padding-left:8px;
|
|
2675
|
+
white-space:nowrap;
|
|
2676
|
+
}
|
|
2677
|
+
.ns-onchain-register-actions{
|
|
2678
|
+
display:flex;
|
|
2679
|
+
gap:12px;
|
|
2680
|
+
margin-top:16px;
|
|
2681
|
+
width:100%;
|
|
2682
|
+
}
|
|
2683
|
+
.ns-onchain-register-actions .cancel,.ns-onchain-register-actions .primary{
|
|
2684
|
+
border:none;
|
|
2685
|
+
border-radius:8px;
|
|
2686
|
+
cursor:pointer;
|
|
2687
|
+
flex:1;
|
|
2688
|
+
font-size:14px;
|
|
2689
|
+
font-weight:500;
|
|
2690
|
+
padding:12px 0;
|
|
2691
|
+
transition:all .2s ease-in-out;
|
|
2692
|
+
}
|
|
2693
|
+
.ns-onchain-register-actions .cancel{
|
|
2694
|
+
background:#f4f4f4;
|
|
2695
|
+
color:#333;
|
|
2696
|
+
}
|
|
2697
|
+
.ns-onchain-register-actions .cancel:hover{
|
|
2698
|
+
background:#e8e8e8;
|
|
2699
|
+
}
|
|
2700
|
+
.ns-onchain-register-actions .primary{
|
|
2701
|
+
background:#000;
|
|
2702
|
+
color:#fff;
|
|
2703
|
+
}
|
|
2704
|
+
.ns-onchain-register-actions .primary:hover{
|
|
2705
|
+
background:#111;
|
|
2706
|
+
}
|
|
2707
|
+
.ns-onchain-register-actions button:disabled{
|
|
2708
|
+
cursor:not-allowed;
|
|
2709
|
+
opacity:.5;
|
|
2710
|
+
}
|
|
2711
|
+
.ns-onchain-register-close-btn{
|
|
2712
|
+
align-items:center;
|
|
2713
|
+
background-color:#fff;
|
|
2714
|
+
border:none;
|
|
2715
|
+
border-radius:50%;
|
|
2716
|
+
box-shadow:0 2px 4px rgba(0,0,0,.1);
|
|
2717
|
+
cursor:pointer;
|
|
2718
|
+
display:flex;
|
|
2719
|
+
height:32px;
|
|
2720
|
+
justify-content:center;
|
|
2721
|
+
position:absolute;
|
|
2722
|
+
right:16px;
|
|
2723
|
+
top:16px;
|
|
2724
|
+
transition:all .2s ease;
|
|
2725
|
+
width:32px;
|
|
2726
|
+
z-index:10;
|
|
2727
|
+
}
|
|
2728
|
+
.ns-onchain-register-close-btn:hover{
|
|
2729
|
+
background-color:#f0f0f0;
|
|
2730
|
+
transform:scale(1.05);
|
|
2731
|
+
}
|
|
2732
|
+
.ns-onchain-register-footer{
|
|
2733
|
+
margin-top:16px;
|
|
2734
|
+
padding-top:12px;
|
|
2735
|
+
text-align:center;
|
|
2736
|
+
}
|
|
2737
|
+
@keyframes fadeIn{
|
|
2738
|
+
0%{
|
|
2739
|
+
opacity:0;
|
|
2740
|
+
transform:translateY(10px);
|
|
2741
|
+
}
|
|
2742
|
+
|
|
2743
|
+
to{
|
|
2744
|
+
opacity:1;
|
|
2745
|
+
transform:translateY(0);
|
|
2746
|
+
}
|
|
2747
|
+
}
|
|
2748
|
+
.ns-onchain-register-mint-title{
|
|
2749
|
+
margin-bottom:6px;
|
|
2750
|
+
text-align:center;
|
|
2751
|
+
}
|
|
2752
|
+
.ns-onchain-register-name-display{
|
|
2753
|
+
margin-bottom:16px;
|
|
2754
|
+
text-align:center;
|
|
2755
|
+
}
|
|
2756
|
+
.ns-onchain-register-owner-section{
|
|
2757
|
+
background:#f4f4f4;
|
|
2758
|
+
border-radius:10px;
|
|
2759
|
+
margin-bottom:16px;
|
|
2760
|
+
overflow:hidden;
|
|
2761
|
+
}
|
|
2762
|
+
.ns-onchain-register-owner-header{
|
|
2763
|
+
align-items:center;
|
|
2764
|
+
cursor:pointer;
|
|
2765
|
+
display:flex;
|
|
2766
|
+
justify-content:space-between;
|
|
2767
|
+
padding:12px 16px;
|
|
2768
|
+
transition:background .2s ease;
|
|
2769
|
+
}
|
|
2770
|
+
.ns-onchain-register-owner-header:hover{
|
|
2771
|
+
background:#e8e8e8;
|
|
2772
|
+
}
|
|
2773
|
+
.ns-onchain-register-owner-left{
|
|
2774
|
+
align-items:center;
|
|
2775
|
+
display:flex;
|
|
2776
|
+
gap:8px;
|
|
2777
|
+
}
|
|
2778
|
+
.ns-onchain-register-owner-chevron{
|
|
2779
|
+
align-items:center;
|
|
2780
|
+
color:#333;
|
|
2781
|
+
display:flex;
|
|
2782
|
+
transition:transform .2s ease;
|
|
2783
|
+
}
|
|
2784
|
+
.ns-onchain-register-owner-content{
|
|
2785
|
+
animation:slideDown .2s ease;
|
|
2786
|
+
padding:0 16px 16px;
|
|
2787
|
+
}
|
|
2788
|
+
.ns-onchain-register-owner-input{
|
|
2789
|
+
background:#fff;
|
|
2790
|
+
border:1px solid #e5e7eb;
|
|
2791
|
+
border-radius:8px;
|
|
2792
|
+
width:100%;
|
|
2793
|
+
}
|
|
2794
|
+
@keyframes slideDown{
|
|
2795
|
+
0%{
|
|
2796
|
+
opacity:0;
|
|
2797
|
+
transform:translateY(-10px);
|
|
2798
|
+
}
|
|
2799
|
+
to{
|
|
2800
|
+
opacity:1;
|
|
2801
|
+
transform:translateY(0);
|
|
2802
|
+
}
|
|
2803
|
+
}
|
|
2804
|
+
.ns-onchain-register-duration-section{
|
|
2805
|
+
background:#fff;
|
|
2806
|
+
border-radius:12px;
|
|
2807
|
+
margin-bottom:16px;
|
|
2808
|
+
padding:14px;
|
|
2809
|
+
}
|
|
2810
|
+
.ns-onchain-register-duration-controls{
|
|
2811
|
+
align-items:center;
|
|
2812
|
+
display:flex;
|
|
2813
|
+
justify-content:space-between;
|
|
2814
|
+
margin-bottom:16px;
|
|
2815
|
+
padding:2px;
|
|
2816
|
+
width:100% !important;
|
|
2817
|
+
}
|
|
2818
|
+
.ns-onchain-register-card .ns-onchain-register-duration-controls:has(>:only-child){
|
|
2819
|
+
justify-content:center;
|
|
2820
|
+
}
|
|
2821
|
+
.ns-onchain-register-duration-btn{
|
|
2822
|
+
align-items:center;
|
|
2823
|
+
background:#000;
|
|
2824
|
+
border:none;
|
|
2825
|
+
border-radius:15%;
|
|
2826
|
+
color:#fff;
|
|
2827
|
+
cursor:pointer;
|
|
2828
|
+
display:flex;
|
|
2829
|
+
height:25px;
|
|
2830
|
+
justify-content:center;
|
|
2831
|
+
transition:all .2s ease;
|
|
2832
|
+
width:25px;
|
|
2833
|
+
}
|
|
2834
|
+
.ns-onchain-register-duration-btn:hover:not(:disabled){
|
|
2835
|
+
background:#333;
|
|
2836
|
+
}
|
|
2837
|
+
.ns-onchain-register-duration-btn:disabled{
|
|
2838
|
+
cursor:not-allowed;
|
|
2839
|
+
opacity:.5;
|
|
2840
|
+
}
|
|
2841
|
+
.ns-onchain-register-cost-breakdown{
|
|
2842
|
+
border-top:1px solid #e5e7eb;
|
|
2843
|
+
padding-top:14px;
|
|
2844
|
+
}
|
|
2845
|
+
.ns-onchain-register-cost-row{
|
|
2846
|
+
align-items:center;
|
|
2847
|
+
display:flex;
|
|
2848
|
+
justify-content:space-between;
|
|
2849
|
+
margin-bottom:10px;
|
|
2850
|
+
}
|
|
2851
|
+
.ns-onchain-register-cost-row.total{
|
|
2852
|
+
border-top:1px solid #e5e7eb;
|
|
2853
|
+
margin-bottom:0;
|
|
2854
|
+
margin-top:10px;
|
|
2855
|
+
padding-top:10px;
|
|
2856
|
+
}
|
|
2857
|
+
.ns-onchain-register-total-cost{
|
|
2858
|
+
align-items:center;
|
|
2859
|
+
display:flex;
|
|
2860
|
+
gap:6px;
|
|
2861
|
+
}
|
|
2862
|
+
.ns-onchain-register-profile-card{
|
|
2863
|
+
align-items:center;
|
|
2864
|
+
background:#fff;
|
|
2865
|
+
border:2px dashed #d3d3d3;
|
|
2866
|
+
border-radius:12px;
|
|
2867
|
+
cursor:pointer;
|
|
2868
|
+
display:flex;
|
|
2869
|
+
justify-content:space-between;
|
|
2870
|
+
margin-bottom:16px;
|
|
2871
|
+
padding:14px;
|
|
2872
|
+
transition:all .2s ease;
|
|
2873
|
+
}
|
|
2874
|
+
.ns-onchain-register-profile-card:hover{
|
|
2875
|
+
background:#fafafa;
|
|
2876
|
+
border-color:#000;
|
|
2877
|
+
}
|
|
2878
|
+
.ns-onchain-register-profile-icon{
|
|
2879
|
+
align-items:center;
|
|
2880
|
+
background:#f5f5f5;
|
|
2881
|
+
border-radius:8px;
|
|
2882
|
+
display:flex;
|
|
2883
|
+
flex-shrink:0;
|
|
2884
|
+
height:40px;
|
|
2885
|
+
justify-content:center;
|
|
2886
|
+
margin-right:12px;
|
|
2887
|
+
width:40px;
|
|
2888
|
+
}
|
|
2889
|
+
.ns-onchain-register-profile-icon img{
|
|
2890
|
+
height:24px;
|
|
2891
|
+
-o-object-fit:contain;
|
|
2892
|
+
object-fit:contain;
|
|
2893
|
+
width:24px;
|
|
2894
|
+
}
|
|
2895
|
+
.ns-onchain-register-profile-text{
|
|
2896
|
+
flex:1;
|
|
2897
|
+
text-align:left;
|
|
2898
|
+
}
|
|
2899
|
+
.ns-onchain-register-profile-text .ns-text:first-child{
|
|
2900
|
+
margin-bottom:4px;
|
|
2901
|
+
}
|
|
2902
|
+
.ns-onchain-register-profile-arrow{
|
|
2903
|
+
align-items:center;
|
|
2904
|
+
background-color:#333;
|
|
2905
|
+
border:none;
|
|
2906
|
+
border-radius:50%;
|
|
2907
|
+
color:#fff;
|
|
2908
|
+
cursor:pointer;
|
|
2909
|
+
display:flex;
|
|
2910
|
+
flex-shrink:0;
|
|
2911
|
+
height:28px;
|
|
2912
|
+
justify-content:center;
|
|
2913
|
+
padding:0;
|
|
2914
|
+
transition:background .2s ease;
|
|
2915
|
+
width:28px;
|
|
2916
|
+
}
|
|
2917
|
+
.ns-onchain-register-profile-arrow:hover{
|
|
2918
|
+
background-color:#000;
|
|
2919
|
+
}
|
|
2920
|
+
.ns-onchain-register-profile-completed{
|
|
2921
|
+
align-items:center;
|
|
2922
|
+
background:#fff;
|
|
2923
|
+
border-radius:12px;
|
|
2924
|
+
box-shadow:0 1px 3px rgba(0,0,0,.1);
|
|
2925
|
+
display:flex;
|
|
2926
|
+
gap:12px;
|
|
2927
|
+
justify-content:space-between;
|
|
2928
|
+
margin-bottom:16px;
|
|
2929
|
+
padding:14px;
|
|
2930
|
+
}
|
|
2931
|
+
.ns-onchain-register-profile-completed-avatar{
|
|
2932
|
+
align-items:center;
|
|
2933
|
+
background:#f5f5f5;
|
|
2934
|
+
border-radius:8px;
|
|
2935
|
+
display:flex;
|
|
2936
|
+
flex-shrink:0;
|
|
2937
|
+
height:40px;
|
|
2938
|
+
justify-content:center;
|
|
2939
|
+
overflow:hidden;
|
|
2940
|
+
width:40px;
|
|
2941
|
+
}
|
|
2942
|
+
.ns-onchain-register-profile-completed-avatar img{
|
|
2943
|
+
height:100%;
|
|
2944
|
+
-o-object-fit:cover;
|
|
2945
|
+
object-fit:cover;
|
|
2946
|
+
width:100%;
|
|
2947
|
+
}
|
|
2948
|
+
.ns-onchain-register-profile-completed-text{
|
|
2949
|
+
flex:1;
|
|
2950
|
+
text-align:left;
|
|
2951
|
+
}
|
|
2952
|
+
.ns-onchain-register-profile-completed-text .ns-text:first-child{
|
|
2953
|
+
margin-bottom:4px;
|
|
2954
|
+
}
|
|
2955
|
+
.ns-onchain-register-profile-completed-checkmark{
|
|
2956
|
+
align-items:center;
|
|
2957
|
+
background-color:#333;
|
|
2958
|
+
border-radius:8px;
|
|
2959
|
+
display:flex;
|
|
2960
|
+
flex-shrink:0;
|
|
2961
|
+
height:36px;
|
|
2962
|
+
justify-content:center;
|
|
2963
|
+
width:36px;
|
|
2964
|
+
}
|
|
2965
|
+
.ns-onchain-register-toggle{
|
|
2966
|
+
align-items:flex-start;
|
|
2967
|
+
background:#fff;
|
|
2968
|
+
border-radius:12px;
|
|
2969
|
+
display:flex;
|
|
2970
|
+
gap:14px;
|
|
2971
|
+
justify-content:space-between;
|
|
2972
|
+
margin-bottom:16px;
|
|
2973
|
+
padding:14px;
|
|
2974
|
+
}
|
|
2975
|
+
.ns-onchain-register-toggle-text{
|
|
2976
|
+
flex:1;
|
|
2977
|
+
text-align:left;
|
|
2978
|
+
}
|
|
2979
|
+
.ns-onchain-register-toggle-text .ns-text:first-child{
|
|
2980
|
+
margin-bottom:8px;
|
|
2981
|
+
}
|
|
2982
|
+
.ns-onchain-register-toggle-text strong{
|
|
2983
|
+
font-weight:600;
|
|
2984
|
+
}
|
|
2985
|
+
.toggle-switch{
|
|
2986
|
+
flex-shrink:0;
|
|
2987
|
+
height:22px;
|
|
2988
|
+
position:relative;
|
|
2989
|
+
width:40px;
|
|
2990
|
+
}
|
|
2991
|
+
.toggle-switch input{
|
|
2992
|
+
display:none;
|
|
2993
|
+
}
|
|
2994
|
+
.toggle-switch label{
|
|
2995
|
+
background:#ccc;
|
|
2996
|
+
border-radius:22px;
|
|
2997
|
+
bottom:0;
|
|
2998
|
+
cursor:pointer;
|
|
2999
|
+
left:0;
|
|
3000
|
+
position:absolute;
|
|
3001
|
+
right:0;
|
|
3002
|
+
top:0;
|
|
3003
|
+
transition:background .3s;
|
|
3004
|
+
}
|
|
3005
|
+
.toggle-switch label:after{
|
|
3006
|
+
background:#fff;
|
|
3007
|
+
border-radius:50%;
|
|
3008
|
+
content:"";
|
|
3009
|
+
height:18px;
|
|
3010
|
+
left:2px;
|
|
3011
|
+
position:absolute;
|
|
3012
|
+
top:2px;
|
|
3013
|
+
transition:all .3s;
|
|
3014
|
+
width:18px;
|
|
3015
|
+
}
|
|
3016
|
+
.toggle-switch input:checked+label{
|
|
3017
|
+
background:#000;
|
|
3018
|
+
}
|
|
3019
|
+
.toggle-switch input:checked+label:after{
|
|
3020
|
+
transform:translateX(18px);
|
|
3021
|
+
}
|
|
3022
|
+
.ns-onchain-register-success{
|
|
3023
|
+
text-align:center;
|
|
3024
|
+
}
|
|
3025
|
+
.ns-onchain-register-success-title-section{
|
|
3026
|
+
margin-bottom:20px;
|
|
3027
|
+
text-align:center;
|
|
3028
|
+
}
|
|
3029
|
+
.ns-onchain-register-success-message{
|
|
3030
|
+
color:#333;
|
|
3031
|
+
display:block;
|
|
3032
|
+
margin-bottom:8px;
|
|
3033
|
+
}
|
|
3034
|
+
.ns-onchain-register-success-subtitle{
|
|
3035
|
+
color:#666;
|
|
3036
|
+
display:block;
|
|
3037
|
+
}
|
|
3038
|
+
.ns-onchain-register-finish-banner{
|
|
3039
|
+
align-items:center;
|
|
3040
|
+
display:flex;
|
|
3041
|
+
justify-content:center;
|
|
3042
|
+
margin-bottom:20px;
|
|
3043
|
+
}
|
|
3044
|
+
.ns-onchain-register-finish-banner img{
|
|
3045
|
+
height:auto;
|
|
3046
|
+
max-width:200px;
|
|
3047
|
+
-o-object-fit:contain;
|
|
3048
|
+
object-fit:contain;
|
|
3049
|
+
width:100%;
|
|
3050
|
+
}
|
|
3051
|
+
.ns-onchain-register-actions .finish-btn{
|
|
3052
|
+
background-color:#333 !important;
|
|
3053
|
+
border:none;
|
|
3054
|
+
border-radius:12px;
|
|
3055
|
+
color:#fff !important;
|
|
3056
|
+
cursor:pointer;
|
|
3057
|
+
font-size:16px;
|
|
3058
|
+
font-weight:600;
|
|
3059
|
+
padding:14px 0;
|
|
3060
|
+
transition:all .2s ease;
|
|
3061
|
+
width:100%;
|
|
3062
|
+
}
|
|
3063
|
+
.ns-onchain-register-actions .finish-btn:hover{
|
|
3064
|
+
background-color:#000 !important;
|
|
3065
|
+
}
|
|
3066
|
+
|
|
3067
|
+
.ns-offchain-register-container{
|
|
3068
|
+
align-items:center;
|
|
3069
|
+
backdrop-filter:blur(4px);
|
|
3070
|
+
background:rgba(0,0,0,.5);
|
|
3071
|
+
bottom:0;
|
|
3072
|
+
display:flex;
|
|
3073
|
+
justify-content:center;
|
|
3074
|
+
left:0;
|
|
3075
|
+
padding:20px;
|
|
3076
|
+
position:fixed;
|
|
3077
|
+
right:0;
|
|
3078
|
+
top:0;
|
|
3079
|
+
z-index:1000;
|
|
3080
|
+
}
|
|
3081
|
+
.ns-offchain-register-card{
|
|
3082
|
+
animation:fadeIn .4s ease;
|
|
3083
|
+
background:#f9f8f9;
|
|
3084
|
+
border-radius:20px;
|
|
3085
|
+
box-shadow:0 4px 16px rgba(0,0,0,.1);
|
|
3086
|
+
max-width:380px;
|
|
3087
|
+
padding:20px;
|
|
3088
|
+
position:relative;
|
|
3089
|
+
text-align:center;
|
|
3090
|
+
width:100%;
|
|
3091
|
+
}
|
|
3092
|
+
.ns-offchain-register-banner{
|
|
3093
|
+
border-radius:16px;
|
|
3094
|
+
height:auto;
|
|
3095
|
+
margin-bottom:12px;
|
|
3096
|
+
overflow:hidden;
|
|
3097
|
+
width:100%;
|
|
3098
|
+
}
|
|
3099
|
+
.ns-offchain-register-banner img{
|
|
3100
|
+
display:block;
|
|
3101
|
+
height:auto;
|
|
3102
|
+
-o-object-fit:contain;
|
|
3103
|
+
object-fit:contain;
|
|
3104
|
+
width:100%;
|
|
3105
|
+
}
|
|
3106
|
+
.ns-offchain-register-header{
|
|
3107
|
+
margin-bottom:12px;
|
|
3108
|
+
}
|
|
3109
|
+
.ns-offchain-register-header .ns-text,.ns-offchain-register-header h3{
|
|
3110
|
+
margin:0;
|
|
3111
|
+
}
|
|
3112
|
+
.ns-offchain-register-header p,.ns-offchain-register-subtitle{
|
|
3113
|
+
color:#666;
|
|
3114
|
+
font-size:14px;
|
|
3115
|
+
margin-top:6px;
|
|
3116
|
+
}
|
|
3117
|
+
.ns-offchain-register-input-row{
|
|
3118
|
+
align-items:center;
|
|
3119
|
+
background-color:#fff;
|
|
3120
|
+
border:1px solid #e5e7eb;
|
|
3121
|
+
border-radius:12px;
|
|
3122
|
+
display:flex;
|
|
3123
|
+
gap:8px;
|
|
3124
|
+
margin-bottom:12px;
|
|
3125
|
+
padding:12px;
|
|
3126
|
+
}
|
|
3127
|
+
.ns-offchain-register-search-icon{
|
|
3128
|
+
color:#9ca3af;
|
|
3129
|
+
flex-shrink:0;
|
|
3130
|
+
}
|
|
3131
|
+
.ns-offchain-register-input{
|
|
3132
|
+
flex:1;
|
|
3133
|
+
padding:0 !important;
|
|
3134
|
+
}
|
|
3135
|
+
.ns-offchain-register-input,.ns-offchain-register-input input{
|
|
3136
|
+
background:transparent;
|
|
3137
|
+
border:none !important;
|
|
3138
|
+
box-shadow:none !important;
|
|
3139
|
+
outline:none !important;
|
|
3140
|
+
}
|
|
3141
|
+
.ns-offchain-register-checkmark{
|
|
3142
|
+
align-items:center;
|
|
3143
|
+
animation:scaleIn .2s ease;
|
|
3144
|
+
display:flex;
|
|
3145
|
+
flex-shrink:0;
|
|
3146
|
+
justify-content:center;
|
|
3147
|
+
pointer-events:none;
|
|
3148
|
+
}
|
|
3149
|
+
.ns-offchain-register-checkmark.available{
|
|
3150
|
+
background:transparent;
|
|
3151
|
+
}
|
|
3152
|
+
@keyframes scaleIn{
|
|
3153
|
+
0%{
|
|
3154
|
+
opacity:0;
|
|
3155
|
+
transform:scale(0);
|
|
3156
|
+
}
|
|
3157
|
+
to{
|
|
3158
|
+
opacity:1;
|
|
3159
|
+
transform:scale(1);
|
|
3160
|
+
}
|
|
3161
|
+
}
|
|
3162
|
+
.ns-offchain-register-checkmark .ns-icon{
|
|
3163
|
+
height:16px;
|
|
3164
|
+
width:16px;
|
|
3165
|
+
}
|
|
3166
|
+
.ns-offchain-register-clear-btn{
|
|
3167
|
+
align-items:center;
|
|
3168
|
+
animation:scaleIn .2s ease;
|
|
3169
|
+
background:#000;
|
|
3170
|
+
border:none;
|
|
3171
|
+
border-radius:50%;
|
|
3172
|
+
cursor:pointer;
|
|
3173
|
+
display:flex;
|
|
3174
|
+
flex-shrink:0;
|
|
3175
|
+
height:22px;
|
|
3176
|
+
justify-content:center;
|
|
3177
|
+
padding:0;
|
|
3178
|
+
transition:all .2s ease;
|
|
3179
|
+
width:22px;
|
|
3180
|
+
}
|
|
3181
|
+
.ns-offchain-register-clear-btn:hover{
|
|
3182
|
+
background:#333;
|
|
3183
|
+
transform:scale(1.1);
|
|
3184
|
+
}
|
|
3185
|
+
.ns-offchain-register-clear-btn:active{
|
|
3186
|
+
transform:scale(.95);
|
|
3187
|
+
}
|
|
3188
|
+
.ns-offchain-register-clear-btn .ns-icon{
|
|
3189
|
+
height:12px;
|
|
3190
|
+
width:12px;
|
|
3191
|
+
}
|
|
3192
|
+
.ns-offchain-register-unavailable-message{
|
|
3193
|
+
align-items:center;
|
|
3194
|
+
animation:slideDown .2s ease;
|
|
3195
|
+
border-radius:10px;
|
|
3196
|
+
display:flex;
|
|
3197
|
+
gap:10px;
|
|
3198
|
+
margin-bottom:4px;
|
|
3199
|
+
margin-top:-16px;
|
|
3200
|
+
padding:8px 4px;
|
|
3201
|
+
}
|
|
3202
|
+
@keyframes slideDown{
|
|
3203
|
+
0%{
|
|
3204
|
+
opacity:0;
|
|
3205
|
+
transform:translateY(-5px);
|
|
3206
|
+
}
|
|
3207
|
+
to{
|
|
3208
|
+
opacity:1;
|
|
3209
|
+
transform:translateY(0);
|
|
3210
|
+
}
|
|
3211
|
+
}
|
|
3212
|
+
.ns-offchain-register-warning-icon{
|
|
3213
|
+
color:#dc2626;
|
|
3214
|
+
flex-shrink:0;
|
|
3215
|
+
}
|
|
3216
|
+
.ns-offchain-register-domain-suffix{
|
|
3217
|
+
border-left:1px solid #e5e7eb;
|
|
3218
|
+
color:#374151;
|
|
3219
|
+
font-size:16px;
|
|
3220
|
+
font-weight:800;
|
|
3221
|
+
margin-left:8px;
|
|
3222
|
+
padding-left:8px;
|
|
3223
|
+
white-space:nowrap;
|
|
3224
|
+
}
|
|
3225
|
+
.ns-offchain-register-name-exist{
|
|
3226
|
+
background:#fff;
|
|
3227
|
+
border:1px solid #e4e4e4;
|
|
3228
|
+
border-radius:16px;
|
|
3229
|
+
max-height:250px;
|
|
3230
|
+
overflow-y:auto;
|
|
3231
|
+
padding:8px;
|
|
3232
|
+
}
|
|
3233
|
+
.ns-offchain-register-name-item{
|
|
3234
|
+
align-items:center;
|
|
3235
|
+
border-radius:10px;
|
|
3236
|
+
cursor:pointer;
|
|
3237
|
+
display:flex;
|
|
3238
|
+
justify-content:space-between;
|
|
3239
|
+
padding:10px 12px;
|
|
3240
|
+
transition:background .2s ease;
|
|
3241
|
+
}
|
|
3242
|
+
.ns-offchain-register-name-item:hover{
|
|
3243
|
+
background:#f8f8f8;
|
|
3244
|
+
}
|
|
3245
|
+
.ns-offchain-register-name-item.selected{
|
|
3246
|
+
background:#111;
|
|
3247
|
+
color:#fff;
|
|
3248
|
+
}
|
|
3249
|
+
.ns-offchain-register-name-left{
|
|
3250
|
+
align-items:center;
|
|
3251
|
+
display:flex;
|
|
3252
|
+
gap:10px;
|
|
3253
|
+
}
|
|
3254
|
+
.ns-offchain-register-name-avatar{
|
|
3255
|
+
align-items:center;
|
|
3256
|
+
border-radius:50%;
|
|
3257
|
+
color:#fff;
|
|
3258
|
+
display:flex;
|
|
3259
|
+
font-weight:700;
|
|
3260
|
+
height:32px;
|
|
3261
|
+
justify-content:center;
|
|
3262
|
+
width:32px;
|
|
3263
|
+
}
|
|
3264
|
+
.ns-offchain-register-name-avatar.blue{
|
|
3265
|
+
background:#5b74f6;
|
|
3266
|
+
}
|
|
3267
|
+
.ns-offchain-register-name-avatar.purple{
|
|
3268
|
+
background:#8b5cf6;
|
|
3269
|
+
}
|
|
3270
|
+
.ns-offchain-register-name-avatar.gold{
|
|
3271
|
+
background:#fbbf24;
|
|
3272
|
+
}
|
|
3273
|
+
.ns-offchain-register-name-text{
|
|
3274
|
+
color:inherit;
|
|
3275
|
+
font-size:14px;
|
|
3276
|
+
font-weight:500;
|
|
3277
|
+
}
|
|
3278
|
+
.status-unavailable{
|
|
3279
|
+
background:#ffecec;
|
|
3280
|
+
color:#e43c3c;
|
|
3281
|
+
}
|
|
3282
|
+
.status-price,.status-unavailable{
|
|
3283
|
+
border-radius:8px;
|
|
3284
|
+
font-size:12px;
|
|
3285
|
+
padding:4px 8px;
|
|
3286
|
+
}
|
|
3287
|
+
.status-price{
|
|
3288
|
+
background:#333;
|
|
3289
|
+
color:#fff;
|
|
3290
|
+
}
|
|
3291
|
+
.status-free{
|
|
3292
|
+
background:#f4f4f4;
|
|
3293
|
+
border-radius:8px;
|
|
3294
|
+
color:#333;
|
|
3295
|
+
font-size:12px;
|
|
3296
|
+
padding:4px 8px;
|
|
3297
|
+
}
|
|
3298
|
+
.ns-offchain-register-name-exist::-webkit-scrollbar{
|
|
3299
|
+
width:4px;
|
|
3300
|
+
}
|
|
3301
|
+
.ns-offchain-register-name-exist::-webkit-scrollbar-thumb{
|
|
3302
|
+
background:#000;
|
|
3303
|
+
border-radius:15px;
|
|
3304
|
+
}
|
|
3305
|
+
.ns-offchain-register-actions{
|
|
3306
|
+
display:flex;
|
|
3307
|
+
gap:12px;
|
|
3308
|
+
margin-top:16px;
|
|
3309
|
+
width:100%;
|
|
3310
|
+
}
|
|
3311
|
+
.ns-offchain-register-actions .cancel,.ns-offchain-register-actions .primary{
|
|
3312
|
+
border:none;
|
|
3313
|
+
border-radius:8px;
|
|
3314
|
+
cursor:pointer;
|
|
3315
|
+
flex:1;
|
|
3316
|
+
font-size:14px;
|
|
3317
|
+
font-weight:500;
|
|
3318
|
+
padding:12px 0;
|
|
3319
|
+
transition:all .2s ease-in-out;
|
|
3320
|
+
}
|
|
3321
|
+
.ns-offchain-register-actions .cancel{
|
|
3322
|
+
background:#f4f4f4;
|
|
3323
|
+
color:#333;
|
|
3324
|
+
}
|
|
3325
|
+
.ns-offchain-register-actions .cancel:hover{
|
|
3326
|
+
background:#e8e8e8;
|
|
3327
|
+
}
|
|
3328
|
+
.ns-offchain-register-actions .primary{
|
|
3329
|
+
background:#000;
|
|
3330
|
+
color:#fff;
|
|
3331
|
+
}
|
|
3332
|
+
.ns-offchain-register-actions .primary:hover{
|
|
3333
|
+
background:#111;
|
|
3334
|
+
}
|
|
3335
|
+
.ns-offchain-register-actions button:disabled{
|
|
3336
|
+
cursor:not-allowed;
|
|
3337
|
+
opacity:.5;
|
|
3338
|
+
}
|
|
3339
|
+
.ns-offchain-register-section{
|
|
3340
|
+
border-radius:10px;
|
|
3341
|
+
margin:10px 0;
|
|
3342
|
+
}
|
|
3343
|
+
.ns-offchain-register-duration-section{
|
|
3344
|
+
display:flex;
|
|
3345
|
+
flex-direction:column;
|
|
3346
|
+
padding:10px;
|
|
3347
|
+
text-align:left;
|
|
3348
|
+
width:100%;
|
|
3349
|
+
}
|
|
3350
|
+
.ns-offchain-register-select select{
|
|
3351
|
+
background:#fff;
|
|
3352
|
+
border:1px solid #fff;
|
|
3353
|
+
border-radius:10px;
|
|
3354
|
+
font-size:14px;
|
|
3355
|
+
padding:18px 12px;
|
|
3356
|
+
width:100%;
|
|
3357
|
+
}
|
|
3358
|
+
.ns-offchain-register-container-inner{
|
|
3359
|
+
background:#fff;
|
|
3360
|
+
border-radius:10px;
|
|
3361
|
+
display:flex;
|
|
3362
|
+
flex-direction:column;
|
|
3363
|
+
gap:20px;
|
|
3364
|
+
}
|
|
3365
|
+
.ns-offchain-register-section>div,.ns-offchain-register-section>p,.ns-offchain-register-section>span{
|
|
3366
|
+
color:#333;
|
|
3367
|
+
font-size:14px;
|
|
3368
|
+
font-weight:500;
|
|
3369
|
+
margin-bottom:10px;
|
|
3370
|
+
}
|
|
3371
|
+
.ns-offchain-register-duration{
|
|
3372
|
+
align-items:center;
|
|
3373
|
+
background:#fff;
|
|
3374
|
+
border:1px solid #ddd;
|
|
3375
|
+
border-radius:8px;
|
|
3376
|
+
display:flex;
|
|
3377
|
+
justify-content:space-between;
|
|
3378
|
+
padding:10px 14px;
|
|
3379
|
+
width:370px;
|
|
3380
|
+
}
|
|
3381
|
+
.ns-offchain-register-duration button{
|
|
3382
|
+
background-color:#000;
|
|
3383
|
+
border:none;
|
|
3384
|
+
border-radius:6px;
|
|
3385
|
+
color:#fff;
|
|
3386
|
+
cursor:pointer;
|
|
3387
|
+
font-size:16px;
|
|
3388
|
+
font-weight:600;
|
|
3389
|
+
height:28px;
|
|
3390
|
+
transition:all .2s ease-in-out;
|
|
3391
|
+
width:28px;
|
|
3392
|
+
}
|
|
3393
|
+
.ns-offchain-register-duration button:hover{
|
|
3394
|
+
background-color:#dcdcdc;
|
|
3395
|
+
}
|
|
3396
|
+
.ns-offchain-register-duration span{
|
|
3397
|
+
color:#222;
|
|
3398
|
+
font-size:14px;
|
|
3399
|
+
font-weight:500;
|
|
3400
|
+
}
|
|
3401
|
+
.ns-offchain-register-summary{
|
|
3402
|
+
border-radius:10px;
|
|
3403
|
+
flex:1;
|
|
3404
|
+
padding:30px;
|
|
3405
|
+
}
|
|
3406
|
+
.ns-offchain-register-summary .row{
|
|
3407
|
+
align-items:center;
|
|
3408
|
+
color:#444;
|
|
3409
|
+
display:flex;
|
|
3410
|
+
gap:40px;
|
|
3411
|
+
justify-content:space-between;
|
|
3412
|
+
margin-bottom:4px;
|
|
3413
|
+
}
|
|
3414
|
+
.ns-offchain-register-summary .row>:first-child{
|
|
3415
|
+
flex:1;
|
|
3416
|
+
text-align:left;
|
|
3417
|
+
}
|
|
3418
|
+
.ns-offchain-register-summary .row>:last-child{
|
|
3419
|
+
flex:1;
|
|
3420
|
+
text-align:right;
|
|
3421
|
+
}
|
|
3422
|
+
.ns-offchain-register-summary .row.total{
|
|
3423
|
+
border-top:1px solid #ddd;
|
|
3424
|
+
font-weight:600;
|
|
3425
|
+
padding-top:10px;
|
|
3426
|
+
}
|
|
3427
|
+
.ns-offchain-register-section span,.ns-offchain-register-summary .row span{
|
|
3428
|
+
font-size:14px;
|
|
3429
|
+
}
|
|
3430
|
+
.ns-offchain-register-profile-card{
|
|
3431
|
+
border:1.9px dashed #d3d3d3;
|
|
3432
|
+
box-sizing:border-box;
|
|
3433
|
+
margin:12px 0;
|
|
3434
|
+
padding:10px 14px;
|
|
3435
|
+
transition:all .2s ease-in-out;
|
|
3436
|
+
width:100%;
|
|
3437
|
+
}
|
|
3438
|
+
.ns-offchain-register-profile-icon{
|
|
3439
|
+
height:40px;
|
|
3440
|
+
width:40px;
|
|
3441
|
+
}
|
|
3442
|
+
.ns-offchain-register-profile-icon img{
|
|
3443
|
+
height:20px;
|
|
3444
|
+
width:20px;
|
|
3445
|
+
}
|
|
3446
|
+
.ns-offchain-register-profile-text{
|
|
3447
|
+
margin:0 12px;
|
|
3448
|
+
}
|
|
3449
|
+
.ns-offchain-register-profile-text strong{
|
|
3450
|
+
color:#111;
|
|
3451
|
+
display:block;
|
|
3452
|
+
font-size:10px;
|
|
3453
|
+
font-weight:600;
|
|
3454
|
+
}
|
|
3455
|
+
.ns-offchain-register-profile-text p{
|
|
3456
|
+
color:#666;
|
|
3457
|
+
font-size:6px;
|
|
3458
|
+
margin-top:2px;
|
|
3459
|
+
}
|
|
3460
|
+
.ns-offchain-register-profile-action{
|
|
3461
|
+
color:#333;
|
|
3462
|
+
font-size:20px;
|
|
3463
|
+
}
|
|
3464
|
+
.ns-offchain-register-toggle{
|
|
3465
|
+
align-items:flex-start;
|
|
3466
|
+
background:#fff;
|
|
3467
|
+
border-radius:12px;
|
|
3468
|
+
display:flex;
|
|
3469
|
+
justify-content:space-between;
|
|
3470
|
+
margin-bottom:20px;
|
|
3471
|
+
padding:12px;
|
|
3472
|
+
}
|
|
3473
|
+
.ns-offchain-register-toggle .toggle-text{
|
|
3474
|
+
max-width:70%;
|
|
3475
|
+
text-align:left;
|
|
3476
|
+
}
|
|
3477
|
+
.ns-offchain-register-toggle strong{
|
|
3478
|
+
font-size:14px;
|
|
3479
|
+
}
|
|
3480
|
+
.ns-offchain-register-toggle p{
|
|
3481
|
+
color:#666;
|
|
3482
|
+
font-size:12px;
|
|
3483
|
+
margin-top:4px;
|
|
3484
|
+
}
|
|
3485
|
+
.toggle-switch{
|
|
3486
|
+
height:22px;
|
|
3487
|
+
position:relative;
|
|
3488
|
+
width:40px;
|
|
3489
|
+
}
|
|
3490
|
+
.toggle-switch input{
|
|
3491
|
+
display:none;
|
|
3492
|
+
}
|
|
3493
|
+
.toggle-switch label{
|
|
3494
|
+
background:#ccc;
|
|
3495
|
+
border-radius:22px;
|
|
3496
|
+
bottom:0;
|
|
3497
|
+
cursor:pointer;
|
|
3498
|
+
left:0;
|
|
3499
|
+
position:absolute;
|
|
3500
|
+
right:0;
|
|
3501
|
+
top:0;
|
|
3502
|
+
}
|
|
3503
|
+
.toggle-switch label:after{
|
|
3504
|
+
background:#fff;
|
|
3505
|
+
border-radius:50%;
|
|
3506
|
+
content:"";
|
|
3507
|
+
height:18px;
|
|
3508
|
+
left:2px;
|
|
3509
|
+
position:absolute;
|
|
3510
|
+
top:2px;
|
|
3511
|
+
transition:all .3s;
|
|
3512
|
+
width:18px;
|
|
3513
|
+
}
|
|
3514
|
+
.toggle-switch input:checked+label{
|
|
3515
|
+
background:#000;
|
|
3516
|
+
}
|
|
3517
|
+
.toggle-switch input:checked+label:after{
|
|
3518
|
+
transform:translateX(18px);
|
|
3519
|
+
}
|
|
3520
|
+
.ns-offchain-register-success .ns-offchain-register-icon{
|
|
3521
|
+
font-size:40px;
|
|
3522
|
+
margin-bottom:12px;
|
|
3523
|
+
}
|
|
3524
|
+
.ns-offchain-register-success h3{
|
|
3525
|
+
margin-bottom:8px;
|
|
3526
|
+
}
|
|
3527
|
+
.ns-offchain-register-success p{
|
|
3528
|
+
color:#666;
|
|
3529
|
+
font-size:14px;
|
|
3530
|
+
}
|
|
3531
|
+
@keyframes fadeIn{
|
|
3532
|
+
0%{
|
|
3533
|
+
opacity:0;
|
|
3534
|
+
transform:translateY(10px);
|
|
3535
|
+
}
|
|
3536
|
+
|
|
3537
|
+
to{
|
|
3538
|
+
opacity:1;
|
|
3539
|
+
transform:translateY(0);
|
|
3540
|
+
}
|
|
3541
|
+
}
|
|
3542
|
+
.ns-offchain-register-screen-label{
|
|
3543
|
+
color:#666;
|
|
3544
|
+
font-size:12px;
|
|
3545
|
+
font-weight:500;
|
|
3546
|
+
left:0;
|
|
3547
|
+
position:absolute;
|
|
3548
|
+
top:-30px;
|
|
3549
|
+
}
|
|
3550
|
+
.ns-offchain-register-close-btn{
|
|
3551
|
+
align-items:center;
|
|
3552
|
+
background-color:#fff;
|
|
3553
|
+
border:none;
|
|
3554
|
+
border-radius:50%;
|
|
3555
|
+
box-shadow:0 2px 4px rgba(0,0,0,.1);
|
|
3556
|
+
cursor:pointer;
|
|
3557
|
+
display:flex;
|
|
3558
|
+
height:32px;
|
|
3559
|
+
justify-content:center;
|
|
3560
|
+
position:absolute;
|
|
3561
|
+
right:16px;
|
|
3562
|
+
top:16px;
|
|
3563
|
+
transition:all .2s ease;
|
|
3564
|
+
width:32px;
|
|
3565
|
+
z-index:10;
|
|
3566
|
+
}
|
|
3567
|
+
.ns-offchain-register-close-btn:hover{
|
|
3568
|
+
background-color:#f0f0f0;
|
|
3569
|
+
transform:scale(1.05);
|
|
3570
|
+
}
|
|
3571
|
+
.ns-offchain-register-footer{
|
|
3572
|
+
margin-top:16px;
|
|
3573
|
+
padding-top:12px;
|
|
3574
|
+
text-align:center;
|
|
3575
|
+
}
|
|
3576
|
+
.ns-offchain-register-title-section{
|
|
3577
|
+
margin-bottom:24px;
|
|
3578
|
+
text-align:center;
|
|
3579
|
+
}
|
|
3580
|
+
.ns-offchain-register-title{
|
|
3581
|
+
color:#333;
|
|
3582
|
+
display:block;
|
|
3583
|
+
margin-bottom:8px;
|
|
3584
|
+
}
|
|
3585
|
+
.ns-offchain-register-subtitle{
|
|
3586
|
+
color:#666;
|
|
3587
|
+
display:block;
|
|
3588
|
+
}
|
|
3589
|
+
.ns-offchain-register-step-content-title{
|
|
3590
|
+
color:#333;
|
|
3591
|
+
display:block;
|
|
3592
|
+
margin-bottom:8px;
|
|
3593
|
+
}
|
|
3594
|
+
.ns-offchain-register-step-content-description{
|
|
3595
|
+
color:#666;
|
|
3596
|
+
display:block;
|
|
3597
|
+
line-height:1.5;
|
|
3598
|
+
margin-bottom:20px;
|
|
3599
|
+
}
|
|
3600
|
+
.ns-offchain-register-open-wallet-btn{
|
|
3601
|
+
background-color:#000 !important;
|
|
3602
|
+
border:none;
|
|
3603
|
+
border-radius:12px;
|
|
3604
|
+
color:#fff !important;
|
|
3605
|
+
cursor:pointer;
|
|
3606
|
+
font-size:16px;
|
|
3607
|
+
font-weight:600;
|
|
3608
|
+
padding:14px 0;
|
|
3609
|
+
transition:all .2s ease;
|
|
3610
|
+
width:100%;
|
|
3611
|
+
}
|
|
3612
|
+
.ns-offchain-register-open-wallet-btn:hover{
|
|
3613
|
+
background-color:#333 !important;
|
|
3614
|
+
}
|
|
3615
|
+
.ns-offchain-register-complete-btn{
|
|
3616
|
+
background-color:#000 !important;
|
|
3617
|
+
border:none;
|
|
3618
|
+
border-radius:12px;
|
|
3619
|
+
color:#fff !important;
|
|
3620
|
+
cursor:pointer;
|
|
3621
|
+
font-size:16px;
|
|
3622
|
+
font-weight:600;
|
|
3623
|
+
margin-top:20px;
|
|
3624
|
+
padding:14px 0;
|
|
3625
|
+
transition:all .2s ease;
|
|
3626
|
+
width:100%;
|
|
3627
|
+
}
|
|
3628
|
+
.ns-offchain-register-complete-btn:hover{
|
|
3629
|
+
background-color:#333 !important;
|
|
3630
|
+
}
|
|
3631
|
+
.ns-offchain-register-footer-link{
|
|
3632
|
+
cursor:pointer;
|
|
3633
|
+
margin-top:24px;
|
|
3634
|
+
text-align:center;
|
|
3635
|
+
transition:color .2s ease;
|
|
3636
|
+
}
|
|
3637
|
+
.ns-offchain-register-footer-link:hover{
|
|
3638
|
+
color:#000 !important;
|
|
3639
|
+
}
|
|
3640
|
+
.ns-offchain-register-footer-link .ns-text{
|
|
3641
|
+
text-decoration:underline;
|
|
3642
|
+
}
|
|
3643
|
+
.ns-offchain-register-success{
|
|
3644
|
+
text-align:center;
|
|
3645
|
+
}
|
|
3646
|
+
.ns-offchain-register-success-title-section{
|
|
3647
|
+
margin-bottom:24px;
|
|
3648
|
+
text-align:center;
|
|
3649
|
+
}
|
|
3650
|
+
.ns-offchain-register-success-message{
|
|
3651
|
+
color:#333;
|
|
3652
|
+
display:block;
|
|
3653
|
+
margin-bottom:8px;
|
|
3654
|
+
}
|
|
3655
|
+
.ns-offchain-register-success-subtitle{
|
|
3656
|
+
color:#666;
|
|
3657
|
+
display:block;
|
|
3658
|
+
}
|
|
3659
|
+
.ns-offchain-register-finish-banner{
|
|
3660
|
+
align-items:center;
|
|
3661
|
+
display:flex;
|
|
3662
|
+
justify-content:center;
|
|
3663
|
+
margin-bottom:24px;
|
|
3664
|
+
}
|
|
3665
|
+
.ns-offchain-register-finish-banner img{
|
|
3666
|
+
height:auto;
|
|
3667
|
+
max-width:200px;
|
|
3668
|
+
-o-object-fit:contain;
|
|
3669
|
+
object-fit:contain;
|
|
3670
|
+
width:100%;
|
|
3671
|
+
}
|
|
3672
|
+
.ns-offchain-register-profile-card{
|
|
3673
|
+
align-items:center;
|
|
3674
|
+
background:#fff;
|
|
3675
|
+
border:2px dashed #d3d3d3;
|
|
3676
|
+
border-radius:12px;
|
|
3677
|
+
cursor:pointer;
|
|
3678
|
+
display:flex;
|
|
3679
|
+
justify-content:space-between;
|
|
3680
|
+
margin-bottom:20px;
|
|
3681
|
+
padding:16px;
|
|
3682
|
+
transition:all .2s ease;
|
|
3683
|
+
}
|
|
3684
|
+
.ns-offchain-register-profile-card:hover{
|
|
3685
|
+
background:#fafafa;
|
|
3686
|
+
border-color:#000;
|
|
3687
|
+
}
|
|
3688
|
+
.ns-offchain-register-profile-icon{
|
|
3689
|
+
align-items:center;
|
|
3690
|
+
background:#f5f5f5;
|
|
3691
|
+
border-radius:8px;
|
|
3692
|
+
display:flex;
|
|
3693
|
+
flex-shrink:0;
|
|
3694
|
+
height:48px;
|
|
3695
|
+
justify-content:center;
|
|
3696
|
+
margin-right:12px;
|
|
3697
|
+
width:48px;
|
|
3698
|
+
}
|
|
3699
|
+
.ns-offchain-register-profile-icon img{
|
|
3700
|
+
height:32px;
|
|
3701
|
+
-o-object-fit:cover;
|
|
3702
|
+
object-fit:cover;
|
|
3703
|
+
width:32px;
|
|
3704
|
+
}
|
|
3705
|
+
.ns-offchain-register-profile-text{
|
|
3706
|
+
flex:1;
|
|
3707
|
+
text-align:left;
|
|
3708
|
+
}
|
|
3709
|
+
.ns-offchain-register-profile-text .ns-text{
|
|
3710
|
+
display:block;
|
|
3711
|
+
}
|
|
3712
|
+
.ns-offchain-register-profile-text .ns-text:first-child{
|
|
3713
|
+
margin-bottom:4px;
|
|
3714
|
+
}
|
|
3715
|
+
.ns-offchain-register-profile-arrow{
|
|
3716
|
+
align-items:center;
|
|
3717
|
+
background-color:#333;
|
|
3718
|
+
border:none;
|
|
3719
|
+
border-radius:50%;
|
|
3720
|
+
color:#fff;
|
|
3721
|
+
cursor:pointer;
|
|
3722
|
+
display:flex;
|
|
3723
|
+
flex-shrink:0;
|
|
3724
|
+
height:32px;
|
|
3725
|
+
justify-content:center;
|
|
3726
|
+
transition:background .2s ease;
|
|
3727
|
+
width:32px;
|
|
3728
|
+
}
|
|
3729
|
+
.ns-offchain-register-profile-arrow:hover{
|
|
3730
|
+
background-color:#000;
|
|
3731
|
+
}
|
|
3732
|
+
.ns-offchain-register-actions .finish-btn{
|
|
3733
|
+
background-color:#333 !important;
|
|
3734
|
+
border:none;
|
|
3735
|
+
border-radius:12px;
|
|
3736
|
+
color:#fff !important;
|
|
3737
|
+
cursor:pointer;
|
|
3738
|
+
font-size:16px;
|
|
3739
|
+
font-weight:600;
|
|
3740
|
+
padding:14px 0;
|
|
3741
|
+
transition:all .2s ease;
|
|
3742
|
+
width:100%;
|
|
3743
|
+
}
|
|
3744
|
+
.ns-offchain-register-actions .finish-btn:hover{
|
|
3745
|
+
background-color:#000 !important;
|
|
3746
|
+
}
|
|
3747
|
+
|
|
3748
|
+
.ens-names-register-container{
|
|
3749
|
+
background-color:#f7f7f7;
|
|
3750
|
+
min-height:100vh;
|
|
3751
|
+
}
|
|
3752
|
+
.ens-names-register-container,.ens-names-register-modal-wrapper{
|
|
3753
|
+
align-items:center;
|
|
3754
|
+
display:flex;
|
|
3755
|
+
justify-content:center;
|
|
3756
|
+
padding:20px;
|
|
3757
|
+
}
|
|
3758
|
+
.ens-names-register-modal-wrapper{
|
|
3759
|
+
backdrop-filter:blur(4px);
|
|
3760
|
+
background:rgba(0,0,0,.5);
|
|
3761
|
+
bottom:0;
|
|
3762
|
+
left:0;
|
|
3763
|
+
position:fixed;
|
|
3764
|
+
right:0;
|
|
3765
|
+
top:0;
|
|
3766
|
+
z-index:1000;
|
|
3767
|
+
}
|
|
3768
|
+
.ens-names-register-modal-wrapper .ens-names-register-container{
|
|
3769
|
+
background:transparent;
|
|
3770
|
+
min-height:auto;
|
|
3771
|
+
padding:0;
|
|
3772
|
+
position:relative;
|
|
3773
|
+
}
|
|
3774
|
+
.ens-names-register-card{
|
|
3775
|
+
background:#f7f7f7;
|
|
3776
|
+
border-radius:20px;
|
|
3777
|
+
box-shadow:0 4px 16px rgba(0,0,0,.1);
|
|
3778
|
+
max-width:420px;
|
|
3779
|
+
min-width:420px;
|
|
3780
|
+
padding:24px;
|
|
3781
|
+
position:relative;
|
|
3782
|
+
width:420px;
|
|
3783
|
+
}
|
|
3784
|
+
.ens-names-register-header{
|
|
3785
|
+
align-items:center;
|
|
3786
|
+
display:flex;
|
|
3787
|
+
justify-content:space-between;
|
|
3788
|
+
margin-bottom:16px;
|
|
3789
|
+
}
|
|
3790
|
+
.ens-names-register-back-btn,.ens-names-register-close-btn{
|
|
3791
|
+
align-items:center;
|
|
3792
|
+
background-color:#fff;
|
|
3793
|
+
border:none;
|
|
3794
|
+
border-radius:50%;
|
|
3795
|
+
box-shadow:0 2px 4px rgba(0,0,0,.1);
|
|
3796
|
+
cursor:pointer;
|
|
3797
|
+
display:flex;
|
|
3798
|
+
height:32px;
|
|
3799
|
+
justify-content:center;
|
|
3800
|
+
transition:all .2s ease;
|
|
3801
|
+
width:32px;
|
|
3802
|
+
}
|
|
3803
|
+
.ens-names-register-back-btn:hover,.ens-names-register-close-btn:hover{
|
|
3804
|
+
background-color:#f0f0f0;
|
|
3805
|
+
transform:scale(1.05);
|
|
3806
|
+
}
|
|
3807
|
+
.ens-names-register-banner{
|
|
3808
|
+
margin-bottom:20px;
|
|
3809
|
+
}
|
|
3810
|
+
.ens-names-register-banner img{
|
|
3811
|
+
border-radius:16px;
|
|
3812
|
+
height:auto;
|
|
3813
|
+
-o-object-fit:cover;
|
|
3814
|
+
object-fit:cover;
|
|
3815
|
+
width:100%;
|
|
3816
|
+
}
|
|
3817
|
+
.ens-names-register-title-section{
|
|
3818
|
+
margin-bottom:24px;
|
|
3819
|
+
text-align:center;
|
|
3820
|
+
}
|
|
3821
|
+
.ens-names-register-title{
|
|
3822
|
+
color:#333;
|
|
3823
|
+
display:block;
|
|
3824
|
+
margin-bottom:8px;
|
|
3825
|
+
}
|
|
3826
|
+
.ens-names-register-subtitle{
|
|
3827
|
+
color:#666;
|
|
3828
|
+
display:block;
|
|
3829
|
+
}
|
|
3830
|
+
.ens-names-register-input-row{
|
|
3831
|
+
align-items:center;
|
|
3832
|
+
background-color:#fff;
|
|
3833
|
+
border:1px solid #e5e7eb;
|
|
3834
|
+
border-radius:12px;
|
|
3835
|
+
display:flex;
|
|
3836
|
+
gap:8px;
|
|
3837
|
+
margin-bottom:20px;
|
|
3838
|
+
padding:12px;
|
|
3839
|
+
}
|
|
3840
|
+
.ens-names-register-search-icon{
|
|
3841
|
+
color:#9ca3af;
|
|
3842
|
+
flex-shrink:0;
|
|
3843
|
+
}
|
|
3844
|
+
.ens-names-register-input{
|
|
3845
|
+
flex:1;
|
|
3846
|
+
padding:0 !important;
|
|
3847
|
+
}
|
|
3848
|
+
.ens-names-register-input,.ens-names-register-input input{
|
|
3849
|
+
background:transparent;
|
|
3850
|
+
border:none !important;
|
|
3851
|
+
box-shadow:none !important;
|
|
3852
|
+
outline:none !important;
|
|
3853
|
+
}
|
|
3854
|
+
.ens-names-register-domain-suffix{
|
|
3855
|
+
border-left:1px solid #e5e7eb;
|
|
3856
|
+
color:#374151;
|
|
3857
|
+
font-size:16px;
|
|
3858
|
+
font-weight:800;
|
|
3859
|
+
margin-left:8px;
|
|
3860
|
+
padding-left:8px;
|
|
3861
|
+
white-space:nowrap;
|
|
3862
|
+
}
|
|
3863
|
+
.ens-names-register-cost-section{
|
|
3864
|
+
background:#fff;
|
|
3865
|
+
border-radius:12px;
|
|
3866
|
+
margin-bottom:20px;
|
|
3867
|
+
padding:20px;
|
|
3868
|
+
}
|
|
3869
|
+
.ens-names-register-duration{
|
|
3870
|
+
align-items:center;
|
|
3871
|
+
background:#fff;
|
|
3872
|
+
border:1px solid #ddd;
|
|
3873
|
+
border-radius:8px;
|
|
3874
|
+
display:flex;
|
|
3875
|
+
justify-content:space-between;
|
|
3876
|
+
margin-bottom:20px;
|
|
3877
|
+
padding:12px 16px;
|
|
3878
|
+
}
|
|
3879
|
+
.ens-names-register-duration-btn{
|
|
3880
|
+
align-items:center;
|
|
3881
|
+
background-color:#000;
|
|
3882
|
+
border:none;
|
|
3883
|
+
border-radius:50%;
|
|
3884
|
+
color:#fff;
|
|
3885
|
+
cursor:pointer;
|
|
3886
|
+
display:flex;
|
|
3887
|
+
font-size:18px;
|
|
3888
|
+
font-weight:700;
|
|
3889
|
+
height:32px;
|
|
3890
|
+
justify-content:center;
|
|
3891
|
+
transition:all .2s ease;
|
|
3892
|
+
width:32px;
|
|
3893
|
+
}
|
|
3894
|
+
.ens-names-register-duration-btn:hover{
|
|
3895
|
+
background-color:#333;
|
|
3896
|
+
}
|
|
3897
|
+
.ens-names-register-duration-text{
|
|
3898
|
+
color:#222;
|
|
3899
|
+
flex:1;
|
|
3900
|
+
text-align:center;
|
|
3901
|
+
}
|
|
3902
|
+
.ens-names-register-summary{
|
|
3903
|
+
display:flex;
|
|
3904
|
+
flex-direction:column;
|
|
3905
|
+
gap:12px;
|
|
3906
|
+
}
|
|
3907
|
+
.ens-names-register-summary-row{
|
|
3908
|
+
align-items:center;
|
|
3909
|
+
display:flex;
|
|
3910
|
+
justify-content:space-between;
|
|
3911
|
+
}
|
|
3912
|
+
.ens-names-register-summary-total{
|
|
3913
|
+
border-top:1px solid #ddd;
|
|
3914
|
+
margin-top:4px;
|
|
3915
|
+
padding-top:12px;
|
|
3916
|
+
}
|
|
3917
|
+
.ens-names-register-total-amount{
|
|
3918
|
+
align-items:center;
|
|
3919
|
+
display:flex;
|
|
3920
|
+
gap:6px;
|
|
3921
|
+
}
|
|
3922
|
+
.ens-names-register-eth-logo{
|
|
3923
|
+
color:#627eea;
|
|
3924
|
+
font-size:18px;
|
|
3925
|
+
font-weight:700;
|
|
3926
|
+
}
|
|
3927
|
+
.ens-names-register-profile-card{
|
|
3928
|
+
align-items:center;
|
|
3929
|
+
background:#fff;
|
|
3930
|
+
border:2px dashed #d3d3d3;
|
|
3931
|
+
border-radius:12px;
|
|
3932
|
+
cursor:pointer;
|
|
3933
|
+
display:flex;
|
|
3934
|
+
justify-content:space-between;
|
|
3935
|
+
margin-bottom:20px;
|
|
3936
|
+
padding:16px;
|
|
3937
|
+
transition:all .2s ease;
|
|
3938
|
+
}
|
|
3939
|
+
.ens-names-register-profile-card:hover{
|
|
3940
|
+
background:#fafafa;
|
|
3941
|
+
border-color:#000;
|
|
3942
|
+
}
|
|
3943
|
+
.ens-names-register-profile-icon{
|
|
3944
|
+
align-items:center;
|
|
3945
|
+
background:#f5f5f5;
|
|
3946
|
+
border-radius:8px;
|
|
3947
|
+
display:flex;
|
|
3948
|
+
flex-shrink:0;
|
|
3949
|
+
height:48px;
|
|
3950
|
+
justify-content:center;
|
|
3951
|
+
margin-right:12px;
|
|
3952
|
+
width:48px;
|
|
3953
|
+
}
|
|
3954
|
+
.ens-names-register-profile-icon img{
|
|
3955
|
+
height:32px;
|
|
3956
|
+
-o-object-fit:cover;
|
|
3957
|
+
object-fit:cover;
|
|
3958
|
+
width:32px;
|
|
3959
|
+
}
|
|
3960
|
+
.ens-names-register-profile-text{
|
|
3961
|
+
flex:1;
|
|
3962
|
+
text-align:left;
|
|
3963
|
+
}
|
|
3964
|
+
.ens-names-register-profile-text .ns-text{
|
|
3965
|
+
display:block;
|
|
3966
|
+
}
|
|
3967
|
+
.ens-names-register-profile-text .ns-text:first-child{
|
|
3968
|
+
margin-bottom:4px;
|
|
3969
|
+
}
|
|
3970
|
+
.ens-names-register-profile-arrow{
|
|
3971
|
+
align-items:center;
|
|
3972
|
+
background-color:transparent;
|
|
3973
|
+
border:none;
|
|
3974
|
+
border-radius:50%;
|
|
3975
|
+
color:#333;
|
|
3976
|
+
cursor:pointer;
|
|
3977
|
+
display:flex;
|
|
3978
|
+
flex-shrink:0;
|
|
3979
|
+
height:32px;
|
|
3980
|
+
justify-content:center;
|
|
3981
|
+
width:32px;
|
|
3982
|
+
}
|
|
3983
|
+
.ens-names-register-profile-arrow:hover{
|
|
3984
|
+
background-color:#f0f0f0;
|
|
3985
|
+
}
|
|
3986
|
+
.ens-names-register-next-btn{
|
|
3987
|
+
background-color:#000 !important;
|
|
3988
|
+
border:none;
|
|
3989
|
+
border-radius:12px;
|
|
3990
|
+
color:#fff !important;
|
|
3991
|
+
cursor:pointer;
|
|
3992
|
+
font-size:16px;
|
|
3993
|
+
font-weight:600;
|
|
3994
|
+
padding:14px 0;
|
|
3995
|
+
transition:all .2s ease;
|
|
3996
|
+
width:100%;
|
|
3997
|
+
}
|
|
3998
|
+
.ens-names-register-next-btn:hover{
|
|
3999
|
+
background-color:#333 !important;
|
|
4000
|
+
}
|
|
4001
|
+
.ens-names-register-next-btn:active{
|
|
4002
|
+
transform:scale(.98);
|
|
4003
|
+
}
|
|
4004
|
+
.ens-names-register-step{
|
|
4005
|
+
background:#fff;
|
|
4006
|
+
border-radius:12px;
|
|
4007
|
+
margin-bottom:12px;
|
|
4008
|
+
overflow:hidden;
|
|
4009
|
+
transition:all .3s ease;
|
|
4010
|
+
}
|
|
4011
|
+
.ens-names-register-step.expanded{
|
|
4012
|
+
box-shadow:0 2px 8px rgba(0,0,0,.1);
|
|
4013
|
+
}
|
|
4014
|
+
.ens-names-register-step-header{
|
|
4015
|
+
align-items:center;
|
|
4016
|
+
cursor:pointer;
|
|
4017
|
+
display:flex;
|
|
4018
|
+
padding:16px;
|
|
4019
|
+
transition:background .2s ease;
|
|
4020
|
+
}
|
|
4021
|
+
.ens-names-register-step-header:hover{
|
|
4022
|
+
background:#f8f8f8;
|
|
4023
|
+
}
|
|
4024
|
+
.ens-names-register-step-number{
|
|
4025
|
+
align-items:center;
|
|
4026
|
+
background:#e5e7eb;
|
|
4027
|
+
border-radius:50%;
|
|
4028
|
+
display:flex;
|
|
4029
|
+
height:32px;
|
|
4030
|
+
justify-content:center;
|
|
4031
|
+
margin-right:12px;
|
|
4032
|
+
transition:all .2s ease;
|
|
4033
|
+
width:32px;
|
|
4034
|
+
}
|
|
4035
|
+
.ens-names-register-step-number span{
|
|
4036
|
+
color:#666;
|
|
4037
|
+
font-size:14px;
|
|
4038
|
+
font-weight:600;
|
|
4039
|
+
}
|
|
4040
|
+
.ens-names-register-step-number span.active{
|
|
4041
|
+
color:#fff;
|
|
4042
|
+
}
|
|
4043
|
+
.ens-names-register-step.expanded .ens-names-register-step-number{
|
|
4044
|
+
background:#000;
|
|
4045
|
+
}
|
|
4046
|
+
.ens-names-register-step-title{
|
|
4047
|
+
color:#333;
|
|
4048
|
+
flex:1;
|
|
4049
|
+
text-align:left;
|
|
4050
|
+
}
|
|
4051
|
+
.ens-names-register-step-chevron{
|
|
4052
|
+
align-items:center;
|
|
4053
|
+
color:#666;
|
|
4054
|
+
display:flex;
|
|
4055
|
+
justify-content:center;
|
|
4056
|
+
}
|
|
4057
|
+
.ens-names-register-step-content{
|
|
4058
|
+
animation:slideDown .3s ease;
|
|
4059
|
+
padding:0 16px 16px 60px;
|
|
4060
|
+
}
|
|
4061
|
+
@keyframes slideDown{
|
|
4062
|
+
0%{
|
|
4063
|
+
opacity:0;
|
|
4064
|
+
transform:translateY(-10px);
|
|
4065
|
+
}
|
|
4066
|
+
to{
|
|
4067
|
+
opacity:1;
|
|
4068
|
+
transform:translateY(0);
|
|
4069
|
+
}
|
|
4070
|
+
}
|
|
4071
|
+
.ens-names-register-step-content-title{
|
|
4072
|
+
color:#333;
|
|
4073
|
+
display:block;
|
|
4074
|
+
margin-bottom:8px;
|
|
4075
|
+
}
|
|
4076
|
+
.ens-names-register-step-content-description{
|
|
4077
|
+
color:#666;
|
|
4078
|
+
display:block;
|
|
4079
|
+
line-height:1.5;
|
|
4080
|
+
margin-bottom:20px;
|
|
4081
|
+
}
|
|
4082
|
+
.ens-names-register-open-wallet-btn{
|
|
4083
|
+
background-color:#000 !important;
|
|
4084
|
+
border:none;
|
|
4085
|
+
border-radius:12px;
|
|
4086
|
+
color:#fff !important;
|
|
4087
|
+
cursor:pointer;
|
|
4088
|
+
font-size:16px;
|
|
4089
|
+
font-weight:600;
|
|
4090
|
+
padding:14px 0;
|
|
4091
|
+
transition:all .2s ease;
|
|
4092
|
+
width:100%;
|
|
4093
|
+
}
|
|
4094
|
+
.ens-names-register-open-wallet-btn:hover{
|
|
4095
|
+
background-color:#333 !important;
|
|
4096
|
+
}
|
|
4097
|
+
.ens-names-register-footer-link{
|
|
4098
|
+
cursor:pointer;
|
|
4099
|
+
margin-top:24px;
|
|
4100
|
+
text-align:center;
|
|
4101
|
+
transition:color .2s ease;
|
|
4102
|
+
}
|
|
4103
|
+
.ens-names-register-footer-link:hover{
|
|
4104
|
+
color:#000 !important;
|
|
4105
|
+
}
|
|
4106
|
+
.ens-names-register-footer-link .ns-text{
|
|
4107
|
+
text-decoration:underline;
|
|
4108
|
+
}
|
|
4109
|
+
.ens-names-register-progress-container{
|
|
4110
|
+
margin-top:20px;
|
|
4111
|
+
}
|
|
4112
|
+
.ens-names-register-progress-bar{
|
|
4113
|
+
background-color:#e5e7eb;
|
|
4114
|
+
border:1px solid #d1d5db;
|
|
4115
|
+
border-radius:10px;
|
|
4116
|
+
height:25px;
|
|
4117
|
+
overflow:hidden;
|
|
4118
|
+
position:relative;
|
|
4119
|
+
width:100%;
|
|
4120
|
+
}
|
|
4121
|
+
.ens-names-register-progress-fill{
|
|
4122
|
+
align-items:center;
|
|
4123
|
+
background-color:#000;
|
|
4124
|
+
border-radius:4px;
|
|
4125
|
+
display:flex;
|
|
4126
|
+
height:100%;
|
|
4127
|
+
justify-content:flex-end;
|
|
4128
|
+
padding-right:4px;
|
|
4129
|
+
position:relative;
|
|
4130
|
+
transition:width .1s linear;
|
|
4131
|
+
}
|
|
4132
|
+
.ens-names-register-progress-sparkle{
|
|
4133
|
+
animation:sparkle 1.5s ease-in-out infinite;
|
|
4134
|
+
color:#fff;
|
|
4135
|
+
}
|
|
4136
|
+
@keyframes sparkle{
|
|
4137
|
+
0%,to{
|
|
4138
|
+
opacity:1;
|
|
4139
|
+
transform:scale(1);
|
|
4140
|
+
}
|
|
4141
|
+
50%{
|
|
4142
|
+
opacity:.7;
|
|
4143
|
+
transform:scale(1.1);
|
|
4144
|
+
}
|
|
4145
|
+
}
|
|
4146
|
+
.ens-names-register-timer-container{
|
|
4147
|
+
align-items:center;
|
|
4148
|
+
display:flex;
|
|
4149
|
+
justify-content:center;
|
|
4150
|
+
margin-bottom:8px;
|
|
4151
|
+
margin-top:24px;
|
|
4152
|
+
}
|
|
4153
|
+
.ens-names-register-timer-circle{
|
|
4154
|
+
align-items:center;
|
|
4155
|
+
display:flex;
|
|
4156
|
+
height:200px;
|
|
4157
|
+
justify-content:center;
|
|
4158
|
+
position:relative;
|
|
4159
|
+
width:200px;
|
|
4160
|
+
}
|
|
4161
|
+
.ens-names-register-timer-svg{
|
|
4162
|
+
height:100%;
|
|
4163
|
+
transform:rotate(-90deg);
|
|
4164
|
+
width:100%;
|
|
4165
|
+
}
|
|
4166
|
+
.ens-names-register-timer-progress{
|
|
4167
|
+
transition:stroke-dashoffset .5s linear;
|
|
4168
|
+
}
|
|
4169
|
+
.ens-names-register-timer-text{
|
|
4170
|
+
color:#000;
|
|
4171
|
+
left:50%;
|
|
4172
|
+
position:absolute;
|
|
4173
|
+
text-align:center;
|
|
4174
|
+
top:50%;
|
|
4175
|
+
transform:translate(-50%, -50%);
|
|
4176
|
+
}
|
|
4177
|
+
.ens-names-register-timer-text .ns-text{
|
|
4178
|
+
font-size:32px;
|
|
4179
|
+
font-weight:700;
|
|
4180
|
+
line-height:1;
|
|
4181
|
+
}
|
|
4182
|
+
.ens-names-register-step-number.completed{
|
|
4183
|
+
background:#fff !important;
|
|
4184
|
+
border:2px solid #000;
|
|
4185
|
+
}
|
|
4186
|
+
.ens-names-register-step-number.completed .ens-names-register-step-check{
|
|
4187
|
+
color:#000;
|
|
4188
|
+
stroke-width:3;
|
|
4189
|
+
}
|
|
4190
|
+
.ens-names-register-step.expanded .ens-names-register-step-number.completed{
|
|
4191
|
+
background:#fff !important;
|
|
4192
|
+
border:2px solid #000;
|
|
4193
|
+
}
|
|
4194
|
+
.ens-names-register-complete-btn{
|
|
4195
|
+
background-color:#000 !important;
|
|
4196
|
+
border:none;
|
|
4197
|
+
border-radius:12px;
|
|
4198
|
+
color:#fff !important;
|
|
4199
|
+
cursor:pointer;
|
|
4200
|
+
font-size:16px;
|
|
4201
|
+
font-weight:600;
|
|
4202
|
+
margin-top:20px;
|
|
4203
|
+
padding:14px 0;
|
|
4204
|
+
transition:all .2s ease;
|
|
4205
|
+
width:100%;
|
|
4206
|
+
}
|
|
4207
|
+
.ens-names-register-complete-btn:hover{
|
|
4208
|
+
background-color:#333 !important;
|
|
4209
|
+
}
|
|
4210
|
+
.ens-names-register-complete-btn:active{
|
|
4211
|
+
transform:scale(.98);
|
|
4212
|
+
}
|
|
4213
|
+
.ens-names-register-success-card{
|
|
4214
|
+
max-width:420px;
|
|
4215
|
+
min-width:420px;
|
|
4216
|
+
text-align:center;
|
|
4217
|
+
width:420px;
|
|
4218
|
+
}
|
|
4219
|
+
.ens-names-register-success-header{
|
|
4220
|
+
align-items:center;
|
|
4221
|
+
display:flex;
|
|
4222
|
+
justify-content:flex-end;
|
|
4223
|
+
margin-bottom:16px;
|
|
4224
|
+
}
|
|
4225
|
+
.ens-names-register-success-illustration{
|
|
4226
|
+
align-items:center;
|
|
4227
|
+
display:flex;
|
|
4228
|
+
justify-content:center;
|
|
4229
|
+
margin-bottom:24px;
|
|
4230
|
+
}
|
|
4231
|
+
.ens-names-register-success-illustration img{
|
|
4232
|
+
height:auto;
|
|
4233
|
+
max-width:200px;
|
|
4234
|
+
-o-object-fit:contain;
|
|
4235
|
+
object-fit:contain;
|
|
4236
|
+
width:100%;
|
|
4237
|
+
}
|
|
4238
|
+
.ens-names-register-success-title-section{
|
|
4239
|
+
margin-bottom:24px;
|
|
4240
|
+
}
|
|
4241
|
+
.ens-names-register-success-message{
|
|
4242
|
+
color:#333;
|
|
4243
|
+
display:block;
|
|
4244
|
+
margin-bottom:8px;
|
|
4245
|
+
}
|
|
4246
|
+
.ens-names-register-success-name{
|
|
4247
|
+
color:#000;
|
|
4248
|
+
display:block;
|
|
4249
|
+
font-size:28px;
|
|
4250
|
+
}
|
|
4251
|
+
.ens-names-register-success-summary{
|
|
4252
|
+
background:#fff;
|
|
4253
|
+
border-radius:12px;
|
|
4254
|
+
margin-bottom:24px;
|
|
4255
|
+
padding:20px;
|
|
4256
|
+
text-align:left;
|
|
4257
|
+
}
|
|
4258
|
+
.ens-names-register-success-summary-row{
|
|
4259
|
+
align-items:center;
|
|
4260
|
+
display:flex;
|
|
4261
|
+
justify-content:space-between;
|
|
4262
|
+
margin-bottom:12px;
|
|
4263
|
+
}
|
|
4264
|
+
.ens-names-register-success-summary-row:last-child{
|
|
4265
|
+
margin-bottom:0;
|
|
4266
|
+
}
|
|
4267
|
+
.ens-names-register-success-total{
|
|
4268
|
+
margin-bottom:12px;
|
|
4269
|
+
}
|
|
4270
|
+
.ens-names-register-success-expiry,.ens-names-register-success-total{
|
|
4271
|
+
border-top:1px solid #ddd;
|
|
4272
|
+
margin-top:8px;
|
|
4273
|
+
padding-top:12px;
|
|
4274
|
+
}
|
|
4275
|
+
.ens-names-register-success-total-amount{
|
|
4276
|
+
align-items:center;
|
|
4277
|
+
display:flex;
|
|
4278
|
+
gap:6px;
|
|
4279
|
+
}
|
|
4280
|
+
.ens-names-register-success-actions{
|
|
4281
|
+
display:flex;
|
|
4282
|
+
gap:12px;
|
|
4283
|
+
width:100%;
|
|
4284
|
+
}
|
|
4285
|
+
.ens-names-register-register-another-btn{
|
|
4286
|
+
background-color:#f4f4f4 !important;
|
|
4287
|
+
border:1px solid #d1d5db !important;
|
|
4288
|
+
border-radius:12px;
|
|
4289
|
+
color:#333 !important;
|
|
4290
|
+
cursor:pointer;
|
|
4291
|
+
flex:1;
|
|
4292
|
+
font-size:16px;
|
|
4293
|
+
font-weight:600;
|
|
4294
|
+
padding:14px 0;
|
|
4295
|
+
transition:all .2s ease;
|
|
4296
|
+
}
|
|
4297
|
+
.ens-names-register-register-another-btn:hover{
|
|
4298
|
+
background-color:#e8e8e8 !important;
|
|
4299
|
+
border-color:#9ca3af !important;
|
|
4300
|
+
}
|
|
4301
|
+
.ens-names-register-view-name-btn{
|
|
4302
|
+
background-color:#000 !important;
|
|
4303
|
+
border:none;
|
|
4304
|
+
border-radius:12px;
|
|
4305
|
+
color:#fff !important;
|
|
4306
|
+
cursor:pointer;
|
|
4307
|
+
flex:1;
|
|
4308
|
+
font-size:16px;
|
|
4309
|
+
font-weight:600;
|
|
4310
|
+
padding:14px 0;
|
|
4311
|
+
transition:all .2s ease;
|
|
4312
|
+
}
|
|
4313
|
+
.ens-names-register-view-name-btn:hover{
|
|
4314
|
+
background-color:#333 !important;
|
|
4315
|
+
}
|
|
4316
|
+
|
|
2526
4317
|
:root{
|
|
2527
4318
|
--ns-font-family:"Satoshi", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji", "Segoe UI Emoji";
|
|
2528
4319
|
--ns-radius-sm:4px;
|