@primer/brand-css 0.58.3-rc.8cf2d596 → 0.59.0-rc.4e44be30
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.
|
@@ -401,7 +401,7 @@
|
|
|
401
401
|
}
|
|
402
402
|
|
|
403
403
|
.Bento__Item--verticalAlign-end {
|
|
404
|
-
justify-content: end;
|
|
404
|
+
justify-content: flex-end;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
407
|
.Bento__Item--verticalAlign-end .Bento__call-to-action {
|
|
@@ -668,7 +668,7 @@
|
|
|
668
668
|
}
|
|
669
669
|
|
|
670
670
|
.Bento__Item--xsmall-verticalAlign-end {
|
|
671
|
-
justify-content: end;
|
|
671
|
+
justify-content: flex-end;
|
|
672
672
|
}
|
|
673
673
|
|
|
674
674
|
.Bento__Item--xsmall-verticalAlign-end .Bento__call-to-action {
|
|
@@ -954,7 +954,7 @@
|
|
|
954
954
|
}
|
|
955
955
|
|
|
956
956
|
.Bento__Item--small-verticalAlign-end {
|
|
957
|
-
justify-content: end;
|
|
957
|
+
justify-content: flex-end;
|
|
958
958
|
}
|
|
959
959
|
|
|
960
960
|
.Bento__Item--small-verticalAlign-end .Bento__call-to-action {
|
|
@@ -1240,7 +1240,7 @@
|
|
|
1240
1240
|
}
|
|
1241
1241
|
|
|
1242
1242
|
.Bento__Item--medium-verticalAlign-end {
|
|
1243
|
-
justify-content: end;
|
|
1243
|
+
justify-content: flex-end;
|
|
1244
1244
|
}
|
|
1245
1245
|
|
|
1246
1246
|
.Bento__Item--medium-verticalAlign-end .Bento__call-to-action {
|
|
@@ -1526,7 +1526,7 @@
|
|
|
1526
1526
|
}
|
|
1527
1527
|
|
|
1528
1528
|
.Bento__Item--large-verticalAlign-end {
|
|
1529
|
-
justify-content: end;
|
|
1529
|
+
justify-content: flex-end;
|
|
1530
1530
|
}
|
|
1531
1531
|
|
|
1532
1532
|
.Bento__Item--large-verticalAlign-end .Bento__call-to-action {
|
|
@@ -1812,7 +1812,7 @@
|
|
|
1812
1812
|
}
|
|
1813
1813
|
|
|
1814
1814
|
.Bento__Item--xlarge-verticalAlign-end {
|
|
1815
|
-
justify-content: end;
|
|
1815
|
+
justify-content: flex-end;
|
|
1816
1816
|
}
|
|
1817
1817
|
|
|
1818
1818
|
.Bento__Item--xlarge-verticalAlign-end .Bento__call-to-action {
|
|
@@ -2098,7 +2098,7 @@
|
|
|
2098
2098
|
}
|
|
2099
2099
|
|
|
2100
2100
|
.Bento__Item--xxlarge-verticalAlign-end {
|
|
2101
|
-
justify-content: end;
|
|
2101
|
+
justify-content: flex-end;
|
|
2102
2102
|
}
|
|
2103
2103
|
|
|
2104
2104
|
.Bento__Item--xxlarge-verticalAlign-end .Bento__call-to-action {
|