@maboussoleaidant/design-system 0.1.27 → 0.1.29
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;
|
|
@@ -3776,6 +3782,18 @@ button.mba-input-icon__icon:hover {
|
|
|
3776
3782
|
background-color: var(--mba-color-white);
|
|
3777
3783
|
}
|
|
3778
3784
|
|
|
3785
|
+
.mba-section--bleuet {
|
|
3786
|
+
background-color: var(--mba-color-pastel-bleuet);
|
|
3787
|
+
}
|
|
3788
|
+
|
|
3789
|
+
.mba-section--narcisse {
|
|
3790
|
+
background-color: var(--mba-color-pastel-narcisse);
|
|
3791
|
+
}
|
|
3792
|
+
|
|
3793
|
+
.mba-section--oranger {
|
|
3794
|
+
background-color: var(--mba-color-pastel-oranger);
|
|
3795
|
+
}
|
|
3796
|
+
|
|
3779
3797
|
/* ===========================================
|
|
3780
3798
|
WAVE TOP (::before)
|
|
3781
3799
|
=========================================== */
|
|
@@ -3858,6 +3876,21 @@ button.mba-input-icon__icon:hover {
|
|
|
3858
3876
|
background-color: var(--mba-color-primary-50);
|
|
3859
3877
|
}
|
|
3860
3878
|
|
|
3879
|
+
.mba-section--wave-bleuet::before,
|
|
3880
|
+
.mba-section--wave-bleuet::after {
|
|
3881
|
+
background-color: var(--mba-color-pastel-bleuet);
|
|
3882
|
+
}
|
|
3883
|
+
|
|
3884
|
+
.mba-section--wave-narcisse::before,
|
|
3885
|
+
.mba-section--wave-narcisse::after {
|
|
3886
|
+
background-color: var(--mba-color-pastel-narcisse);
|
|
3887
|
+
}
|
|
3888
|
+
|
|
3889
|
+
.mba-section--wave-oranger::before,
|
|
3890
|
+
.mba-section--wave-oranger::after {
|
|
3891
|
+
background-color: var(--mba-color-pastel-oranger);
|
|
3892
|
+
}
|
|
3893
|
+
|
|
3861
3894
|
}
|
|
3862
3895
|
|
|
3863
3896
|
/* end @layer components */
|