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.esm.js CHANGED
@@ -32321,12 +32321,12 @@ const VisibleCardsContainer = styled.div`
32321
32321
  `;
32322
32322
  const Card = styled.div`
32323
32323
  position: absolute;
32324
- width: 56%;
32325
- min-width: 600px;
32326
- height: 100%;
32324
+ width: 55%;
32325
+ /* min-width: 600px;
32326
+ min-height: 550px; */
32327
32327
  background: #ffffff;
32328
32328
  border-radius: 16px;
32329
- padding: 20px 50px;
32329
+ padding: 20px 35px;
32330
32330
  text-align: center;
32331
32331
  /* display: flex;
32332
32332
  flex-direction: column;