@uniai-fe/uds-templates 0.0.12 → 0.0.13
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/styles.css +4 -2
- package/package.json +1 -1
package/dist/styles.css
CHANGED
|
@@ -2553,14 +2553,16 @@ figure.chip {
|
|
|
2553
2553
|
*:focus-visible {
|
|
2554
2554
|
outline: none;
|
|
2555
2555
|
}
|
|
2556
|
-
html
|
|
2556
|
+
html,
|
|
2557
|
+
.uds-theme-root {
|
|
2557
2558
|
width: 100%;
|
|
2558
2559
|
font-size: 10px;
|
|
2559
2560
|
font-family: var(--font-family-sans);
|
|
2560
2561
|
background-color: #fff;
|
|
2561
2562
|
touch-action: manipulation;
|
|
2562
2563
|
}
|
|
2563
|
-
body
|
|
2564
|
+
body,
|
|
2565
|
+
.uds-theme-root {
|
|
2564
2566
|
width: 100%;
|
|
2565
2567
|
position: relative;
|
|
2566
2568
|
background: none;
|