sass-template-common 0.1.97 → 0.1.98

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.
@@ -4678,13 +4678,7 @@ const el = (e) => {
4678
4678
  /* @__PURE__ */ a(
4679
4679
  o,
4680
4680
  {
4681
- className: se.playStyled,
4682
- style: {
4683
- width: n ? "3rem" : "27px",
4684
- height: n ? "3rem" : "27px",
4685
- marginBottom: n ? "18px" : ".5rem",
4686
- marginLeft: n ? "30px" : ".5rem"
4687
- }
4681
+ className: `${se.playStyled} saas-image-play-icon`
4688
4682
  }
4689
4683
  )
4690
4684
  ] })
@@ -4736,12 +4730,7 @@ const el = (e) => {
4736
4730
  /* @__PURE__ */ a(
4737
4731
  o,
4738
4732
  {
4739
- className: se.playStyled,
4740
- style: {
4741
- width: n ? "3rem" : "var(--image-play-width)",
4742
- height: n ? "3rem" : "var(--image-play-height)",
4743
- margin: n ? "var(--image-is-large-play-margin)" : "var(--image-play-margin)"
4744
- }
4733
+ className: `${se.playStyled} saas-image-play-icon`
4745
4734
  }
4746
4735
  )
4747
4736
  ] })