@patimweb/crtstyleguide 1.0.26 → 1.0.28
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/lib/index.js +4 -5
- package/package.json +1 -1
package/dist/lib/index.js
CHANGED
|
@@ -7359,10 +7359,12 @@ wt.styles = c`
|
|
|
7359
7359
|
left: 0;
|
|
7360
7360
|
width: 100%;
|
|
7361
7361
|
height: 100%;
|
|
7362
|
-
padding:
|
|
7362
|
+
padding: var(--crt-padding);
|
|
7363
7363
|
box-sizing: border-box;
|
|
7364
7364
|
background-color: transparent;
|
|
7365
7365
|
clip-path: var(--crt-clip, url(#crtPath));
|
|
7366
|
+
border-radius: var(--crt-radius);
|
|
7367
|
+
text-align: center;
|
|
7366
7368
|
scrollbar-gutter: stable;
|
|
7367
7369
|
overflow-y: auto;
|
|
7368
7370
|
overflow-x: hidden;
|
|
@@ -7382,10 +7384,7 @@ wt.styles = c`
|
|
|
7382
7384
|
background: transparent;
|
|
7383
7385
|
}
|
|
7384
7386
|
|
|
7385
|
-
|
|
7386
|
-
background: rgba(0, 255, 0, 0.15);
|
|
7387
|
-
border-radius: 3px;
|
|
7388
|
-
}
|
|
7387
|
+
|
|
7389
7388
|
|
|
7390
7389
|
.contents::-webkit-scrollbar-thumb:hover {
|
|
7391
7390
|
background: rgba(0, 255, 0, 0.3);
|