@maboussoleaidant/design-system 0.1.24 → 0.1.25
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.
|
@@ -1501,7 +1501,8 @@ a:hover {
|
|
|
1501
1501
|
.mba-btn-icon-only i,
|
|
1502
1502
|
.mba-btn-icon-only svg,
|
|
1503
1503
|
.mba-btn i,
|
|
1504
|
-
.mba-btn svg
|
|
1504
|
+
.mba-btn svg,
|
|
1505
|
+
.mba-btn .material-symbols-rounded {
|
|
1505
1506
|
font-size: 1rem;
|
|
1506
1507
|
width: 1rem;
|
|
1507
1508
|
height: 1rem;
|
|
@@ -1519,9 +1520,9 @@ a:hover {
|
|
|
1519
1520
|
|
|
1520
1521
|
/* Full width */
|
|
1521
1522
|
.mba-btn-block {
|
|
1522
|
-
display:
|
|
1523
|
+
display: flex;
|
|
1524
|
+
justify-content: center;
|
|
1523
1525
|
width: 100%;
|
|
1524
|
-
text-align: center;
|
|
1525
1526
|
}
|
|
1526
1527
|
|
|
1527
1528
|
/* ===========================================
|