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
|
@@ -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
|
// }
|
|
@@ -18663,7 +18672,7 @@ header.app-header {
|
|
|
18663
18672
|
|
|
18664
18673
|
a {
|
|
18665
18674
|
display: block;
|
|
18666
|
-
background: url("
|
|
18675
|
+
background: url("/assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
|
|
18667
18676
|
background-size: 87px 22px;
|
|
18668
18677
|
height: 0;
|
|
18669
18678
|
width: 130px;
|
|
@@ -19117,13 +19126,13 @@ header.app-header {
|
|
|
19117
19126
|
.profile {
|
|
19118
19127
|
&:hover {
|
|
19119
19128
|
.profile-photo {
|
|
19120
|
-
content:url("
|
|
19129
|
+
content:url("/assets/swl/interface/icons/profile-user-active-icon.svg");
|
|
19121
19130
|
}
|
|
19122
19131
|
}
|
|
19123
19132
|
|
|
19124
19133
|
&.active {
|
|
19125
19134
|
.profile-photo {
|
|
19126
|
-
content:url("
|
|
19135
|
+
content:url("/assets/swl/interface/icons/profile-user-active-icon.svg");
|
|
19127
19136
|
}
|
|
19128
19137
|
}
|
|
19129
19138
|
}
|
|
@@ -19362,7 +19371,7 @@ header.app-header {
|
|
|
19362
19371
|
@include responsive($breakpoint-xmedium) {
|
|
19363
19372
|
.bg-application-incomplete {
|
|
19364
19373
|
.block-main {
|
|
19365
|
-
background: url("
|
|
19374
|
+
background: url("/assets/swl/interface/illustration-d2.webp") no-repeat right bottom;
|
|
19366
19375
|
background-size: contain;
|
|
19367
19376
|
background-position-x: 80%;
|
|
19368
19377
|
}
|
|
@@ -19370,28 +19379,28 @@ header.app-header {
|
|
|
19370
19379
|
|
|
19371
19380
|
.bg-application-complete {
|
|
19372
19381
|
.block-main {
|
|
19373
|
-
background: url("
|
|
19382
|
+
background: url("/assets/swl/interface/illustration-d1.webp") no-repeat right bottom;
|
|
19374
19383
|
background-size: contain;
|
|
19375
19384
|
}
|
|
19376
19385
|
}
|
|
19377
19386
|
|
|
19378
19387
|
.bg-document-revision {
|
|
19379
19388
|
.block-main {
|
|
19380
|
-
background: url("
|
|
19389
|
+
background: url("/assets/swl/interface/illustration-d1.webp") no-repeat right bottom;
|
|
19381
19390
|
background-size: contain;
|
|
19382
19391
|
}
|
|
19383
19392
|
}
|
|
19384
19393
|
|
|
19385
19394
|
.bg-credit-options {
|
|
19386
19395
|
.block-main {
|
|
19387
|
-
background: url("
|
|
19396
|
+
background: url("/assets/swl/interface/illustration-d7.webp") no-repeat right bottom;
|
|
19388
19397
|
background-size: contain;
|
|
19389
19398
|
}
|
|
19390
19399
|
}
|
|
19391
19400
|
|
|
19392
19401
|
.bg-application-rejected {
|
|
19393
19402
|
.block-main {
|
|
19394
|
-
background: url("
|
|
19403
|
+
background: url("/assets/swl/interface/illustration-d2.webp") no-repeat right bottom;
|
|
19395
19404
|
background-size: contain;
|
|
19396
19405
|
background-position-x: 80%;
|
|
19397
19406
|
}
|
|
@@ -19399,14 +19408,14 @@ header.app-header {
|
|
|
19399
19408
|
|
|
19400
19409
|
.bg-document-signature {
|
|
19401
19410
|
.block-main {
|
|
19402
|
-
background: url("
|
|
19411
|
+
background: url("/assets/swl/interface/illustration-signature.webp") no-repeat right bottom;
|
|
19403
19412
|
background-size: contain;
|
|
19404
19413
|
}
|
|
19405
19414
|
}
|
|
19406
19415
|
|
|
19407
19416
|
.bg-credit-card-sempli-business {
|
|
19408
19417
|
.block-main {
|
|
19409
|
-
background: url("
|
|
19418
|
+
background: url("/assets/swl/interface/illustration-credit-card-ready.webp") no-repeat right bottom;
|
|
19410
19419
|
background-size: contain;
|
|
19411
19420
|
background-position-x: 80%;
|
|
19412
19421
|
}
|
|
@@ -19415,42 +19424,42 @@ header.app-header {
|
|
|
19415
19424
|
|
|
19416
19425
|
.dashboard-access-aside {
|
|
19417
19426
|
.login-default {
|
|
19418
|
-
content: url("
|
|
19427
|
+
content: url("/assets/swl/interface/login.webp");
|
|
19419
19428
|
}
|
|
19420
19429
|
.password-reset {
|
|
19421
|
-
content: url("
|
|
19430
|
+
content: url("/assets/swl/interface/illustration-d2.webp");
|
|
19422
19431
|
}
|
|
19423
19432
|
}
|
|
19424
19433
|
|
|
19425
19434
|
.content-wrapper {
|
|
19426
19435
|
.empty-loan-application-list {
|
|
19427
|
-
content: url("
|
|
19436
|
+
content: url("/assets/swl/interface/illustration-d8.webp");
|
|
19428
19437
|
}
|
|
19429
19438
|
}
|
|
19430
19439
|
|
|
19431
19440
|
.application-completed-content {
|
|
19432
19441
|
.application-completed-image {
|
|
19433
|
-
content: url("
|
|
19442
|
+
content: url("/assets/swl/interface/illustration-d4.webp");
|
|
19434
19443
|
}
|
|
19435
19444
|
}
|
|
19436
19445
|
|
|
19437
19446
|
.response-handler {
|
|
19438
19447
|
img.empty {
|
|
19439
|
-
content: url("
|
|
19448
|
+
content: url("/assets/swl/interface/illustration-d2.webp");
|
|
19440
19449
|
}
|
|
19441
19450
|
|
|
19442
19451
|
img.error {
|
|
19443
|
-
content: url("
|
|
19452
|
+
content: url("/assets/swl/interface/illustration-d10.webp");
|
|
19444
19453
|
}
|
|
19445
19454
|
}
|
|
19446
19455
|
|
|
19447
19456
|
.virtual-card-section {
|
|
19448
19457
|
.front {
|
|
19449
|
-
background: url('
|
|
19458
|
+
background: url('/assets/swl/interface/credit-card-front.webp') no-repeat center center;
|
|
19450
19459
|
}
|
|
19451
19460
|
|
|
19452
19461
|
.back {
|
|
19453
|
-
background: url('
|
|
19462
|
+
background: url('/assets/swl/interface/credit-card-back.webp') no-repeat center center;
|
|
19454
19463
|
}
|
|
19455
19464
|
}
|
|
19456
19465
|
}
|
|
@@ -19459,7 +19468,7 @@ header.app-header {
|
|
|
19459
19468
|
@include responsive($breakpoint-xmedium) {
|
|
19460
19469
|
.bg-application-incomplete {
|
|
19461
19470
|
.block-main {
|
|
19462
|
-
background: url("
|
|
19471
|
+
background: url("/assets/swl/interface/illustration-d2.png") no-repeat right bottom;
|
|
19463
19472
|
background-size: contain;
|
|
19464
19473
|
background-position-x: 80%;
|
|
19465
19474
|
}
|
|
@@ -19467,28 +19476,28 @@ header.app-header {
|
|
|
19467
19476
|
|
|
19468
19477
|
.bg-application-complete {
|
|
19469
19478
|
.block-main {
|
|
19470
|
-
background: url("
|
|
19479
|
+
background: url("/assets/swl/interface/illustration-d1.png") no-repeat right bottom;
|
|
19471
19480
|
background-size: contain;
|
|
19472
19481
|
}
|
|
19473
19482
|
}
|
|
19474
19483
|
|
|
19475
19484
|
.bg-document-revision {
|
|
19476
19485
|
.block-main {
|
|
19477
|
-
background: url("
|
|
19486
|
+
background: url("/assets/swl/interface/illustration-d1.png") no-repeat right bottom;
|
|
19478
19487
|
background-size: contain;
|
|
19479
19488
|
}
|
|
19480
19489
|
}
|
|
19481
19490
|
|
|
19482
19491
|
.bg-credit-options {
|
|
19483
19492
|
.block-main {
|
|
19484
|
-
background: url("
|
|
19493
|
+
background: url("/assets/swl/interface/illustration-d7.png") no-repeat right bottom;
|
|
19485
19494
|
background-size: contain;
|
|
19486
19495
|
}
|
|
19487
19496
|
}
|
|
19488
19497
|
|
|
19489
19498
|
.bg-application-rejected {
|
|
19490
19499
|
.block-main {
|
|
19491
|
-
background: url("
|
|
19500
|
+
background: url("/assets/swl/interface/illustration-d2.png") no-repeat right bottom;
|
|
19492
19501
|
background-size: contain;
|
|
19493
19502
|
background-position-x: 80%;
|
|
19494
19503
|
}
|
|
@@ -19496,14 +19505,14 @@ header.app-header {
|
|
|
19496
19505
|
|
|
19497
19506
|
.bg-document-signature {
|
|
19498
19507
|
.block-main {
|
|
19499
|
-
background: url("
|
|
19508
|
+
background: url("/assets/swl/interface/illustration-signature.png") no-repeat right bottom;
|
|
19500
19509
|
background-size: contain;
|
|
19501
19510
|
}
|
|
19502
19511
|
}
|
|
19503
19512
|
|
|
19504
19513
|
.bg-credit-card-sempli-business {
|
|
19505
19514
|
.block-main {
|
|
19506
|
-
background: url("
|
|
19515
|
+
background: url("/assets/swl/interface/illustration-credit-card-ready.png") no-repeat right bottom;
|
|
19507
19516
|
background-size: contain;
|
|
19508
19517
|
background-position-x: 80%;
|
|
19509
19518
|
}
|
|
@@ -19512,42 +19521,42 @@ header.app-header {
|
|
|
19512
19521
|
|
|
19513
19522
|
.dashboard-access-aside {
|
|
19514
19523
|
.login-default {
|
|
19515
|
-
content: url("
|
|
19524
|
+
content: url("/assets/swl/interface/login.png");
|
|
19516
19525
|
}
|
|
19517
19526
|
.password-reset {
|
|
19518
|
-
content: url("
|
|
19527
|
+
content: url("/assets/swl/interface/illustration-d2.png");
|
|
19519
19528
|
}
|
|
19520
19529
|
}
|
|
19521
19530
|
|
|
19522
19531
|
.content-wrapper {
|
|
19523
19532
|
.empty-loan-application-list {
|
|
19524
|
-
content: url("
|
|
19533
|
+
content: url("/assets/swl/interface/illustration-d8.png");
|
|
19525
19534
|
}
|
|
19526
19535
|
}
|
|
19527
19536
|
|
|
19528
19537
|
.application-completed-content {
|
|
19529
19538
|
.application-completed-image {
|
|
19530
|
-
content: url("
|
|
19539
|
+
content: url("/assets/swl/interface/illustration-d4.png");
|
|
19531
19540
|
}
|
|
19532
19541
|
}
|
|
19533
19542
|
|
|
19534
19543
|
.response-handler {
|
|
19535
19544
|
img.empty {
|
|
19536
|
-
content: url("
|
|
19545
|
+
content: url("/assets/swl/interface/illustration-d2.png");
|
|
19537
19546
|
}
|
|
19538
19547
|
|
|
19539
19548
|
img.error {
|
|
19540
|
-
content: url("
|
|
19549
|
+
content: url("/assets/swl/interface/illustration-d10.png");
|
|
19541
19550
|
}
|
|
19542
19551
|
}
|
|
19543
19552
|
|
|
19544
19553
|
.virtual-card-section {
|
|
19545
19554
|
.front {
|
|
19546
|
-
background: url('
|
|
19555
|
+
background: url('/assets/swl/interface/credit-card-front.png') no-repeat center center;
|
|
19547
19556
|
}
|
|
19548
19557
|
|
|
19549
19558
|
.back {
|
|
19550
|
-
background: url('
|
|
19559
|
+
background: url('/assets/swl/interface/credit-card-back.png') no-repeat center center;
|
|
19551
19560
|
}
|
|
19552
19561
|
}
|
|
19553
19562
|
}
|
|
@@ -20464,7 +20473,7 @@ section.account-wrapper {
|
|
|
20464
20473
|
|
|
20465
20474
|
a {
|
|
20466
20475
|
display: block;
|
|
20467
|
-
background: url("
|
|
20476
|
+
background: url("/assets/swl/interface/sempli-logo.svg") no-repeat 50% 50%;
|
|
20468
20477
|
background-size: 114px 30px;
|
|
20469
20478
|
height: 0;
|
|
20470
20479
|
width: 114px;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
@font-face {
|
|
9
9
|
font-family: 'Lato';
|
|
10
|
-
src: url('
|
|
10
|
+
src: url('/assets/swl/fonts/Lato/Lato-Regular.ttf') format('truetype');
|
|
11
11
|
font-weight: normal;
|
|
12
12
|
font-style: normal;
|
|
13
13
|
font-display: fallback;
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
@font-face {
|
|
17
17
|
font-family: 'Lato';
|
|
18
|
-
src: url('
|
|
18
|
+
src: url('/assets/swl/fonts/Lato/Lato-Italic.ttf') format('truetype');
|
|
19
19
|
font-weight: normal;
|
|
20
20
|
font-style: italic;
|
|
21
21
|
font-display: fallback;
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
|
|
24
24
|
@font-face {
|
|
25
25
|
font-family: 'Lato';
|
|
26
|
-
src: url('
|
|
26
|
+
src: url('/assets/swl/fonts/Lato/Lato-Bold.ttf') format('truetype');
|
|
27
27
|
font-weight: bold;
|
|
28
28
|
font-style: normal;
|
|
29
29
|
font-display: fallback;
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
|
|
32
32
|
@font-face {
|
|
33
33
|
font-family: 'Lato';
|
|
34
|
-
src: url('
|
|
34
|
+
src: url('/assets/swl/fonts/Lato/Lato-Black.ttf') format('truetype');
|
|
35
35
|
font-weight: 900;
|
|
36
36
|
font-style: normal;
|
|
37
37
|
font-display: fallback;
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
|
|
40
40
|
@font-face {
|
|
41
41
|
font-family: 'Lato';
|
|
42
|
-
src: url('
|
|
42
|
+
src: url('/assets/swl/fonts/Lato/Lato-Light.ttf') format('truetype');
|
|
43
43
|
font-weight: 200;
|
|
44
44
|
font-style: normal;
|
|
45
45
|
font-display: fallback;
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
|
|
48
48
|
// @font-face {
|
|
49
49
|
// font-family: 'Lato';
|
|
50
|
-
// src: url('
|
|
50
|
+
// src: url('/assets/swl/fonts/Lato/Lato-Hairline.ttf') format('truetype');
|
|
51
51
|
// font-weight: 100;
|
|
52
52
|
// font-style: normal;
|
|
53
53
|
// font-display: fallback;
|
|
@@ -55,28 +55,28 @@
|
|
|
55
55
|
|
|
56
56
|
@font-face {
|
|
57
57
|
font-family: 'Lato';
|
|
58
|
-
src: url('
|
|
58
|
+
src: url('/assets/swl/fonts/Lato/Lato-BoldItalic.ttf') format('truetype');
|
|
59
59
|
font-weight: bold;
|
|
60
60
|
font-style: italic;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
@font-face {
|
|
64
64
|
font-family: 'Lato';
|
|
65
|
-
src: url('
|
|
65
|
+
src: url('/assets/swl/fonts/Lato/Lato-BlackItalic.ttf') format('truetype');
|
|
66
66
|
font-weight: 900;
|
|
67
67
|
font-style: italic;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
@font-face {
|
|
71
71
|
font-family: 'Lato';
|
|
72
|
-
src: url('
|
|
72
|
+
src: url('/assets/swl/fonts/Lato/Lato-LightItalic.ttf') format('truetype');
|
|
73
73
|
font-weight: 200;
|
|
74
74
|
font-style: italic;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
// @font-face {
|
|
78
78
|
// font-family: 'Lato';
|
|
79
|
-
// src: url('
|
|
79
|
+
// src: url('/assets/swl/fonts/Lato/Lato-HairlineItalic.ttf') format('truetype');
|
|
80
80
|
// font-weight: 100;
|
|
81
81
|
// font-style: italic;
|
|
82
82
|
// }
|