@maboussoleaidant/design-system 0.1.24 → 0.1.26
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
|
/* ===========================================
|
|
@@ -2466,7 +2467,7 @@ a:hover {
|
|
|
2466
2467
|
border: 1px solid var(--mba-color-grey-100);
|
|
2467
2468
|
background-color: var(--mba-color-white);
|
|
2468
2469
|
font-family: var(--mba-font-family-text);
|
|
2469
|
-
font-size: var(--mba-font-size-
|
|
2470
|
+
font-size: var(--mba-font-size-xs);
|
|
2470
2471
|
font-weight: var(--mba-font-weight-regular);
|
|
2471
2472
|
color: var(--mba-color-black);
|
|
2472
2473
|
resize: vertical;
|
|
@@ -2540,7 +2541,7 @@ a:hover {
|
|
|
2540
2541
|
border: 1px solid var(--mba-color-grey-100);
|
|
2541
2542
|
background-color: var(--mba-color-white);
|
|
2542
2543
|
font-family: var(--mba-font-family-text);
|
|
2543
|
-
font-size: var(--mba-font-size-
|
|
2544
|
+
font-size: var(--mba-font-size-xs);
|
|
2544
2545
|
font-weight: var(--mba-font-weight-regular);
|
|
2545
2546
|
color: var(--mba-color-black);
|
|
2546
2547
|
transition: border-color var(--mba-transition-base), box-shadow var(--mba-transition-base);
|
|
@@ -2842,7 +2843,7 @@ a:hover {
|
|
|
2842
2843
|
border: none;
|
|
2843
2844
|
background: transparent;
|
|
2844
2845
|
font-family: var(--mba-font-family-text);
|
|
2845
|
-
font-size: var(--mba-font-size-
|
|
2846
|
+
font-size: var(--mba-font-size-xs);
|
|
2846
2847
|
font-weight: var(--mba-font-weight-regular);
|
|
2847
2848
|
color: var(--mba-color-black);
|
|
2848
2849
|
outline: none;
|