sempli-website-lib 7.0.0-beta.1 → 7.0.0-beta.3
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/package.json +4 -4
- package/styles/master-app.scss +62 -53
- package/styles/master-landing.scss +62 -53
- package/styles/partials/_fonts.scss +10 -10
- package/styles/partials/app/_general.scss +31 -31
- package/styles/partials/app/_header.scss +3 -3
- package/styles/vendor/_modules_export.scss +18 -9
- package/styles/vendor/compass/utilities/general/_hacks.scss +2 -1
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sempli-website-lib",
|
|
3
|
-
"version": "7.0.0-beta.
|
|
3
|
+
"version": "7.0.0-beta.3",
|
|
4
4
|
"peerDependencies": {
|
|
5
|
-
"@angular/common": "^
|
|
6
|
-
"@angular/core": "^
|
|
5
|
+
"@angular/common": "^18.0.3",
|
|
6
|
+
"@angular/core": "^18.0.3"
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
|
-
"tslib": "^2.
|
|
9
|
+
"tslib": "^2.3.1"
|
|
10
10
|
},
|
|
11
11
|
"module": "fesm2022/sempli-website-lib.mjs",
|
|
12
12
|
"typings": "index.d.ts",
|
package/styles/master-app.scss
CHANGED
|
@@ -611,10 +611,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
611
611
|
|
|
612
612
|
@mixin has-layout-zoom {
|
|
613
613
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
614
|
-
|
|
614
|
+
zoom: 1;
|
|
615
615
|
}
|
|
616
616
|
}
|
|
617
617
|
|
|
618
|
+
|
|
618
619
|
@mixin has-layout-block {
|
|
619
620
|
@if $legacy-support-for-ie {
|
|
620
621
|
// This makes ie6 get layout
|
|
@@ -787,10 +788,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
787
788
|
|
|
788
789
|
@mixin has-layout-zoom {
|
|
789
790
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
790
|
-
|
|
791
|
+
zoom: 1;
|
|
791
792
|
}
|
|
792
793
|
}
|
|
793
794
|
|
|
795
|
+
|
|
794
796
|
@mixin has-layout-block {
|
|
795
797
|
@if $legacy-support-for-ie {
|
|
796
798
|
// This makes ie6 get layout
|
|
@@ -874,10 +876,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
874
876
|
|
|
875
877
|
@mixin has-layout-zoom {
|
|
876
878
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
877
|
-
|
|
879
|
+
zoom: 1;
|
|
878
880
|
}
|
|
879
881
|
}
|
|
880
882
|
|
|
883
|
+
|
|
881
884
|
@mixin has-layout-block {
|
|
882
885
|
@if $legacy-support-for-ie {
|
|
883
886
|
// This makes ie6 get layout
|
|
@@ -1294,10 +1297,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
1294
1297
|
|
|
1295
1298
|
@mixin has-layout-zoom {
|
|
1296
1299
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
1297
|
-
|
|
1300
|
+
zoom: 1;
|
|
1298
1301
|
}
|
|
1299
1302
|
}
|
|
1300
1303
|
|
|
1304
|
+
|
|
1301
1305
|
@mixin has-layout-block {
|
|
1302
1306
|
@if $legacy-support-for-ie {
|
|
1303
1307
|
// This makes ie6 get layout
|
|
@@ -1794,10 +1798,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
1794
1798
|
|
|
1795
1799
|
@mixin has-layout-zoom {
|
|
1796
1800
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
1797
|
-
|
|
1801
|
+
zoom: 1;
|
|
1798
1802
|
}
|
|
1799
1803
|
}
|
|
1800
1804
|
|
|
1805
|
+
|
|
1801
1806
|
@mixin has-layout-block {
|
|
1802
1807
|
@if $legacy-support-for-ie {
|
|
1803
1808
|
// This makes ie6 get layout
|
|
@@ -2621,10 +2626,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
2621
2626
|
|
|
2622
2627
|
@mixin has-layout-zoom {
|
|
2623
2628
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
2624
|
-
|
|
2629
|
+
zoom: 1;
|
|
2625
2630
|
}
|
|
2626
2631
|
}
|
|
2627
2632
|
|
|
2633
|
+
|
|
2628
2634
|
@mixin has-layout-block {
|
|
2629
2635
|
@if $legacy-support-for-ie {
|
|
2630
2636
|
// This makes ie6 get layout
|
|
@@ -3121,10 +3127,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
3121
3127
|
|
|
3122
3128
|
@mixin has-layout-zoom {
|
|
3123
3129
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
3124
|
-
|
|
3130
|
+
zoom: 1;
|
|
3125
3131
|
}
|
|
3126
3132
|
}
|
|
3127
3133
|
|
|
3134
|
+
|
|
3128
3135
|
@mixin has-layout-block {
|
|
3129
3136
|
@if $legacy-support-for-ie {
|
|
3130
3137
|
// This makes ie6 get layout
|
|
@@ -3926,10 +3933,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
3926
3933
|
|
|
3927
3934
|
@mixin has-layout-zoom {
|
|
3928
3935
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
3929
|
-
|
|
3936
|
+
zoom: 1;
|
|
3930
3937
|
}
|
|
3931
3938
|
}
|
|
3932
3939
|
|
|
3940
|
+
|
|
3933
3941
|
@mixin has-layout-block {
|
|
3934
3942
|
@if $legacy-support-for-ie {
|
|
3935
3943
|
// This makes ie6 get layout
|
|
@@ -7464,10 +7472,11 @@ $default-has-layout-approach: zoom !default;
|
|
|
7464
7472
|
|
|
7465
7473
|
@mixin has-layout-zoom {
|
|
7466
7474
|
@if $legacy-support-for-ie6 or $legacy-support-for-ie7 {
|
|
7467
|
-
|
|
7475
|
+
zoom: 1;
|
|
7468
7476
|
}
|
|
7469
7477
|
}
|
|
7470
7478
|
|
|
7479
|
+
|
|
7471
7480
|
@mixin has-layout-block {
|
|
7472
7481
|
@if $legacy-support-for-ie {
|
|
7473
7482
|
// This makes ie6 get layout
|
|
@@ -11555,7 +11564,7 @@ div.logo {
|
|
|
11555
11564
|
|
|
11556
11565
|
@font-face {
|
|
11557
11566
|
font-family: 'Lato';
|
|
11558
|
-
src: url('
|
|
11567
|
+
src: url('/assets/swl/fonts/Lato/Lato-Regular.ttf') format('truetype');
|
|
11559
11568
|
font-weight: normal;
|
|
11560
11569
|
font-style: normal;
|
|
11561
11570
|
font-display: fallback;
|
|
@@ -11563,7 +11572,7 @@ div.logo {
|
|
|
11563
11572
|
|
|
11564
11573
|
@font-face {
|
|
11565
11574
|
font-family: 'Lato';
|
|
11566
|
-
src: url('
|
|
11575
|
+
src: url('/assets/swl/fonts/Lato/Lato-Italic.ttf') format('truetype');
|
|
11567
11576
|
font-weight: normal;
|
|
11568
11577
|
font-style: italic;
|
|
11569
11578
|
font-display: fallback;
|
|
@@ -11571,7 +11580,7 @@ div.logo {
|
|
|
11571
11580
|
|
|
11572
11581
|
@font-face {
|
|
11573
11582
|
font-family: 'Lato';
|
|
11574
|
-
src: url('
|
|
11583
|
+
src: url('/assets/swl/fonts/Lato/Lato-Bold.ttf') format('truetype');
|
|
11575
11584
|
font-weight: bold;
|
|
11576
11585
|
font-style: normal;
|
|
11577
11586
|
font-display: fallback;
|
|
@@ -11579,7 +11588,7 @@ div.logo {
|
|
|
11579
11588
|
|
|
11580
11589
|
@font-face {
|
|
11581
11590
|
font-family: 'Lato';
|
|
11582
|
-
src: url('
|
|
11591
|
+
src: url('/assets/swl/fonts/Lato/Lato-Black.ttf') format('truetype');
|
|
11583
11592
|
font-weight: 900;
|
|
11584
11593
|
font-style: normal;
|
|
11585
11594
|
font-display: fallback;
|
|
@@ -11587,7 +11596,7 @@ div.logo {
|
|
|
11587
11596
|
|
|
11588
11597
|
@font-face {
|
|
11589
11598
|
font-family: 'Lato';
|
|
11590
|
-
src: url('
|
|
11599
|
+
src: url('/assets/swl/fonts/Lato/Lato-Light.ttf') format('truetype');
|
|
11591
11600
|
font-weight: 200;
|
|
11592
11601
|
font-style: normal;
|
|
11593
11602
|
font-display: fallback;
|
|
@@ -11595,7 +11604,7 @@ div.logo {
|
|
|
11595
11604
|
|
|
11596
11605
|
// @font-face {
|
|
11597
11606
|
// font-family: 'Lato';
|
|
11598
|
-
// src: url('
|
|
11607
|
+
// src: url('/assets/swl/fonts/Lato/Lato-Hairline.ttf') format('truetype');
|
|
11599
11608
|
// font-weight: 100;
|
|
11600
11609
|
// font-style: normal;
|
|
11601
11610
|
// font-display: fallback;
|
|
@@ -11603,28 +11612,28 @@ div.logo {
|
|
|
11603
11612
|
|
|
11604
11613
|
@font-face {
|
|
11605
11614
|
font-family: 'Lato';
|
|
11606
|
-
src: url('
|
|
11615
|
+
src: url('/assets/swl/fonts/Lato/Lato-BoldItalic.ttf') format('truetype');
|
|
11607
11616
|
font-weight: bold;
|
|
11608
11617
|
font-style: italic;
|
|
11609
11618
|
}
|
|
11610
11619
|
|
|
11611
11620
|
@font-face {
|
|
11612
11621
|
font-family: 'Lato';
|
|
11613
|
-
src: url('
|
|
11622
|
+
src: url('/assets/swl/fonts/Lato/Lato-BlackItalic.ttf') format('truetype');
|
|
11614
11623
|
font-weight: 900;
|
|
11615
11624
|
font-style: italic;
|
|
11616
11625
|
}
|
|
11617
11626
|
|
|
11618
11627
|
@font-face {
|
|
11619
11628
|
font-family: 'Lato';
|
|
11620
|
-
src: url('
|
|
11629
|
+
src: url('/assets/swl/fonts/Lato/Lato-LightItalic.ttf') format('truetype');
|
|
11621
11630
|
font-weight: 200;
|
|
11622
11631
|
font-style: italic;
|
|
11623
11632
|
}
|
|
11624
11633
|
|
|
11625
11634
|
// @font-face {
|
|
11626
11635
|
// font-family: 'Lato';
|
|
11627
|
-
// src: url('
|
|
11636
|
+
// src: url('/assets/swl/fonts/Lato/Lato-HairlineItalic.ttf') format('truetype');
|
|
11628
11637
|
// font-weight: 100;
|
|
11629
11638
|
// font-style: italic;
|
|
11630
11639
|
// }
|
|
@@ -14521,7 +14530,7 @@ $card-padding: 30px;
|
|
|
14521
14530
|
@include responsive($breakpoint-xmedium) {
|
|
14522
14531
|
.bg-application-incomplete {
|
|
14523
14532
|
.block-main {
|
|
14524
|
-
background: url("
|
|
14533
|
+
background: url("/assets/swl/interface/illustration-d2.webp") no-repeat right bottom;
|
|
14525
14534
|
background-size: contain;
|
|
14526
14535
|
background-position-x: 80%;
|
|
14527
14536
|
}
|
|
@@ -14529,28 +14538,28 @@ $card-padding: 30px;
|
|
|
14529
14538
|
|
|
14530
14539
|
.bg-application-complete {
|
|
14531
14540
|
.block-main {
|
|
14532
|
-
background: url("
|
|
14541
|
+
background: url("/assets/swl/interface/illustration-d1.webp") no-repeat right bottom;
|
|
14533
14542
|
background-size: contain;
|
|
14534
14543
|
}
|
|
14535
14544
|
}
|
|
14536
14545
|
|
|
14537
14546
|
.bg-document-revision {
|
|
14538
14547
|
.block-main {
|
|
14539
|
-
background: url("
|
|
14548
|
+
background: url("/assets/swl/interface/illustration-d1.webp") no-repeat right bottom;
|
|
14540
14549
|
background-size: contain;
|
|
14541
14550
|
}
|
|
14542
14551
|
}
|
|
14543
14552
|
|
|
14544
14553
|
.bg-credit-options {
|
|
14545
14554
|
.block-main {
|
|
14546
|
-
background: url("
|
|
14555
|
+
background: url("/assets/swl/interface/illustration-d7.webp") no-repeat right bottom;
|
|
14547
14556
|
background-size: contain;
|
|
14548
14557
|
}
|
|
14549
14558
|
}
|
|
14550
14559
|
|
|
14551
14560
|
.bg-application-rejected {
|
|
14552
14561
|
.block-main {
|
|
14553
|
-
background: url("
|
|
14562
|
+
background: url("/assets/swl/interface/illustration-d2.webp") no-repeat right bottom;
|
|
14554
14563
|
background-size: contain;
|
|
14555
14564
|
background-position-x: 80%;
|
|
14556
14565
|
}
|
|
@@ -14558,14 +14567,14 @@ $card-padding: 30px;
|
|
|
14558
14567
|
|
|
14559
14568
|
.bg-document-signature {
|
|
14560
14569
|
.block-main {
|
|
14561
|
-
background: url("
|
|
14570
|
+
background: url("/assets/swl/interface/illustration-signature.webp") no-repeat right bottom;
|
|
14562
14571
|
background-size: contain;
|
|
14563
14572
|
}
|
|
14564
14573
|
}
|
|
14565
14574
|
|
|
14566
14575
|
.bg-credit-card-sempli-business {
|
|
14567
14576
|
.block-main {
|
|
14568
|
-
background: url("
|
|
14577
|
+
background: url("/assets/swl/interface/illustration-credit-card-ready.webp") no-repeat right bottom;
|
|
14569
14578
|
background-size: contain;
|
|
14570
14579
|
background-position-x: 80%;
|
|
14571
14580
|
}
|
|
@@ -14574,42 +14583,42 @@ $card-padding: 30px;
|
|
|
14574
14583
|
|
|
14575
14584
|
.dashboard-access-aside {
|
|
14576
14585
|
.login-default {
|
|
14577
|
-
content: url("
|
|
14586
|
+
content: url("/assets/swl/interface/login.webp");
|
|
14578
14587
|
}
|
|
14579
14588
|
.password-reset {
|
|
14580
|
-
content: url("
|
|
14589
|
+
content: url("/assets/swl/interface/illustration-d2.webp");
|
|
14581
14590
|
}
|
|
14582
14591
|
}
|
|
14583
14592
|
|
|
14584
14593
|
.content-wrapper {
|
|
14585
14594
|
.empty-loan-application-list {
|
|
14586
|
-
content: url("
|
|
14595
|
+
content: url("/assets/swl/interface/illustration-d8.webp");
|
|
14587
14596
|
}
|
|
14588
14597
|
}
|
|
14589
14598
|
|
|
14590
14599
|
.application-completed-content {
|
|
14591
14600
|
.application-completed-image {
|
|
14592
|
-
content: url("
|
|
14601
|
+
content: url("/assets/swl/interface/illustration-d4.webp");
|
|
14593
14602
|
}
|
|
14594
14603
|
}
|
|
14595
14604
|
|
|
14596
14605
|
.response-handler {
|
|
14597
14606
|
img.empty {
|
|
14598
|
-
content: url("
|
|
14607
|
+
content: url("/assets/swl/interface/illustration-d2.webp");
|
|
14599
14608
|
}
|
|
14600
14609
|
|
|
14601
14610
|
img.error {
|
|
14602
|
-
content: url("
|
|
14611
|
+
content: url("/assets/swl/interface/illustration-d10.webp");
|
|
14603
14612
|
}
|
|
14604
14613
|
}
|
|
14605
14614
|
|
|
14606
14615
|
.virtual-card-section {
|
|
14607
14616
|
.front {
|
|
14608
|
-
background: url('
|
|
14617
|
+
background: url('/assets/swl/interface/credit-card-front.webp') no-repeat center center;
|
|
14609
14618
|
}
|
|
14610
14619
|
|
|
14611
14620
|
.back {
|
|
14612
|
-
background: url('
|
|
14621
|
+
background: url('/assets/swl/interface/credit-card-back.webp') no-repeat center center;
|
|
14613
14622
|
}
|
|
14614
14623
|
}
|
|
14615
14624
|
}
|
|
@@ -14618,7 +14627,7 @@ $card-padding: 30px;
|
|
|
14618
14627
|
@include responsive($breakpoint-xmedium) {
|
|
14619
14628
|
.bg-application-incomplete {
|
|
14620
14629
|
.block-main {
|
|
14621
|
-
background: url("
|
|
14630
|
+
background: url("/assets/swl/interface/illustration-d2.png") no-repeat right bottom;
|
|
14622
14631
|
background-size: contain;
|
|
14623
14632
|
background-position-x: 80%;
|
|
14624
14633
|
}
|
|
@@ -14626,28 +14635,28 @@ $card-padding: 30px;
|
|
|
14626
14635
|
|
|
14627
14636
|
.bg-application-complete {
|
|
14628
14637
|
.block-main {
|
|
14629
|
-
background: url("
|
|
14638
|
+
background: url("/assets/swl/interface/illustration-d1.png") no-repeat right bottom;
|
|
14630
14639
|
background-size: contain;
|
|
14631
14640
|
}
|
|
14632
14641
|
}
|
|
14633
14642
|
|
|
14634
14643
|
.bg-document-revision {
|
|
14635
14644
|
.block-main {
|
|
14636
|
-
background: url("
|
|
14645
|
+
background: url("/assets/swl/interface/illustration-d1.png") no-repeat right bottom;
|
|
14637
14646
|
background-size: contain;
|
|
14638
14647
|
}
|
|
14639
14648
|
}
|
|
14640
14649
|
|
|
14641
14650
|
.bg-credit-options {
|
|
14642
14651
|
.block-main {
|
|
14643
|
-
background: url("
|
|
14652
|
+
background: url("/assets/swl/interface/illustration-d7.png") no-repeat right bottom;
|
|
14644
14653
|
background-size: contain;
|
|
14645
14654
|
}
|
|
14646
14655
|
}
|
|
14647
14656
|
|
|
14648
14657
|
.bg-application-rejected {
|
|
14649
14658
|
.block-main {
|
|
14650
|
-
background: url("
|
|
14659
|
+
background: url("/assets/swl/interface/illustration-d2.png") no-repeat right bottom;
|
|
14651
14660
|
background-size: contain;
|
|
14652
14661
|
background-position-x: 80%;
|
|
14653
14662
|
}
|
|
@@ -14655,14 +14664,14 @@ $card-padding: 30px;
|
|
|
14655
14664
|
|
|
14656
14665
|
.bg-document-signature {
|
|
14657
14666
|
.block-main {
|
|
14658
|
-
background: url("
|
|
14667
|
+
background: url("/assets/swl/interface/illustration-signature.png") no-repeat right bottom;
|
|
14659
14668
|
background-size: contain;
|
|
14660
14669
|
}
|
|
14661
14670
|
}
|
|
14662
14671
|
|
|
14663
14672
|
.bg-credit-card-sempli-business {
|
|
14664
14673
|
.block-main {
|
|
14665
|
-
background: url("
|
|
14674
|
+
background: url("/assets/swl/interface/illustration-credit-card-ready.png") no-repeat right bottom;
|
|
14666
14675
|
background-size: contain;
|
|
14667
14676
|
background-position-x: 80%;
|
|
14668
14677
|
}
|
|
@@ -14671,42 +14680,42 @@ $card-padding: 30px;
|
|
|
14671
14680
|
|
|
14672
14681
|
.dashboard-access-aside {
|
|
14673
14682
|
.login-default {
|
|
14674
|
-
content: url("
|
|
14683
|
+
content: url("/assets/swl/interface/login.png");
|
|
14675
14684
|
}
|
|
14676
14685
|
.password-reset {
|
|
14677
|
-
content: url("
|
|
14686
|
+
content: url("/assets/swl/interface/illustration-d2.png");
|
|
14678
14687
|
}
|
|
14679
14688
|
}
|
|
14680
14689
|
|
|
14681
14690
|
.content-wrapper {
|
|
14682
14691
|
.empty-loan-application-list {
|
|
14683
|
-
content: url("
|
|
14692
|
+
content: url("/assets/swl/interface/illustration-d8.png");
|
|
14684
14693
|
}
|
|
14685
14694
|
}
|
|
14686
14695
|
|
|
14687
14696
|
.application-completed-content {
|
|
14688
14697
|
.application-completed-image {
|
|
14689
|
-
content: url("
|
|
14698
|
+
content: url("/assets/swl/interface/illustration-d4.png");
|
|
14690
14699
|
}
|
|
14691
14700
|
}
|
|
14692
14701
|
|
|
14693
14702
|
.response-handler {
|
|
14694
14703
|
img.empty {
|
|
14695
|
-
content: url("
|
|
14704
|
+
content: url("/assets/swl/interface/illustration-d2.png");
|
|
14696
14705
|
}
|
|
14697
14706
|
|
|
14698
14707
|
img.error {
|
|
14699
|
-
content: url("
|
|
14708
|
+
content: url("/assets/swl/interface/illustration-d10.png");
|
|
14700
14709
|
}
|
|
14701
14710
|
}
|
|
14702
14711
|
|
|
14703
14712
|
.virtual-card-section {
|
|
14704
14713
|
.front {
|
|
14705
|
-
background: url('
|
|
14714
|
+
background: url('/assets/swl/interface/credit-card-front.png') no-repeat center center;
|
|
14706
14715
|
}
|
|
14707
14716
|
|
|
14708
14717
|
.back {
|
|
14709
|
-
background: url('
|
|
14718
|
+
background: url('/assets/swl/interface/credit-card-back.png') no-repeat center center;
|
|
14710
14719
|
}
|
|
14711
14720
|
}
|
|
14712
14721
|
}
|
|
@@ -15623,7 +15632,7 @@ section.account-wrapper {
|
|
|
15623
15632
|
|
|
15624
15633
|
a {
|
|
15625
15634
|
display: block;
|
|
15626
|
-
background: url("
|
|
15635
|
+
background: url("/assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
|
|
15627
15636
|
background-size: 114px 30px;
|
|
15628
15637
|
height: 0;
|
|
15629
15638
|
width: 114px;
|
|
@@ -15730,7 +15739,7 @@ header.app-header {
|
|
|
15730
15739
|
|
|
15731
15740
|
a {
|
|
15732
15741
|
display: block;
|
|
15733
|
-
background: url("
|
|
15742
|
+
background: url("/assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
|
|
15734
15743
|
background-size: 87px 22px;
|
|
15735
15744
|
height: 0;
|
|
15736
15745
|
width: 130px;
|
|
@@ -16184,13 +16193,13 @@ header.app-header {
|
|
|
16184
16193
|
.profile {
|
|
16185
16194
|
&:hover {
|
|
16186
16195
|
.profile-photo {
|
|
16187
|
-
content:url("
|
|
16196
|
+
content:url("/assets/swl/interface/icons/profile-user-active-icon.svg");
|
|
16188
16197
|
}
|
|
16189
16198
|
}
|
|
16190
16199
|
|
|
16191
16200
|
&.active {
|
|
16192
16201
|
.profile-photo {
|
|
16193
|
-
content:url("
|
|
16202
|
+
content:url("/assets/swl/interface/icons/profile-user-active-icon.svg");
|
|
16194
16203
|
}
|
|
16195
16204
|
}
|
|
16196
16205
|
}
|