qpp-design-system 0.4.2 → 0.4.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.
|
@@ -602,10 +602,8 @@ p:first-child {
|
|
|
602
602
|
}
|
|
603
603
|
|
|
604
604
|
p {
|
|
605
|
-
font-size: var(--font-size-
|
|
605
|
+
font-size: var(--font-size-base);
|
|
606
606
|
line-height: var(--font-line-height-base);
|
|
607
|
-
margin-bottom: 1em;
|
|
608
|
-
margin-top: 1em;
|
|
609
607
|
}
|
|
610
608
|
|
|
611
609
|
ol,
|
|
@@ -617,7 +615,7 @@ ul {
|
|
|
617
615
|
|
|
618
616
|
ol,
|
|
619
617
|
ul {
|
|
620
|
-
font-size: var(--font-size-
|
|
618
|
+
font-size: var(--font-size-base);
|
|
621
619
|
}
|
|
622
620
|
|
|
623
621
|
ol li,
|