@sc-360-v2/storefront-cms-library 0.4.0 → 0.4.2

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/line.scss CHANGED
@@ -43,6 +43,7 @@
43
43
  .line__core {
44
44
  display: block;
45
45
  background-color: transparent;
46
+ border-top-style: solid;
46
47
  }
47
48
  }
48
49
 
@@ -83,8 +84,8 @@
83
84
  border-top: var(--_ctm-lt-le-ts) solid var(--_ctm-dn-le-cr-ud);
84
85
  }
85
86
 
86
- &[data-line-style="dashed"] .line__core {
87
- border-top-style: dashed;
87
+ &[data-line-style="solid"] .line__core {
88
+ border-top-style: solid;
88
89
  }
89
90
 
90
91
  &[data-line-style="dotted"] .line__core {
@@ -127,8 +128,8 @@
127
128
  border-left: var(--_ctm-lt-le-ts) solid var(--_ctm-dn-le-cr-ud);
128
129
  }
129
130
 
130
- &[data-line-style="dashed"] .line__core {
131
- border-left-style: dashed;
131
+ &[data-line-style="solid"] .line__core {
132
+ border-left-style: solid;
132
133
  }
133
134
 
134
135
  &[data-line-style="dotted"] .line__core {