@maboussoleaidant/design-system 0.1.25 → 0.1.27
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.
|
@@ -2467,7 +2467,7 @@ a:hover {
|
|
|
2467
2467
|
border: 1px solid var(--mba-color-grey-100);
|
|
2468
2468
|
background-color: var(--mba-color-white);
|
|
2469
2469
|
font-family: var(--mba-font-family-text);
|
|
2470
|
-
font-size: var(--mba-font-size-
|
|
2470
|
+
font-size: var(--mba-font-size-xs);
|
|
2471
2471
|
font-weight: var(--mba-font-weight-regular);
|
|
2472
2472
|
color: var(--mba-color-black);
|
|
2473
2473
|
resize: vertical;
|
|
@@ -2541,7 +2541,7 @@ a:hover {
|
|
|
2541
2541
|
border: 1px solid var(--mba-color-grey-100);
|
|
2542
2542
|
background-color: var(--mba-color-white);
|
|
2543
2543
|
font-family: var(--mba-font-family-text);
|
|
2544
|
-
font-size: var(--mba-font-size-
|
|
2544
|
+
font-size: var(--mba-font-size-xs);
|
|
2545
2545
|
font-weight: var(--mba-font-weight-regular);
|
|
2546
2546
|
color: var(--mba-color-black);
|
|
2547
2547
|
transition: border-color var(--mba-transition-base), box-shadow var(--mba-transition-base);
|
|
@@ -2843,7 +2843,7 @@ a:hover {
|
|
|
2843
2843
|
border: none;
|
|
2844
2844
|
background: transparent;
|
|
2845
2845
|
font-family: var(--mba-font-family-text);
|
|
2846
|
-
font-size: var(--mba-font-size-
|
|
2846
|
+
font-size: var(--mba-font-size-xs);
|
|
2847
2847
|
font-weight: var(--mba-font-weight-regular);
|
|
2848
2848
|
color: var(--mba-color-black);
|
|
2849
2849
|
outline: none;
|
|
@@ -3728,7 +3728,7 @@ button.mba-input-icon__icon:hover {
|
|
|
3728
3728
|
z-index: 1;
|
|
3729
3729
|
max-width: var(--mba-container-width);
|
|
3730
3730
|
margin: 0 auto;
|
|
3731
|
-
padding: var(--mba-space-xxl)
|
|
3731
|
+
padding: var(--mba-space-xxl) var(--mba-space-sm);
|
|
3732
3732
|
}
|
|
3733
3733
|
|
|
3734
3734
|
/* ===========================================
|