@playpilot/tpi 8.17.0 → 8.17.1
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/package.json
CHANGED
|
@@ -176,10 +176,13 @@
|
|
|
176
176
|
}
|
|
177
177
|
|
|
178
178
|
.unsupported-region {
|
|
179
|
+
position: relative;
|
|
179
180
|
padding: margin(0.5) margin(1);
|
|
180
181
|
margin: margin(0.5) 0;
|
|
181
|
-
|
|
182
|
-
|
|
182
|
+
background: theme(warning);
|
|
183
|
+
border: 1px solid black;
|
|
183
184
|
border-radius: theme(border-radius);
|
|
185
|
+
font-weight: theme(font-bold);
|
|
186
|
+
color: black;
|
|
184
187
|
}
|
|
185
188
|
</style>
|