@qhealth-design-system/core 1.7.2 → 1.7.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/CHANGELOG.md
CHANGED
package/package.json
CHANGED
|
@@ -480,13 +480,22 @@
|
|
|
480
480
|
}
|
|
481
481
|
}
|
|
482
482
|
|
|
483
|
-
&__footer{
|
|
483
|
+
&__footer {
|
|
484
484
|
display: flex;
|
|
485
|
-
justify-content:
|
|
485
|
+
justify-content: space-between;
|
|
486
|
+
flex-direction: row-reverse;
|
|
486
487
|
@include QLD-space(padding-left, 1unit);
|
|
487
488
|
@include QLD-space(padding-right, 1unit);
|
|
488
489
|
@include QLD-space(margin-top, 2unit);
|
|
489
490
|
|
|
491
|
+
.qld__slick-controls {
|
|
492
|
+
order: 1;
|
|
493
|
+
}
|
|
494
|
+
|
|
495
|
+
a {
|
|
496
|
+
order: 0;
|
|
497
|
+
}
|
|
498
|
+
|
|
490
499
|
&.centered {
|
|
491
500
|
justify-content: center;
|
|
492
501
|
}
|
|
@@ -671,11 +680,3 @@
|
|
|
671
680
|
}
|
|
672
681
|
}
|
|
673
682
|
}
|
|
674
|
-
|
|
675
|
-
.qld__body, .qld__banner {
|
|
676
|
-
.qld__card-list__footer {
|
|
677
|
-
justify-content: space-between;
|
|
678
|
-
align-items: centre;
|
|
679
|
-
}
|
|
680
|
-
}
|
|
681
|
-
|
|
@@ -381,6 +381,15 @@
|
|
|
381
381
|
border-left: none;
|
|
382
382
|
}
|
|
383
383
|
}
|
|
384
|
+
|
|
385
|
+
span {
|
|
386
|
+
color: var(--QLD-color-light__heading);
|
|
387
|
+
border-left: solid 4px transparent;
|
|
388
|
+
|
|
389
|
+
@include QLD-media(lg) {
|
|
390
|
+
border-left: none;
|
|
391
|
+
}
|
|
392
|
+
}
|
|
384
393
|
}
|
|
385
394
|
|
|
386
395
|
&:not(.active) {
|
|
@@ -525,6 +534,10 @@
|
|
|
525
534
|
color: var(--QLD-color-dark__heading);
|
|
526
535
|
|
|
527
536
|
}
|
|
537
|
+
|
|
538
|
+
span {
|
|
539
|
+
color: var(--QLD-color-dark__heading);
|
|
540
|
+
}
|
|
528
541
|
}
|
|
529
542
|
|
|
530
543
|
.qld__main-nav__sub-item-text{
|