@sc-360-v2/storefront-cms-library 0.5.64 → 0.5.65

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/login.scss CHANGED
@@ -1664,7 +1664,9 @@
1664
1664
  .title {
1665
1665
  font-size: 14px;
1666
1666
  font-weight: 600;
1667
- color: var(--_gray-700);
1667
+ color: var(--_thm-ty-p1-tt-cr);
1668
+ line-height: 150%;
1669
+ font-family: var(--_thm-ty-p1-ft-fy);
1668
1670
  margin-bottom: 16px;
1669
1671
  }
1670
1672
 
@@ -1672,7 +1674,9 @@
1672
1674
  list-style: none;
1673
1675
 
1674
1676
  li {
1675
- color: var(--_gray-700);
1677
+ color: var(--_thm-ty-p2-tt-cr);
1678
+ line-height: 150%;
1679
+ font-family: var(--_thm-ty-p2-ft-fy);
1676
1680
  font-size: 14px;
1677
1681
  display: flex;
1678
1682
  align-items: center;