halleyx-ui-framework 1.0.7 → 1.0.9
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/README.md +3 -2
- package/dist/cjs/index.js +1 -1
- package/dist/es/index.css +1 -1
- package/dist/es/index.js +1 -1
- package/dist/src/assets/styles/timeline.scss +3 -2
- package/dist/umd/index.umd.css +1 -1
- package/dist/umd/index.umd.js +2 -2
- package/dist/umd/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -285,7 +285,7 @@
|
|
|
285
285
|
text-align: center;
|
|
286
286
|
width: 181px;
|
|
287
287
|
margin-left: -40px;
|
|
288
|
-
margin-top:
|
|
288
|
+
margin-top: 20px;
|
|
289
289
|
}
|
|
290
290
|
.t-sub-title-new{
|
|
291
291
|
font-size: 12px;
|
|
@@ -320,6 +320,7 @@
|
|
|
320
320
|
border: 0;
|
|
321
321
|
// border-top: 3px solid #fff;
|
|
322
322
|
border-top: 4px solid #fff;
|
|
323
|
+
// border-top: 4px solid red;
|
|
323
324
|
margin: 1em 0;
|
|
324
325
|
padding: 0;
|
|
325
326
|
width: 100%;
|
|
@@ -338,8 +339,8 @@
|
|
|
338
339
|
display: block;
|
|
339
340
|
height: 1px;
|
|
340
341
|
border: 0;
|
|
341
|
-
// border-top: 3px solid #fff;
|
|
342
342
|
border-top: 2px solid var(--hlx-color-primary-light);
|
|
343
|
+
// border-top: 2px solid black;
|
|
343
344
|
margin: 1em 0;
|
|
344
345
|
padding: 0;
|
|
345
346
|
width: 100%;
|