zuora_connect_ui 0.2.3 → 0.2.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: cf8abb79ea1a27c47143888564142597fed14dd6
|
|
4
|
+
data.tar.gz: ef05ac09387180b452ba7d2836ea3d8756f170b5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 281203b29727329517cef17b11dd483d1fbf846a120fb74cc5623cf8ae90ccc2d74e3cf8c20a51a3ae470a9776fd9af5baaf9fb1e3e2440e68416cc65f4834df
|
|
7
|
+
data.tar.gz: 476d9eae717182c46bfd17c67eb08d0729d15406d92cd85a4968735eb06ac80d97eb8cd7e55a8bfedac6ae8c1349280416acd3b361d9fbd78059001ef6d1e134
|
|
@@ -138,10 +138,7 @@ table.dataTable {
|
|
|
138
138
|
padding: 1rem 0.5rem;
|
|
139
139
|
border-top: none;
|
|
140
140
|
vertical-align: middle;
|
|
141
|
-
<<<<<<< HEAD
|
|
142
|
-
=======
|
|
143
141
|
line-height: 1.4;
|
|
144
|
-
>>>>>>> staging
|
|
145
142
|
}
|
|
146
143
|
}
|
|
147
144
|
}
|
|
@@ -231,33 +228,6 @@ div.dataTables_scrollBody table.dataTable thead th.sorting_desc:after {
|
|
|
231
228
|
}
|
|
232
229
|
}
|
|
233
230
|
|
|
234
|
-
<<<<<<< HEAD
|
|
235
|
-
// // Workflow Context Menu
|
|
236
|
-
// ul.context-menu-list {
|
|
237
|
-
// border-radius: 2px;
|
|
238
|
-
// box-shadow: 0 1px 8px -1px $neutral-shadow; // TODO: replace with variable name
|
|
239
|
-
// font-size: 0.875rem;
|
|
240
|
-
// min-width: 8rem;
|
|
241
|
-
|
|
242
|
-
// .context-menu-item {
|
|
243
|
-
// color: $support-1;
|
|
244
|
-
// padding: 0.25rem 0.75rem;
|
|
245
|
-
|
|
246
|
-
// &.context-menu-hover {
|
|
247
|
-
// background-color: $neutral-3;
|
|
248
|
-
// }
|
|
249
|
-
// }
|
|
250
|
-
// }
|
|
251
|
-
|
|
252
|
-
// .context-menu-action {
|
|
253
|
-
// padding: 2px;
|
|
254
|
-
// font-size: 1.25rem;
|
|
255
|
-
// line-height: 1rem;
|
|
256
|
-
// border: none;
|
|
257
|
-
// color: $support-1;
|
|
258
|
-
// }
|
|
259
|
-
|
|
260
|
-
=======
|
|
261
231
|
// Workflow Context Menu
|
|
262
232
|
ul.context-menu-list {
|
|
263
233
|
border: 1px solid #d3d7d8;
|
|
@@ -302,7 +272,6 @@ ul.context-menu-list {
|
|
|
302
272
|
// color: $support-1;
|
|
303
273
|
// }
|
|
304
274
|
|
|
305
|
-
>>>>>>> staging
|
|
306
275
|
.table-footer {
|
|
307
276
|
width: 100%;
|
|
308
277
|
padding: 0.75rem 0.5rem;
|