@maboussoleaidant/design-system 0.1.27 → 0.1.28

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.
@@ -1075,6 +1075,7 @@ a:hover {
1075
1075
  =========================================== */
1076
1076
  .mba-btn {
1077
1077
  display: inline-flex;
1078
+ width: fit-content;
1078
1079
  height: 38px;
1079
1080
  padding: var(--mba-space-xs) var(--mba-space-sm);
1080
1081
  justify-content: center;
@@ -1123,6 +1124,7 @@ a:hover {
1123
1124
  =========================================== */
1124
1125
  .mba-btn-secondary {
1125
1126
  display: inline-flex;
1127
+ width: fit-content;
1126
1128
  height: 38px;
1127
1129
  padding: var(--mba-space-xs) var(--mba-space-sm);
1128
1130
  justify-content: center;
@@ -1170,6 +1172,7 @@ a:hover {
1170
1172
  =========================================== */
1171
1173
  .mba-btn-tertiary {
1172
1174
  display: inline-flex;
1175
+ width: fit-content;
1173
1176
  height: 38px;
1174
1177
  padding: var(--mba-space-xs) var(--mba-space-sm);
1175
1178
  justify-content: center;
@@ -1215,6 +1218,7 @@ a:hover {
1215
1218
  =========================================== */
1216
1219
  .mba-btn-inline {
1217
1220
  display: inline-flex;
1221
+ width: fit-content;
1218
1222
  height: 24px;
1219
1223
  padding: var(--mba-space-xs) var(--mba-space-sm);
1220
1224
  justify-content: center;
@@ -1269,6 +1273,7 @@ a:hover {
1269
1273
  =========================================== */
1270
1274
  .mba-btn-light {
1271
1275
  display: inline-flex;
1276
+ width: fit-content;
1272
1277
  height: 30px;
1273
1278
  padding: var(--mba-space-xxs) 12px;
1274
1279
  justify-content: center;
@@ -1317,6 +1322,7 @@ a:hover {
1317
1322
  =========================================== */
1318
1323
  .mba-btn-annuaire {
1319
1324
  display: inline-flex;
1325
+ width: fit-content;
1320
1326
  height: 38px;
1321
1327
  padding: var(--mba-space-xs) var(--mba-space-sm);
1322
1328
  justify-content: center;