@aws-amplify/ui 3.6.6 → 3.6.7
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/dist/styles.css +18 -1
- package/dist/theme.css +1 -1
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
*/
|
|
4
4
|
/**
|
|
5
5
|
* Do not edit directly
|
|
6
|
-
* Generated on
|
|
6
|
+
* Generated on Thu, 28 Apr 2022 21:06:32 GMT
|
|
7
7
|
*/
|
|
8
8
|
:root, [data-amplify-theme] {
|
|
9
9
|
--amplify-transforms-slide-x-large: translateX(2em);
|
|
@@ -1579,6 +1579,23 @@ h6.amplify-heading {
|
|
|
1579
1579
|
}
|
|
1580
1580
|
}
|
|
1581
1581
|
|
|
1582
|
+
.amplify-authenticator__column {
|
|
1583
|
+
display: flex;
|
|
1584
|
+
flex-direction: column;
|
|
1585
|
+
}
|
|
1586
|
+
|
|
1587
|
+
.amplify-authenticator__subtitle {
|
|
1588
|
+
margin-bottom: var(--amplify-space-medium);
|
|
1589
|
+
}
|
|
1590
|
+
|
|
1591
|
+
.amplify-authenticator__heading {
|
|
1592
|
+
font-size: var(--amplify-font-sizes-xl);
|
|
1593
|
+
}
|
|
1594
|
+
|
|
1595
|
+
.amplify-authenticator__federated-text {
|
|
1596
|
+
align-self: center;
|
|
1597
|
+
}
|
|
1598
|
+
|
|
1582
1599
|
.amplify-card {
|
|
1583
1600
|
background-color: var(--amplify-components-card-background-color);
|
|
1584
1601
|
border-radius: var(--amplify-components-card-border-radius);
|
package/dist/theme.css
CHANGED