my-orders-tickets-widget 1.0.0-beta.37 → 1.0.0-beta.38
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/index.css +9 -0
- package/dist/index.js +1 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -353,6 +353,15 @@ html[data-theme="DARK"] {
|
|
|
353
353
|
margin-bottom: 30px; }
|
|
354
354
|
.orderTicketContainer___ZJLzk .assignedToMeWrapper___Uxc2y {
|
|
355
355
|
margin: 15px 0; }
|
|
356
|
+
.orderTicketContainer___ZJLzk .assignedToMeWrapper___Uxc2y .viewMoreButton___K_1zT {
|
|
357
|
+
display: block;
|
|
358
|
+
padding: 5px 10px;
|
|
359
|
+
color: var(--color_text_dark);
|
|
360
|
+
font-size: 1.3em;
|
|
361
|
+
text-decoration: underline;
|
|
362
|
+
margin: 20px auto 0;
|
|
363
|
+
text-transform: none;
|
|
364
|
+
cursor: pointer; }
|
|
356
365
|
.orderTicketContainer___ZJLzk:not(:last-child) {
|
|
357
366
|
padding-bottom: 30px; }
|
|
358
367
|
.orderTicketContainer___ZJLzk .label___zXDWz {
|