@sc-360-v2/storefront-cms-library 0.3.59 → 0.3.61

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.
@@ -3536,465 +3536,517 @@
3536
3536
  border-radius: 6px;
3537
3537
  padding: 16px;
3538
3538
  color: #333333;
3539
- .order-header {
3540
- border-bottom: 1px solid #eaecf0;
3541
- padding-bottom: 24px;
3542
- .user-info {
3543
- display: flex;
3544
- flex-direction: column;
3545
- h3 {
3546
- font-size: 20px;
3547
- font-weight: 600;
3548
- color: #101828;
3549
- line-height: 30px;
3550
- span {
3551
- margin-left: 6px;
3552
- svg {
3553
- path {
3554
- stroke: #475467;
3539
+ .each-order {
3540
+ border: 1px solid var(--_gray-200);
3541
+ border-radius: 8px;
3542
+ padding: 16px;
3543
+ .order-header {
3544
+ border-bottom: 1px solid #eaecf0;
3545
+ padding-bottom: 24px;
3546
+ .user-info {
3547
+ display: flex;
3548
+ flex-direction: column;
3549
+ padding-bottom: 12px;
3550
+ margin-bottom: 12px;
3551
+ border-bottom: 1px solid var(--_gray-200);
3552
+ h3 {
3553
+ font-size: 20px;
3554
+ font-weight: 700;
3555
+ color: var(--_gray-900);
3556
+ line-height: 30px;
3557
+ margin-bottom: 6px;
3558
+ span {
3559
+ margin-left: 6px;
3560
+ svg {
3561
+ path {
3562
+ stroke: #475467;
3563
+ }
3555
3564
  }
3556
3565
  }
3557
3566
  }
3558
- }
3559
- .user-meta-list {
3560
- display: flex;
3561
- align-items: center;
3562
- gap: 12px;
3563
- .meta-item {
3567
+ .user-meta-list {
3564
3568
  display: flex;
3565
- flex-direction: row;
3566
3569
  align-items: center;
3567
- .meta-icon {
3568
- svg {
3569
- width: 12px;
3570
- height: 12px;
3570
+ gap: 12px;
3571
+ .meta-item {
3572
+ display: flex;
3573
+ flex-direction: row;
3574
+ align-items: center;
3575
+ .meta-icon {
3576
+ display: flex;
3577
+ svg {
3578
+ width: 18px;
3579
+ height: 18px;
3580
+ }
3581
+ padding-right: 6px;
3582
+ }
3583
+ .meta-text {
3584
+ font-size: 12px;
3585
+ font-weight: 400;
3586
+ color: #475467;
3587
+ line-height: 18px;
3588
+ }
3589
+ &:not(:first-child)::before {
3590
+ content: "";
3591
+ display: inline-block;
3592
+ width: 5px;
3593
+ height: 5px;
3594
+ background: #d0d5dd;
3595
+ border-radius: 50%;
3596
+ margin-right: 12px;
3571
3597
  }
3572
- padding-right: 6px;
3573
- }
3574
- .meta-text {
3575
- font-size: 12px;
3576
- font-weight: 400;
3577
- color: #475467;
3578
- line-height: 18px;
3579
- }
3580
- &:not(:first-child)::before {
3581
- content: "";
3582
- display: inline-block;
3583
- width: 5px;
3584
- height: 5px;
3585
- background: #d0d5dd;
3586
- border-radius: 50%;
3587
- margin-right: 12px;
3588
3598
  }
3589
3599
  }
3590
3600
  }
3591
3601
  }
3592
- }
3593
-
3594
- .order-successful {
3595
- display: flex;
3596
- align-items: center;
3597
- // background: #f0fdf4;
3598
- // border-radius: 6px;
3599
- // padding: 16px;
3600
- // margin-bottom: 24px;
3601
- background-color: #f6fef9;
3602
- border-radius: 6px;
3603
- border: 1px solid #d0d5dd;
3604
- padding: 12px;
3605
-
3606
- .check-icon {
3607
- font-size: 28px;
3608
- margin-right: 12px;
3609
- }
3610
3602
 
3611
- .success-text {
3603
+ .order-successful,
3604
+ .order-pending,
3605
+ .order-failed {
3612
3606
  display: flex;
3613
- flex-direction: column;
3614
- justify-content: center;
3615
- gap: 8px;
3616
- .success_toast_header {
3607
+ align-items: center;
3608
+ // background: #f0fdf4;
3609
+ // border-radius: 6px;
3610
+ // padding: 16px;
3611
+ // margin-bottom: 24px;
3612
+ background-color: #f6fef9;
3613
+ border-radius: 6px;
3614
+ border: 1px solid #d0d5dd;
3615
+ padding: 12px;
3616
+ margin-block: 16px;
3617
+
3618
+ .check-icon {
3619
+ font-size: 28px;
3620
+ margin-right: 12px;
3621
+ }
3622
+
3623
+ .success-text {
3617
3624
  display: flex;
3618
- gap: 6px;
3619
- align-items: center;
3620
- .success__dropdown__icon {
3621
- svg {
3622
- width: 32px;
3623
- height: 32px;
3624
- path {
3625
- stroke: #099250;
3626
- fill: #ffffff;
3627
- stroke-width: 0.8;
3625
+ flex-direction: column;
3626
+ justify-content: center;
3627
+ gap: 8px;
3628
+ .success_toast_header {
3629
+ display: flex;
3630
+ gap: 6px;
3631
+ align-items: center;
3632
+ .success__dropdown__icon {
3633
+ display: flex;
3634
+ svg {
3635
+ width: 24px;
3636
+ height: 24px;
3637
+ path {
3638
+ stroke: #099250;
3639
+ fill: #fff;
3640
+ }
3628
3641
  }
3629
3642
  }
3643
+ h2 {
3644
+ color: #101828;
3645
+ font-size: 20px;
3646
+ font-weight: 600;
3647
+ line-height: 32px;
3648
+ font-family: "Lato";
3649
+ }
3630
3650
  }
3631
- h2 {
3632
- color: #101828;
3633
- font-size: 24px;
3634
- font-weight: 600;
3635
- line-height: 32px;
3636
- font-family: "Lato";
3651
+
3652
+ p {
3653
+ color: #475467;
3654
+ font-size: 14px;
3655
+ font-weight: 400;
3656
+ line-height: 20px;
3637
3657
  }
3638
3658
  }
3639
-
3640
- p {
3641
- color: #475467;
3642
- font-size: 14px;
3643
- font-weight: 400;
3644
- line-height: 20px;
3659
+ }
3660
+ .order-failed {
3661
+ background-color: var(--_error-100);
3662
+ border: 1px solid var(--_error-200);
3663
+ .success__dropdown__icon {
3664
+ svg path {
3665
+ stroke: var(--_error-700) !important;
3666
+ }
3645
3667
  }
3646
3668
  }
3647
- }
3648
- .error_toast_message_wrapper {
3649
- display: flex;
3650
- justify-content: space-between;
3651
- align-items: center;
3652
- background-color: #fffbfa;
3653
- border-radius: 6px;
3654
- border: 1px solid #fda29b;
3655
- padding: 12px;
3656
- .error_toast_message_left_section {
3669
+ .order-pending {
3670
+ background-color: #f5f6f9;
3671
+ border: 1px solid #c5d2fc;
3672
+ svg path {
3673
+ stroke: var(--_primary-700);
3674
+ }
3675
+ }
3676
+ .error_toast_message_wrapper {
3657
3677
  display: flex;
3658
- flex-direction: column;
3659
- gap: 8px;
3660
- .error_toast_message_header {
3678
+ justify-content: space-between;
3679
+ align-items: center;
3680
+ background-color: #fffbfa;
3681
+ border-radius: 6px;
3682
+ border: 1px solid #fda29b;
3683
+ padding: 12px;
3684
+ .error_toast_message_left_section {
3661
3685
  display: flex;
3686
+ flex-direction: column;
3662
3687
  gap: 8px;
3663
- align-items: center;
3664
- h2 {
3665
- color: #101828;
3666
- font-size: 24px;
3667
- font-weight: 600;
3668
- line-height: 32px;
3669
- font-family: "Lato";
3670
- }
3671
- .error__dropdown__icon {
3672
- svg {
3673
- width: 32px;
3674
- height: 32px;
3675
- path {
3676
- stroke: #d92d20;
3677
- fill: #ffffff;
3678
- stroke-width: 0.8;
3688
+ .error_toast_message_header {
3689
+ display: flex;
3690
+ gap: 8px;
3691
+ align-items: center;
3692
+ h2 {
3693
+ color: #101828;
3694
+ font-size: 24px;
3695
+ font-weight: 600;
3696
+ line-height: 32px;
3697
+ font-family: "Lato";
3698
+ }
3699
+ .error__dropdown__icon {
3700
+ svg {
3701
+ width: 32px;
3702
+ height: 32px;
3703
+ path {
3704
+ stroke: #d92d20;
3705
+ fill: #ffffff;
3706
+ stroke-width: 0.8;
3707
+ }
3679
3708
  }
3680
3709
  }
3681
3710
  }
3711
+ p {
3712
+ color: #475467;
3713
+ font-size: 14px;
3714
+ font-weight: 400;
3715
+ line-height: 20px;
3716
+ }
3682
3717
  }
3683
- p {
3684
- color: #475467;
3685
- font-size: 14px;
3686
- font-weight: 400;
3687
- line-height: 20px;
3718
+ .error_message_btn {
3719
+ background-color: #243dc6;
3720
+ color: #ffffff;
3721
+ border-radius: 6px;
3722
+ font-size: 16px;
3723
+ font-weight: 600;
3724
+ padding: 12px 24px;
3688
3725
  }
3689
3726
  }
3690
- .error_message_btn {
3691
- background-color: #243dc6;
3692
- color: #ffffff;
3693
- border-radius: 6px;
3694
- font-size: 16px;
3695
- font-weight: 600;
3696
- padding: 12px 24px;
3697
- }
3698
- }
3699
3727
 
3700
- .order-details-wrapper {
3701
- display: grid;
3702
- grid-template-columns: 2fr 1fr;
3703
- gap: 48px;
3704
- padding-bottom: 24px;
3705
- }
3728
+ .order-details-wrapper {
3729
+ display: grid;
3730
+ grid-template-columns: 2fr 1fr;
3731
+ gap: 48px;
3732
+ padding-bottom: 24px;
3733
+ }
3706
3734
 
3707
- .order-info-section {
3708
- display: flex;
3709
- flex-direction: column;
3710
- gap: 16px;
3711
- .order_info_header {
3712
- font-size: 14px;
3713
- font-weight: 600;
3714
- color: #101828;
3715
- padding: 12px 16px;
3716
- border: 1px solid #eaecf0;
3717
- border-radius: 6px;
3718
- background: #f5f5f5;
3719
- span {
3735
+ .order-info-section {
3736
+ display: flex;
3737
+ flex-direction: column;
3738
+ gap: 16px;
3739
+ .order_info_header {
3720
3740
  font-size: 14px;
3721
3741
  font-weight: 600;
3722
- color: var(--_gray-600);
3742
+ color: #101828;
3743
+ padding: 12px 16px;
3744
+ border: 1px solid #eaecf0;
3745
+ border-radius: 6px;
3746
+ background: #f5f5f5;
3747
+ span {
3748
+ font-size: 14px;
3749
+ font-weight: 600;
3750
+ color: var(--_gray-600);
3751
+ }
3723
3752
  }
3724
3753
  }
3725
- }
3726
- .quick-actions-section {
3727
- display: flex;
3728
- flex-direction: column;
3729
- gap: 16px;
3730
- .quick_actions_header {
3731
- font-size: 14px;
3732
- font-weight: 600;
3733
- color: #101828;
3734
- padding: 12px 16px;
3735
- border: 1px solid #eaecf0;
3736
- border-radius: 6px;
3737
- background: #f5f5f5;
3738
- span {
3754
+ .quick-actions-section {
3755
+ display: flex;
3756
+ flex-direction: column;
3757
+ gap: 16px;
3758
+ .quick_actions_header {
3739
3759
  font-size: 14px;
3740
3760
  font-weight: 600;
3741
- color: var(--_gray-600);
3761
+ color: #101828;
3762
+ padding: 12px 16px;
3763
+ border: 1px solid #eaecf0;
3764
+ border-radius: 6px;
3765
+ background: #f5f5f5;
3766
+ span {
3767
+ font-size: 14px;
3768
+ font-weight: 600;
3769
+ color: var(--_gray-600);
3770
+ }
3742
3771
  }
3743
3772
  }
3744
- }
3745
-
3746
- .order-info {
3747
- display: flex;
3748
- flex-direction: column;
3749
- /* space between the two rows */
3750
- .order-row {
3751
- display: grid;
3752
- gap: 12px 24px;
3753
- /* 12px vertical, 24px horizontal */
3754
-
3755
- /* First row: two equal columns + bottom border */
3756
- &:first-child {
3757
- grid-template-columns: repeat(2, 1fr);
3758
- border-bottom: 1px dashed var(--_gray-400);
3759
- padding-bottom: 24px;
3760
- }
3761
-
3762
- /* Second row: three equal columns */
3763
- &:nth-child(2) {
3764
- grid-template-columns: repeat(3, 1fr);
3765
- margin-top: 24px;
3766
- }
3767
3773
 
3768
- /* Each individual info‐cell styling */
3769
- > div {
3770
- strong {
3771
- display: block;
3772
- font-size: 14px;
3773
- color: var(--_gray-500);
3774
- line-height: 20px;
3775
- margin-bottom: 4px;
3776
- font-weight: 400;
3774
+ .order-info {
3775
+ display: flex;
3776
+ flex-direction: column;
3777
+ /* space between the two rows */
3778
+ .order-row {
3779
+ display: grid;
3780
+ gap: 12px 24px;
3781
+ /* 12px vertical, 24px horizontal */
3782
+
3783
+ /* First row: two equal columns + bottom border */
3784
+ &:first-child {
3785
+ grid-template-columns: repeat(2, 1fr);
3786
+ border-bottom: 1px dashed var(--_gray-400);
3787
+ padding-bottom: 24px;
3777
3788
  }
3778
3789
 
3779
- p {
3780
- margin: 0;
3781
- margin-bottom: 4px;
3782
- font-size: 20px;
3783
- font-weight: 600;
3784
- color: var(--_gray-900);
3785
- line-height: 30px;
3786
- }
3787
- .delivery_address {
3788
- font-size: 14px;
3789
- font-weight: 400;
3790
- color: var(--_gray-400);
3791
- line-height: 20px;
3792
- }
3793
- .shipping-type {
3794
- font-size: 14px;
3795
- font-weight: 400;
3796
- color: var(--_gray-900);
3797
- line-height: 20px;
3790
+ /* Second row: three equal columns */
3791
+ &:nth-child(2) {
3792
+ grid-template-columns: repeat(3, 1fr);
3793
+ margin-top: 24px;
3798
3794
  }
3799
3795
 
3800
- .status {
3801
- margin-left: 6px;
3802
- padding: 2px 8px;
3803
- border-radius: 4px;
3804
- font-size: 12;
3805
- font-weight: 500;
3806
- line-height: 18px;
3807
- }
3796
+ /* Each individual info‐cell styling */
3797
+ > div {
3798
+ strong {
3799
+ display: block;
3800
+ font-size: 14px;
3801
+ color: var(--_gray-500);
3802
+ line-height: 20px;
3803
+ margin-bottom: 4px;
3804
+ font-weight: 400;
3805
+ }
3808
3806
 
3809
- .link-button {
3810
- color: #243dc6;
3811
- font-size: 14px;
3812
- font-weight: 400;
3813
- line-height: 20px;
3814
- }
3807
+ p {
3808
+ margin: 0;
3809
+ margin-bottom: 4px;
3810
+ font-size: 20px;
3811
+ font-weight: 600;
3812
+ color: var(--_gray-900);
3813
+ line-height: 30px;
3814
+ }
3815
+ .delivery_address {
3816
+ font-size: 14px;
3817
+ font-weight: 400;
3818
+ color: var(--_gray-400);
3819
+ line-height: 20px;
3820
+ }
3821
+ .shipping-type {
3822
+ font-size: 14px;
3823
+ font-weight: 400;
3824
+ color: var(--_gray-900);
3825
+ line-height: 20px;
3826
+ }
3815
3827
 
3816
- .submitted {
3817
- font-size: 12px;
3818
- font-weight: 500;
3819
- line-height: 18px;
3820
- background: #eff8ff;
3821
- color: #0040c1;
3822
- display: inline-block;
3823
- height: 22px;
3824
- &::before {
3825
- content: "";
3828
+ .status {
3829
+ margin-left: 6px;
3830
+ padding: 2px 8px;
3831
+ border-radius: 4px;
3832
+ font-size: 12px;
3833
+ font-weight: 500;
3834
+ line-height: 18px;
3835
+
3836
+ display: inline-flex;
3837
+ align-items: center;
3838
+ gap: 8px;
3839
+ &::before {
3840
+ content: "";
3841
+ display: inline-block;
3842
+ width: 6px;
3843
+ height: 6px;
3844
+ border-radius: 50%;
3845
+ }
3846
+ &.success {
3847
+ background-color: var(--_success-200);
3848
+ &::before {
3849
+ background-color: var(--_success-700);
3850
+ }
3851
+ }
3852
+ &.failed {
3853
+ background-color: var(--_error-100);
3854
+ &::before {
3855
+ background-color: var(--_error-700);
3856
+ }
3857
+ }
3858
+ }
3859
+
3860
+ .link-button {
3861
+ color: #243dc6;
3862
+ font-size: 14px;
3863
+ font-weight: 400;
3864
+ line-height: 20px;
3865
+ }
3866
+
3867
+ .submitted {
3868
+ font-size: 12px;
3869
+ font-weight: 500;
3870
+ line-height: 18px;
3871
+ background: #eff8ff;
3872
+ color: #0040c1;
3826
3873
  display: inline-block;
3827
- width: 6px;
3828
- height: 6px;
3829
- background-color: #0040c1;
3830
- border-radius: 50%;
3831
- margin-right: 6px;
3832
- vertical-align: middle;
3833
- margin-top: -1px;
3874
+ height: 22px;
3875
+ &::before {
3876
+ content: "";
3877
+ display: inline-block;
3878
+ width: 6px;
3879
+ height: 6px;
3880
+ background-color: #0040c1;
3881
+ border-radius: 50%;
3882
+ margin-right: 6px;
3883
+ vertical-align: middle;
3884
+ margin-top: -1px;
3885
+ }
3834
3886
  }
3835
- }
3836
3887
 
3837
- .order-date {
3838
- font-size: 14px;
3839
- font-weight: 400;
3840
- color: var(--_gray-400);
3841
- line-height: 20px;
3842
- }
3888
+ .order-date {
3889
+ font-size: 14px;
3890
+ font-weight: 400;
3891
+ color: var(--_gray-400);
3892
+ line-height: 20px;
3893
+ }
3843
3894
 
3844
- .inclusive-tax {
3845
- margin-left: 4px;
3846
- font-size: 0.7rem;
3847
- color: #6b7280;
3895
+ .inclusive-tax {
3896
+ margin-left: 4px;
3897
+ font-size: 0.7rem;
3898
+ color: #6b7280;
3899
+ }
3848
3900
  }
3849
3901
  }
3850
3902
  }
3851
- }
3852
3903
 
3853
- .quick-actions {
3854
- display: flex;
3855
- flex-direction: column;
3856
- gap: 8px;
3857
- padding: 8px;
3858
- color: #243dc6;
3859
- .action-button {
3904
+ .quick-actions {
3905
+ display: flex;
3906
+ flex-direction: column;
3907
+ gap: 8px;
3860
3908
  padding: 8px;
3861
- font-size: 14px;
3862
- border-radius: 4px;
3863
- background: none;
3864
3909
  color: #243dc6;
3865
- cursor: pointer;
3866
- text-align: start;
3910
+ .action-button {
3911
+ padding: 8px;
3912
+ font-size: 14px;
3913
+ border-radius: 4px;
3914
+ background: none;
3915
+ color: #243dc6;
3916
+ cursor: pointer;
3917
+ text-align: start;
3867
3918
 
3868
- &:hover {
3869
- color: #0d60e5;
3919
+ &:hover {
3920
+ color: #0d60e5;
3921
+ }
3870
3922
  }
3871
3923
  }
3872
- }
3873
3924
 
3874
- .cart-items {
3875
- h3 {
3876
- font-size: 14px;
3877
- color: #667085;
3878
- margin-bottom: 24px;
3879
- line-height: 20px;
3880
- font-weight: 400;
3881
- }
3882
-
3883
- .items-grid {
3884
- display: grid;
3885
- grid-template-columns: repeat(3, 1fr);
3886
- gap: 24px;
3887
- margin-bottom: 24px;
3888
- }
3925
+ .cart-items {
3926
+ h3 {
3927
+ font-size: 14px;
3928
+ color: #667085;
3929
+ margin-bottom: 24px;
3930
+ line-height: 20px;
3931
+ font-weight: 400;
3932
+ }
3889
3933
 
3890
- .item-card {
3891
- gap: 12px;
3892
- display: flex;
3893
- align-items: flex-start;
3934
+ .items-grid {
3935
+ display: grid;
3936
+ grid-template-columns: repeat(3, 1fr);
3937
+ gap: 24px;
3938
+ margin-bottom: 24px;
3939
+ }
3894
3940
 
3895
- img {
3896
- width: 69px;
3897
- height: 80px;
3898
- object-fit: cover;
3899
- border-radius: 4px;
3941
+ .item-card {
3942
+ gap: 12px;
3900
3943
  display: flex;
3901
3944
  align-items: flex-start;
3902
- }
3903
-
3904
- .item-details {
3905
- flex: 1;
3906
3945
 
3907
- .item-name {
3908
- display: -webkit-box;
3909
- -webkit-line-clamp: 1;
3910
- -webkit-box-orient: vertical;
3911
- overflow: hidden;
3912
- text-overflow: ellipsis;
3913
- margin: 0 0 4px;
3914
- font-size: 14px;
3915
- font-weight: 600;
3916
- color: var(--_gray-900);
3917
- line-height: 20px;
3946
+ img {
3947
+ width: 69px;
3948
+ height: 80px;
3949
+ object-fit: cover;
3950
+ border-radius: 4px;
3951
+ display: flex;
3952
+ align-items: flex-start;
3918
3953
  }
3919
3954
 
3920
- .item-specs {
3921
- font-size: 12px;
3922
- color: #475467;
3923
- font-weight: 400;
3924
- }
3925
- .item-qty {
3926
- font-size: 12px;
3927
- font-weight: 400;
3928
- color: #475467;
3929
- span {
3955
+ .item-details {
3956
+ flex: 1;
3957
+
3958
+ .item-name {
3959
+ display: -webkit-box;
3960
+ -webkit-line-clamp: 1;
3961
+ -webkit-box-orient: vertical;
3962
+ overflow: hidden;
3963
+ text-overflow: ellipsis;
3964
+ margin: 0 0 4px;
3965
+ font-size: 14px;
3966
+ font-weight: 600;
3967
+ color: var(--_gray-900);
3968
+ line-height: 20px;
3969
+ }
3970
+
3971
+ .item-specs {
3930
3972
  font-size: 12px;
3973
+ color: #475467;
3931
3974
  font-weight: 400;
3975
+ }
3976
+ .item-qty {
3977
+ font-size: 12px;
3978
+ font-weight: 400;
3979
+ color: #475467;
3980
+ span {
3981
+ font-size: 12px;
3982
+ font-weight: 400;
3983
+ color: #101828;
3984
+ }
3985
+ }
3986
+ .estimated-delivery {
3987
+ margin: 0;
3988
+ font-size: 12px;
3989
+ color: var(--_gray-600);
3990
+ line-height: 18px;
3991
+ }
3992
+
3993
+ .delivery-date {
3994
+ margin: 0;
3995
+ font-size: 12px;
3996
+ font-weight: bold;
3932
3997
  color: #101828;
3933
3998
  }
3934
3999
  }
3935
- .estimated-delivery {
3936
- margin: 0;
3937
- font-size: 12px;
3938
- color: var(--_gray-600);
3939
- line-height: 18px;
3940
- }
3941
4000
 
3942
- .delivery-date {
3943
- margin: 0;
4001
+ .item-price {
3944
4002
  font-size: 12px;
3945
- font-weight: bold;
3946
- color: #101828;
4003
+ font-weight: 600;
4004
+ color: #1e293b;
4005
+ margin-left: 12px;
3947
4006
  }
3948
4007
  }
3949
4008
 
3950
- .item-price {
3951
- font-size: 12px;
3952
- font-weight: 600;
3953
- color: #1e293b;
3954
- margin-left: 12px;
3955
- }
3956
- }
3957
-
3958
- .show-more-wrapper {
3959
- margin: 32px 16px 16px 0px;
3960
- button {
3961
- padding: 12px 16px;
3962
- color: var(--_primary-400);
3963
- font-weight: 600;
3964
- border-radius: 6px;
3965
- &:hover {
3966
- background-color: var(--_primary-25);
4009
+ .show-more-wrapper {
4010
+ margin: 32px 16px 16px 0px;
4011
+ button {
4012
+ padding: 12px 16px;
4013
+ color: var(--_primary-400);
4014
+ font-weight: 600;
4015
+ border-radius: 6px;
4016
+ &:hover {
4017
+ background-color: var(--_primary-25);
4018
+ }
3967
4019
  }
3968
4020
  }
3969
4021
  }
3970
- }
3971
4022
 
3972
- .order-attributes {
3973
- border-top: 1px solid #eaecf0;
3974
- padding-top: 24px;
4023
+ .order-attributes {
4024
+ border-top: 1px solid #eaecf0;
4025
+ padding-top: 24px;
3975
4026
 
3976
- h4 {
3977
- font-size: 14px;
3978
- font-weight: 400;
3979
- color: var(--_gray-500);
3980
- line-height: 20px;
3981
- }
4027
+ h4 {
4028
+ font-size: 14px;
4029
+ font-weight: 400;
4030
+ color: var(--_gray-500);
4031
+ line-height: 20px;
4032
+ }
3982
4033
 
3983
- p {
3984
- font-size: 14px;
3985
- font-weight: 600;
3986
- line-height: 20px;
3987
- color: var(--_gray-900);
4034
+ p {
4035
+ font-size: 14px;
4036
+ font-weight: 600;
4037
+ line-height: 20px;
4038
+ color: var(--_gray-900);
4039
+ }
3988
4040
  }
3989
- }
3990
4041
 
3991
- @media (max-width: 768px) {
3992
- .order-details-wrapper {
3993
- grid-template-columns: 1fr;
3994
- }
4042
+ @media (max-width: 768px) {
4043
+ .order-details-wrapper {
4044
+ grid-template-columns: 1fr;
4045
+ }
3995
4046
 
3996
- .items-grid {
3997
- grid-template-columns: 1fr;
4047
+ .items-grid {
4048
+ grid-template-columns: 1fr;
4049
+ }
3998
4050
  }
3999
4051
  }
4000
4052
  }