@volo/ngx-lepton-x.lite 4.0.5 → 4.1.0-rc.2
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/assets/css/bootstrap-dim.css +128 -2
- package/assets/css/bootstrap-dim.rtl.css +128 -2
- package/assets/css/font-bundle.css +1 -1
- package/assets/css/font-bundle.rtl.css +1 -1
- package/assets/css/ng-bundle.css +12 -0
- package/assets/css/ng-bundle.rtl.css +12 -0
- package/assets/css/side-menu/layout-bundle.css +10 -0
- package/assets/css/side-menu/layout-bundle.rtl.css +10 -0
- package/fesm2022/volo-ngx-lepton-x.lite-layouts.mjs +78 -75
- package/fesm2022/volo-ngx-lepton-x.lite-layouts.mjs.map +1 -1
- package/fesm2022/volo-ngx-lepton-x.lite.mjs +25 -28
- package/fesm2022/volo-ngx-lepton-x.lite.mjs.map +1 -1
- package/layouts/lib/side-menu-layout/providers/style.provider.d.ts +1 -11
- package/layouts/lib/side-menu-layout/side-menu-layout.component.d.ts +1 -0
- package/lib/providers/style.provider.d.ts +1 -9
- package/package.json +2 -6
- package/esm2022/index.mjs +0 -5
- package/esm2022/layouts/index.mjs +0 -2
- package/esm2022/layouts/lib/components/index.mjs +0 -5
- package/esm2022/layouts/lib/components/mn-language-selection/index.mjs +0 -3
- package/esm2022/layouts/lib/components/mn-language-selection/mn-language-selection.component.mjs +0 -26
- package/esm2022/layouts/lib/components/mn-language-selection/mn-language-selection.module.mjs +0 -19
- package/esm2022/layouts/lib/components/mn-user-profile/index.mjs +0 -3
- package/esm2022/layouts/lib/components/mn-user-profile/mn-user-profile.component.mjs +0 -26
- package/esm2022/layouts/lib/components/mn-user-profile/mn-user-profile.module.mjs +0 -20
- package/esm2022/layouts/lib/components/mobile-navbar/index.mjs +0 -3
- package/esm2022/layouts/lib/components/mobile-navbar/mobile-navbar.component.mjs +0 -42
- package/esm2022/layouts/lib/components/mobile-navbar/mobile-navbar.module.mjs +0 -34
- package/esm2022/layouts/lib/components/toolbar/index.mjs +0 -2
- package/esm2022/layouts/lib/components/toolbar/toolbar-container.component.mjs +0 -12
- package/esm2022/layouts/lib/components/toolbar/toolbar-item.component.mjs +0 -39
- package/esm2022/layouts/lib/components/toolbar/toolbar-items.component.mjs +0 -16
- package/esm2022/layouts/lib/components/toolbar/toolbar.component.mjs +0 -17
- package/esm2022/layouts/lib/index.mjs +0 -3
- package/esm2022/layouts/lib/side-menu-layout/index.mjs +0 -4
- package/esm2022/layouts/lib/side-menu-layout/panels/index.mjs +0 -8
- package/esm2022/layouts/lib/side-menu-layout/panels/language-selection-panel.directive.mjs +0 -16
- package/esm2022/layouts/lib/side-menu-layout/panels/mobile-language-selection.directive.mjs +0 -16
- package/esm2022/layouts/lib/side-menu-layout/panels/mobile-user-profile-panel.directive.mjs +0 -16
- package/esm2022/layouts/lib/side-menu-layout/panels/settings-panel.directive.mjs +0 -16
- package/esm2022/layouts/lib/side-menu-layout/panels/topbar-content-panel.directive.mjs +0 -16
- package/esm2022/layouts/lib/side-menu-layout/panels/user-profile-panel.directive.mjs +0 -16
- package/esm2022/layouts/lib/side-menu-layout/providers/index.mjs +0 -2
- package/esm2022/layouts/lib/side-menu-layout/providers/style.provider.mjs +0 -28
- package/esm2022/layouts/lib/side-menu-layout/side-menu-layout.component.mjs +0 -70
- package/esm2022/layouts/lib/side-menu-layout/side-menu-layout.module.mjs +0 -96
- package/esm2022/layouts/lib/side-menu-layout/tokens/index.mjs +0 -2
- package/esm2022/layouts/lib/side-menu-layout/tokens/style.token.mjs +0 -3
- package/esm2022/layouts/volo-ngx-lepton-x.lite-layouts.mjs +0 -5
- package/esm2022/lib/components/index.mjs +0 -3
- package/esm2022/lib/components/language-selection/index.mjs +0 -3
- package/esm2022/lib/components/language-selection/language-selection.component.mjs +0 -25
- package/esm2022/lib/components/language-selection/language-selection.module.mjs +0 -17
- package/esm2022/lib/components/user-profile/index.mjs +0 -3
- package/esm2022/lib/components/user-profile/user-profile.component.mjs +0 -24
- package/esm2022/lib/components/user-profile/user-profile.module.mjs +0 -35
- package/esm2022/lib/index.mjs +0 -3
- package/esm2022/lib/lepton-x-lite.module.mjs +0 -25
- package/esm2022/lib/providers/index.mjs +0 -2
- package/esm2022/lib/providers/style.provider.mjs +0 -34
- package/esm2022/lib/tokens/index.mjs +0 -2
- package/esm2022/lib/tokens/style.token.mjs +0 -3
- package/esm2022/volo-ngx-lepton-x.lite.mjs +0 -5
|
@@ -3517,6 +3517,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3517
3517
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3518
3518
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3519
3519
|
}
|
|
3520
|
+
.btn-brand.no-bg {
|
|
3521
|
+
--bs-btn-bg: transparent;
|
|
3522
|
+
--bs-btn-border-color: transparent;
|
|
3523
|
+
--bs-btn-hover-border-color: transparent;
|
|
3524
|
+
--bs-btn-hover-bg: transparent;
|
|
3525
|
+
font-weight: 400 !important;
|
|
3526
|
+
font-size: 14px;
|
|
3527
|
+
}
|
|
3528
|
+
.btn-brand.no-bg.show, .btn-brand.no-bg:active, .btn-brand.no-bg:focus {
|
|
3529
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3530
|
+
border-color: transparent !important;
|
|
3531
|
+
box-shadow: none !important;
|
|
3532
|
+
color: #438aa7;
|
|
3533
|
+
}
|
|
3520
3534
|
|
|
3521
3535
|
.btn-primary {
|
|
3522
3536
|
--bs-btn-bg: #355dff;
|
|
@@ -3537,6 +3551,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3537
3551
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3538
3552
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3539
3553
|
}
|
|
3554
|
+
.btn-primary.no-bg {
|
|
3555
|
+
--bs-btn-bg: transparent;
|
|
3556
|
+
--bs-btn-border-color: transparent;
|
|
3557
|
+
--bs-btn-hover-border-color: transparent;
|
|
3558
|
+
--bs-btn-hover-bg: transparent;
|
|
3559
|
+
font-weight: 400 !important;
|
|
3560
|
+
font-size: 14px;
|
|
3561
|
+
}
|
|
3562
|
+
.btn-primary.no-bg.show, .btn-primary.no-bg:active, .btn-primary.no-bg:focus {
|
|
3563
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3564
|
+
border-color: transparent !important;
|
|
3565
|
+
box-shadow: none !important;
|
|
3566
|
+
color: #438aa7;
|
|
3567
|
+
}
|
|
3540
3568
|
|
|
3541
3569
|
.btn-secondary {
|
|
3542
3570
|
--bs-btn-bg: #6c5dd3;
|
|
@@ -3557,6 +3585,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3557
3585
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3558
3586
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3559
3587
|
}
|
|
3588
|
+
.btn-secondary.no-bg {
|
|
3589
|
+
--bs-btn-bg: transparent;
|
|
3590
|
+
--bs-btn-border-color: transparent;
|
|
3591
|
+
--bs-btn-hover-border-color: transparent;
|
|
3592
|
+
--bs-btn-hover-bg: transparent;
|
|
3593
|
+
font-weight: 400 !important;
|
|
3594
|
+
font-size: 14px;
|
|
3595
|
+
}
|
|
3596
|
+
.btn-secondary.no-bg.show, .btn-secondary.no-bg:active, .btn-secondary.no-bg:focus {
|
|
3597
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3598
|
+
border-color: transparent !important;
|
|
3599
|
+
box-shadow: none !important;
|
|
3600
|
+
color: #438aa7;
|
|
3601
|
+
}
|
|
3560
3602
|
|
|
3561
3603
|
.btn-success {
|
|
3562
3604
|
--bs-btn-bg: #4fbf67;
|
|
@@ -3577,6 +3619,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3577
3619
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3578
3620
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3579
3621
|
}
|
|
3622
|
+
.btn-success.no-bg {
|
|
3623
|
+
--bs-btn-bg: transparent;
|
|
3624
|
+
--bs-btn-border-color: transparent;
|
|
3625
|
+
--bs-btn-hover-border-color: transparent;
|
|
3626
|
+
--bs-btn-hover-bg: transparent;
|
|
3627
|
+
font-weight: 400 !important;
|
|
3628
|
+
font-size: 14px;
|
|
3629
|
+
}
|
|
3630
|
+
.btn-success.no-bg.show, .btn-success.no-bg:active, .btn-success.no-bg:focus {
|
|
3631
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3632
|
+
border-color: transparent !important;
|
|
3633
|
+
box-shadow: none !important;
|
|
3634
|
+
color: #438aa7;
|
|
3635
|
+
}
|
|
3580
3636
|
|
|
3581
3637
|
.btn-info {
|
|
3582
3638
|
--bs-btn-bg: #438aa7;
|
|
@@ -3597,6 +3653,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3597
3653
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3598
3654
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3599
3655
|
}
|
|
3656
|
+
.btn-info.no-bg {
|
|
3657
|
+
--bs-btn-bg: transparent;
|
|
3658
|
+
--bs-btn-border-color: transparent;
|
|
3659
|
+
--bs-btn-hover-border-color: transparent;
|
|
3660
|
+
--bs-btn-hover-bg: transparent;
|
|
3661
|
+
font-weight: 400 !important;
|
|
3662
|
+
font-size: 14px;
|
|
3663
|
+
}
|
|
3664
|
+
.btn-info.no-bg.show, .btn-info.no-bg:active, .btn-info.no-bg:focus {
|
|
3665
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3666
|
+
border-color: transparent !important;
|
|
3667
|
+
box-shadow: none !important;
|
|
3668
|
+
color: #438aa7;
|
|
3669
|
+
}
|
|
3600
3670
|
|
|
3601
3671
|
.btn-warning {
|
|
3602
3672
|
--bs-btn-bg: #ff9f38;
|
|
@@ -3617,6 +3687,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3617
3687
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3618
3688
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3619
3689
|
}
|
|
3690
|
+
.btn-warning.no-bg {
|
|
3691
|
+
--bs-btn-bg: transparent;
|
|
3692
|
+
--bs-btn-border-color: transparent;
|
|
3693
|
+
--bs-btn-hover-border-color: transparent;
|
|
3694
|
+
--bs-btn-hover-bg: transparent;
|
|
3695
|
+
font-weight: 400 !important;
|
|
3696
|
+
font-size: 14px;
|
|
3697
|
+
}
|
|
3698
|
+
.btn-warning.no-bg.show, .btn-warning.no-bg:active, .btn-warning.no-bg:focus {
|
|
3699
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3700
|
+
border-color: transparent !important;
|
|
3701
|
+
box-shadow: none !important;
|
|
3702
|
+
color: #438aa7;
|
|
3703
|
+
}
|
|
3620
3704
|
|
|
3621
3705
|
.btn-danger {
|
|
3622
3706
|
--bs-btn-bg: #c00d49;
|
|
@@ -3637,6 +3721,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3637
3721
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3638
3722
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3639
3723
|
}
|
|
3724
|
+
.btn-danger.no-bg {
|
|
3725
|
+
--bs-btn-bg: transparent;
|
|
3726
|
+
--bs-btn-border-color: transparent;
|
|
3727
|
+
--bs-btn-hover-border-color: transparent;
|
|
3728
|
+
--bs-btn-hover-bg: transparent;
|
|
3729
|
+
font-weight: 400 !important;
|
|
3730
|
+
font-size: 14px;
|
|
3731
|
+
}
|
|
3732
|
+
.btn-danger.no-bg.show, .btn-danger.no-bg:active, .btn-danger.no-bg:focus {
|
|
3733
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3734
|
+
border-color: transparent !important;
|
|
3735
|
+
box-shadow: none !important;
|
|
3736
|
+
color: #438aa7;
|
|
3737
|
+
}
|
|
3640
3738
|
|
|
3641
3739
|
.btn-light {
|
|
3642
3740
|
--bs-btn-bg: #eeeeee;
|
|
@@ -3657,6 +3755,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3657
3755
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3658
3756
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3659
3757
|
}
|
|
3758
|
+
.btn-light.no-bg {
|
|
3759
|
+
--bs-btn-bg: transparent;
|
|
3760
|
+
--bs-btn-border-color: transparent;
|
|
3761
|
+
--bs-btn-hover-border-color: transparent;
|
|
3762
|
+
--bs-btn-hover-bg: transparent;
|
|
3763
|
+
font-weight: 400 !important;
|
|
3764
|
+
font-size: 14px;
|
|
3765
|
+
}
|
|
3766
|
+
.btn-light.no-bg.show, .btn-light.no-bg:active, .btn-light.no-bg:focus {
|
|
3767
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3768
|
+
border-color: transparent !important;
|
|
3769
|
+
box-shadow: none !important;
|
|
3770
|
+
color: #438aa7;
|
|
3771
|
+
}
|
|
3660
3772
|
|
|
3661
3773
|
.btn-dark {
|
|
3662
3774
|
--bs-btn-bg: #161616;
|
|
@@ -3677,6 +3789,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3677
3789
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3678
3790
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3679
3791
|
}
|
|
3792
|
+
.btn-dark.no-bg {
|
|
3793
|
+
--bs-btn-bg: transparent;
|
|
3794
|
+
--bs-btn-border-color: transparent;
|
|
3795
|
+
--bs-btn-hover-border-color: transparent;
|
|
3796
|
+
--bs-btn-hover-bg: transparent;
|
|
3797
|
+
font-weight: 400 !important;
|
|
3798
|
+
font-size: 14px;
|
|
3799
|
+
}
|
|
3800
|
+
.btn-dark.no-bg.show, .btn-dark.no-bg:active, .btn-dark.no-bg:focus {
|
|
3801
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3802
|
+
border-color: transparent !important;
|
|
3803
|
+
box-shadow: none !important;
|
|
3804
|
+
color: #438aa7;
|
|
3805
|
+
}
|
|
3680
3806
|
|
|
3681
3807
|
.btn-brand {
|
|
3682
3808
|
--bs-btn-color: #ffffff;
|
|
@@ -5054,8 +5180,8 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
5054
5180
|
|
|
5055
5181
|
.pin-icon {
|
|
5056
5182
|
position: absolute;
|
|
5057
|
-
right:
|
|
5058
|
-
top:
|
|
5183
|
+
right: 6px;
|
|
5184
|
+
top: 4px;
|
|
5059
5185
|
}
|
|
5060
5186
|
|
|
5061
5187
|
.question-title .badge {
|
|
@@ -3557,6 +3557,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3557
3557
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3558
3558
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3559
3559
|
}
|
|
3560
|
+
.btn-brand.no-bg {
|
|
3561
|
+
--bs-btn-bg: transparent;
|
|
3562
|
+
--bs-btn-border-color: transparent;
|
|
3563
|
+
--bs-btn-hover-border-color: transparent;
|
|
3564
|
+
--bs-btn-hover-bg: transparent;
|
|
3565
|
+
font-weight: 400 !important;
|
|
3566
|
+
font-size: 14px;
|
|
3567
|
+
}
|
|
3568
|
+
.btn-brand.no-bg.show, .btn-brand.no-bg:active, .btn-brand.no-bg:focus {
|
|
3569
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3570
|
+
border-color: transparent !important;
|
|
3571
|
+
box-shadow: none !important;
|
|
3572
|
+
color: #438aa7;
|
|
3573
|
+
}
|
|
3560
3574
|
|
|
3561
3575
|
.btn-primary {
|
|
3562
3576
|
--bs-btn-bg: #355dff;
|
|
@@ -3577,6 +3591,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3577
3591
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3578
3592
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3579
3593
|
}
|
|
3594
|
+
.btn-primary.no-bg {
|
|
3595
|
+
--bs-btn-bg: transparent;
|
|
3596
|
+
--bs-btn-border-color: transparent;
|
|
3597
|
+
--bs-btn-hover-border-color: transparent;
|
|
3598
|
+
--bs-btn-hover-bg: transparent;
|
|
3599
|
+
font-weight: 400 !important;
|
|
3600
|
+
font-size: 14px;
|
|
3601
|
+
}
|
|
3602
|
+
.btn-primary.no-bg.show, .btn-primary.no-bg:active, .btn-primary.no-bg:focus {
|
|
3603
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3604
|
+
border-color: transparent !important;
|
|
3605
|
+
box-shadow: none !important;
|
|
3606
|
+
color: #438aa7;
|
|
3607
|
+
}
|
|
3580
3608
|
|
|
3581
3609
|
.btn-secondary {
|
|
3582
3610
|
--bs-btn-bg: #6c5dd3;
|
|
@@ -3597,6 +3625,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3597
3625
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3598
3626
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3599
3627
|
}
|
|
3628
|
+
.btn-secondary.no-bg {
|
|
3629
|
+
--bs-btn-bg: transparent;
|
|
3630
|
+
--bs-btn-border-color: transparent;
|
|
3631
|
+
--bs-btn-hover-border-color: transparent;
|
|
3632
|
+
--bs-btn-hover-bg: transparent;
|
|
3633
|
+
font-weight: 400 !important;
|
|
3634
|
+
font-size: 14px;
|
|
3635
|
+
}
|
|
3636
|
+
.btn-secondary.no-bg.show, .btn-secondary.no-bg:active, .btn-secondary.no-bg:focus {
|
|
3637
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3638
|
+
border-color: transparent !important;
|
|
3639
|
+
box-shadow: none !important;
|
|
3640
|
+
color: #438aa7;
|
|
3641
|
+
}
|
|
3600
3642
|
|
|
3601
3643
|
.btn-success {
|
|
3602
3644
|
--bs-btn-bg: #4fbf67;
|
|
@@ -3617,6 +3659,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3617
3659
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3618
3660
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3619
3661
|
}
|
|
3662
|
+
.btn-success.no-bg {
|
|
3663
|
+
--bs-btn-bg: transparent;
|
|
3664
|
+
--bs-btn-border-color: transparent;
|
|
3665
|
+
--bs-btn-hover-border-color: transparent;
|
|
3666
|
+
--bs-btn-hover-bg: transparent;
|
|
3667
|
+
font-weight: 400 !important;
|
|
3668
|
+
font-size: 14px;
|
|
3669
|
+
}
|
|
3670
|
+
.btn-success.no-bg.show, .btn-success.no-bg:active, .btn-success.no-bg:focus {
|
|
3671
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3672
|
+
border-color: transparent !important;
|
|
3673
|
+
box-shadow: none !important;
|
|
3674
|
+
color: #438aa7;
|
|
3675
|
+
}
|
|
3620
3676
|
|
|
3621
3677
|
.btn-info {
|
|
3622
3678
|
--bs-btn-bg: #438aa7;
|
|
@@ -3637,6 +3693,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3637
3693
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3638
3694
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3639
3695
|
}
|
|
3696
|
+
.btn-info.no-bg {
|
|
3697
|
+
--bs-btn-bg: transparent;
|
|
3698
|
+
--bs-btn-border-color: transparent;
|
|
3699
|
+
--bs-btn-hover-border-color: transparent;
|
|
3700
|
+
--bs-btn-hover-bg: transparent;
|
|
3701
|
+
font-weight: 400 !important;
|
|
3702
|
+
font-size: 14px;
|
|
3703
|
+
}
|
|
3704
|
+
.btn-info.no-bg.show, .btn-info.no-bg:active, .btn-info.no-bg:focus {
|
|
3705
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3706
|
+
border-color: transparent !important;
|
|
3707
|
+
box-shadow: none !important;
|
|
3708
|
+
color: #438aa7;
|
|
3709
|
+
}
|
|
3640
3710
|
|
|
3641
3711
|
.btn-warning {
|
|
3642
3712
|
--bs-btn-bg: #ff9f38;
|
|
@@ -3657,6 +3727,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3657
3727
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3658
3728
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3659
3729
|
}
|
|
3730
|
+
.btn-warning.no-bg {
|
|
3731
|
+
--bs-btn-bg: transparent;
|
|
3732
|
+
--bs-btn-border-color: transparent;
|
|
3733
|
+
--bs-btn-hover-border-color: transparent;
|
|
3734
|
+
--bs-btn-hover-bg: transparent;
|
|
3735
|
+
font-weight: 400 !important;
|
|
3736
|
+
font-size: 14px;
|
|
3737
|
+
}
|
|
3738
|
+
.btn-warning.no-bg.show, .btn-warning.no-bg:active, .btn-warning.no-bg:focus {
|
|
3739
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3740
|
+
border-color: transparent !important;
|
|
3741
|
+
box-shadow: none !important;
|
|
3742
|
+
color: #438aa7;
|
|
3743
|
+
}
|
|
3660
3744
|
|
|
3661
3745
|
.btn-danger {
|
|
3662
3746
|
--bs-btn-bg: #c00d49;
|
|
@@ -3677,6 +3761,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3677
3761
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3678
3762
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3679
3763
|
}
|
|
3764
|
+
.btn-danger.no-bg {
|
|
3765
|
+
--bs-btn-bg: transparent;
|
|
3766
|
+
--bs-btn-border-color: transparent;
|
|
3767
|
+
--bs-btn-hover-border-color: transparent;
|
|
3768
|
+
--bs-btn-hover-bg: transparent;
|
|
3769
|
+
font-weight: 400 !important;
|
|
3770
|
+
font-size: 14px;
|
|
3771
|
+
}
|
|
3772
|
+
.btn-danger.no-bg.show, .btn-danger.no-bg:active, .btn-danger.no-bg:focus {
|
|
3773
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3774
|
+
border-color: transparent !important;
|
|
3775
|
+
box-shadow: none !important;
|
|
3776
|
+
color: #438aa7;
|
|
3777
|
+
}
|
|
3680
3778
|
|
|
3681
3779
|
.btn-light {
|
|
3682
3780
|
--bs-btn-bg: #eeeeee;
|
|
@@ -3697,6 +3795,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3697
3795
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3698
3796
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3699
3797
|
}
|
|
3798
|
+
.btn-light.no-bg {
|
|
3799
|
+
--bs-btn-bg: transparent;
|
|
3800
|
+
--bs-btn-border-color: transparent;
|
|
3801
|
+
--bs-btn-hover-border-color: transparent;
|
|
3802
|
+
--bs-btn-hover-bg: transparent;
|
|
3803
|
+
font-weight: 400 !important;
|
|
3804
|
+
font-size: 14px;
|
|
3805
|
+
}
|
|
3806
|
+
.btn-light.no-bg.show, .btn-light.no-bg:active, .btn-light.no-bg:focus {
|
|
3807
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3808
|
+
border-color: transparent !important;
|
|
3809
|
+
box-shadow: none !important;
|
|
3810
|
+
color: #438aa7;
|
|
3811
|
+
}
|
|
3700
3812
|
|
|
3701
3813
|
.btn-dark {
|
|
3702
3814
|
--bs-btn-bg: #161616;
|
|
@@ -3717,6 +3829,20 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
3717
3829
|
--bs-btn-hover-bg: rgba(104, 107, 110, 0.2);
|
|
3718
3830
|
--bs-btn-hover-border-color: rgba(104, 107, 110, 0);
|
|
3719
3831
|
}
|
|
3832
|
+
.btn-dark.no-bg {
|
|
3833
|
+
--bs-btn-bg: transparent;
|
|
3834
|
+
--bs-btn-border-color: transparent;
|
|
3835
|
+
--bs-btn-hover-border-color: transparent;
|
|
3836
|
+
--bs-btn-hover-bg: transparent;
|
|
3837
|
+
font-weight: 400 !important;
|
|
3838
|
+
font-size: 14px;
|
|
3839
|
+
}
|
|
3840
|
+
.btn-dark.no-bg.show, .btn-dark.no-bg:active, .btn-dark.no-bg:focus {
|
|
3841
|
+
background-color: rgba(67, 138, 167, 0.1);
|
|
3842
|
+
border-color: transparent !important;
|
|
3843
|
+
box-shadow: none !important;
|
|
3844
|
+
color: #438aa7;
|
|
3845
|
+
}
|
|
3720
3846
|
|
|
3721
3847
|
.btn-brand {
|
|
3722
3848
|
--bs-btn-color: #ffffff;
|
|
@@ -5094,8 +5220,8 @@ select.form-select option:checked[selected], select.form-select option:focus[sel
|
|
|
5094
5220
|
|
|
5095
5221
|
.pin-icon {
|
|
5096
5222
|
position: absolute;
|
|
5097
|
-
left:
|
|
5098
|
-
top:
|
|
5223
|
+
left: 6px;
|
|
5224
|
+
top: 4px;
|
|
5099
5225
|
}
|
|
5100
5226
|
|
|
5101
5227
|
.question-title .badge {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import url("https://
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
|
package/assets/css/ng-bundle.css
CHANGED
|
@@ -135,3 +135,15 @@
|
|
|
135
135
|
color: rgba(var(--lpx-content-text-rgb), 0.65);
|
|
136
136
|
padding: 1.25rem 1rem !important;
|
|
137
137
|
}
|
|
138
|
+
|
|
139
|
+
::-webkit-scrollbar {
|
|
140
|
+
width: 10px;
|
|
141
|
+
height: 10px;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
::-webkit-scrollbar-thumb {
|
|
145
|
+
background-clip: content-box;
|
|
146
|
+
border: solid 2px transparent;
|
|
147
|
+
border-radius: 10px;
|
|
148
|
+
background-color: #a6a6a6;
|
|
149
|
+
}
|
|
@@ -135,4 +135,16 @@
|
|
|
135
135
|
padding: 1.25rem 1rem !important;
|
|
136
136
|
}
|
|
137
137
|
|
|
138
|
+
::-webkit-scrollbar {
|
|
139
|
+
width: 10px;
|
|
140
|
+
height: 10px;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
::-webkit-scrollbar-thumb {
|
|
144
|
+
background-clip: content-box;
|
|
145
|
+
border: solid 2px transparent;
|
|
146
|
+
border-radius: 10px;
|
|
147
|
+
background-color: #a6a6a6;
|
|
148
|
+
}
|
|
149
|
+
|
|
138
150
|
/*# sourceMappingURL=ng-bundle.rtl.css.map */
|
|
@@ -372,6 +372,9 @@ select:-webkit-autofill:focus {
|
|
|
372
372
|
margin-left: 72px;
|
|
373
373
|
}
|
|
374
374
|
}
|
|
375
|
+
#lpx-wrapper.hover-trigger .lpx-content-container:hover {
|
|
376
|
+
box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
|
|
377
|
+
}
|
|
375
378
|
|
|
376
379
|
.lpx-content {
|
|
377
380
|
min-height: calc(100vh - 64px);
|
|
@@ -411,6 +414,10 @@ select:-webkit-autofill:focus {
|
|
|
411
414
|
}
|
|
412
415
|
}
|
|
413
416
|
|
|
417
|
+
.lpx-brand-name.lpx-login-name {
|
|
418
|
+
color: #161616;
|
|
419
|
+
}
|
|
420
|
+
|
|
414
421
|
.lpx-avatar {
|
|
415
422
|
justify-content: center;
|
|
416
423
|
align-items: center;
|
|
@@ -617,6 +624,9 @@ select:-webkit-autofill:focus {
|
|
|
617
624
|
font-size: 26px;
|
|
618
625
|
line-height: 36px;
|
|
619
626
|
font-weight: 400;
|
|
627
|
+
white-space: inherit;
|
|
628
|
+
overflow: inherit;
|
|
629
|
+
text-overflow: inherit;
|
|
620
630
|
}
|
|
621
631
|
@media screen and (max-width: 767px) {
|
|
622
632
|
.lpx-brand-name {
|
|
@@ -374,6 +374,9 @@ select:-webkit-autofill:focus {
|
|
|
374
374
|
margin-right: 72px;
|
|
375
375
|
}
|
|
376
376
|
}
|
|
377
|
+
#lpx-wrapper.hover-trigger .lpx-content-container:hover {
|
|
378
|
+
box-shadow: 0 0 20px 0 rgba(76, 87, 125, 0.02);
|
|
379
|
+
}
|
|
377
380
|
|
|
378
381
|
.lpx-content {
|
|
379
382
|
min-height: calc(100vh - 64px);
|
|
@@ -413,6 +416,10 @@ select:-webkit-autofill:focus {
|
|
|
413
416
|
}
|
|
414
417
|
}
|
|
415
418
|
|
|
419
|
+
.lpx-brand-name.lpx-login-name {
|
|
420
|
+
color: #161616;
|
|
421
|
+
}
|
|
422
|
+
|
|
416
423
|
.lpx-avatar {
|
|
417
424
|
justify-content: center;
|
|
418
425
|
align-items: center;
|
|
@@ -619,6 +626,9 @@ select:-webkit-autofill:focus {
|
|
|
619
626
|
font-size: 26px;
|
|
620
627
|
line-height: 36px;
|
|
621
628
|
font-weight: 400;
|
|
629
|
+
white-space: inherit;
|
|
630
|
+
overflow: inherit;
|
|
631
|
+
text-overflow: inherit;
|
|
622
632
|
}
|
|
623
633
|
@media screen and (max-width: 767px) {
|
|
624
634
|
.lpx-brand-name {
|