sag_components 2.0.0-beta69 → 2.0.0-beta70

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.js CHANGED
@@ -32331,12 +32331,12 @@ const VisibleCardsContainer = styled__default["default"].div`
32331
32331
  `;
32332
32332
  const Card = styled__default["default"].div`
32333
32333
  position: absolute;
32334
- width: 56%;
32335
- min-width: 600px;
32336
- height: 100%;
32334
+ width: 55%;
32335
+ /* min-width: 600px;
32336
+ min-height: 550px; */
32337
32337
  background: #ffffff;
32338
32338
  border-radius: 16px;
32339
- padding: 20px 50px;
32339
+ padding: 20px 35px;
32340
32340
  text-align: center;
32341
32341
  /* display: flex;
32342
32342
  flex-direction: column;