@7shifts/sous-chef 3.76.0 → 3.76.1

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.
package/dist/index.css CHANGED
@@ -1218,6 +1218,9 @@ Just for future references:
1218
1218
  color: rgb(var(--color-blueberry-500-rgb));
1219
1219
  padding-top: 10px;
1220
1220
  }
1221
+ ._CRmFE ._uJl2Y {
1222
+ padding-top: 0;
1223
+ }
1221
1224
 
1222
1225
  ._PgpTw {
1223
1226
  background: rgb(var(--color-mint-100-rgb));
@@ -1227,6 +1230,9 @@ Just for future references:
1227
1230
  color: rgb(var(--color-mint-500-rgb));
1228
1231
  padding-top: 10px;
1229
1232
  }
1233
+ ._PgpTw ._uJl2Y {
1234
+ padding-top: 0;
1235
+ }
1230
1236
 
1231
1237
  ._O-lNW {
1232
1238
  background: rgb(var(--color-radish-100-rgb));
@@ -1236,6 +1242,9 @@ Just for future references:
1236
1242
  color: rgb(var(--color-radish-500-rgb));
1237
1243
  padding-top: 10px;
1238
1244
  }
1245
+ ._O-lNW ._uJl2Y {
1246
+ padding-top: 0;
1247
+ }
1239
1248
 
1240
1249
  ._fICdJ {
1241
1250
  background: rgb(var(--color-banana-100-rgb));
@@ -1245,6 +1254,9 @@ Just for future references:
1245
1254
  color: rgb(var(--color-banana-500-rgb));
1246
1255
  padding-top: 10px;
1247
1256
  }
1257
+ ._fICdJ ._uJl2Y {
1258
+ padding-top: 0;
1259
+ }
1248
1260
 
1249
1261
  ._kUB2k {
1250
1262
  background: rgb(var(--color-eggplant-100-rgb));
@@ -1254,12 +1266,15 @@ Just for future references:
1254
1266
  color: rgb(var(--color-eggplant-500-rgb));
1255
1267
  padding-top: 10px;
1256
1268
  }
1269
+ ._kUB2k ._uJl2Y {
1270
+ padding-top: 0;
1271
+ }
1257
1272
 
1258
1273
  ._P6nbA {
1259
1274
  position: absolute;
1260
1275
  width: 38px;
1261
1276
  height: 38px;
1262
- top: 16px;
1277
+ top: 4px;
1263
1278
  right: 4px;
1264
1279
  }
1265
1280