@playpilot/tpi 5.25.0-beta.theme.2 → 5.25.0-beta.theme.4
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
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
$max-width: 600px;
|
|
142
142
|
|
|
143
143
|
.modal {
|
|
144
|
-
--playpilot-detail-background-border-radius: theme(detail-border-radius,
|
|
144
|
+
--playpilot-detail-background-border-radius: #{theme(detail-border-radius, margin(1) margin(1) 0 0)};
|
|
145
145
|
z-index: 2147483647; // As high as she goes
|
|
146
146
|
box-sizing: border-box;
|
|
147
147
|
position: fixed;
|
|
@@ -231,10 +231,10 @@
|
|
|
231
231
|
}
|
|
232
232
|
|
|
233
233
|
.close {
|
|
234
|
-
--playpilot-button-background: theme(modal-close-button-background, content);
|
|
235
|
-
--playpilot-button-shadow: theme(modal-close-button-shadow, shadow);
|
|
236
|
-
--playpilot-button-padding: theme(modal-close-button-padding, margin(0.5));
|
|
237
|
-
--playpilot-button-text-color: theme(modal-close-button-text-color, text-color-alt);
|
|
234
|
+
--playpilot-button-background: #{theme(modal-close-button-background, content)};
|
|
235
|
+
--playpilot-button-shadow: #{theme(modal-close-button-shadow, shadow)};
|
|
236
|
+
--playpilot-button-padding: #{theme(modal-close-button-padding, margin(0.5))};
|
|
237
|
+
--playpilot-button-text-color: #{theme(modal-close-button-text-color, text-color-alt)};
|
|
238
238
|
z-index: 5;
|
|
239
239
|
position: fixed;
|
|
240
240
|
top: calc(var(--dialog-offset) + margin(1));
|
|
@@ -192,7 +192,7 @@
|
|
|
192
192
|
left: 0;
|
|
193
193
|
width: 100%;
|
|
194
194
|
height: margin(12);
|
|
195
|
-
border-radius: theme(detail-background-border-radius);
|
|
195
|
+
border-radius: theme(detail-background-border-radius, 0px);
|
|
196
196
|
overflow: hidden;
|
|
197
197
|
background: theme(detail-background, lighter);
|
|
198
198
|
z-index: 0;
|