@forgerock/login-widget 1.0.0-beta.8 → 1.0.0-beta.9
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 +9 -4
- package/index.cjs +115 -72
- package/index.cjs.map +1 -1
- package/index.d.ts +24 -24
- package/index.js +115 -72
- package/index.js.map +1 -1
- package/package.json +1 -1
- package/widget.css +4 -4
package/package.json
CHANGED
package/widget.css
CHANGED
|
@@ -596,14 +596,14 @@ text-align: center;
|
|
|
596
596
|
.tw_text-right {
|
|
597
597
|
text-align: right;
|
|
598
598
|
}
|
|
599
|
-
.tw_text-sm {
|
|
600
|
-
font-size: 0.875rem;
|
|
601
|
-
line-height: 1.25;
|
|
602
|
-
}
|
|
603
599
|
.tw_text-base {
|
|
604
600
|
font-size: 0.9375rem;
|
|
605
601
|
line-height: 1.25;
|
|
606
602
|
}
|
|
603
|
+
.tw_text-sm {
|
|
604
|
+
font-size: 0.875rem;
|
|
605
|
+
line-height: 1.25;
|
|
606
|
+
}
|
|
607
607
|
.tw_text-4xl {
|
|
608
608
|
font-size: 2.25rem;
|
|
609
609
|
line-height: 2.5rem;
|