@sankhyalabs/ez-design 5.10.0-dev.2 → 5.10.0-dev.3

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.
@@ -1383,6 +1383,14 @@ body {
1383
1383
  width: 100%;
1384
1384
  border-radius: var(--border--radius-medium);
1385
1385
  box-shadow: var(--shadow); }
1386
+ .ez-box__container--padding-small {
1387
+ padding: var(--space--sm);
1388
+ display: flex;
1389
+ flex-wrap: wrap;
1390
+ background-color: var(--background--xlight);
1391
+ width: 100%;
1392
+ border-radius: var(--border--radius-medium);
1393
+ box-shadow: var(--shadow); }
1386
1394
  .ez-box__container--inverted {
1387
1395
  background-color: var(--background--xlight);
1388
1396
  border-radius: var(--border--radius-medium); }