my-orders-tickets-widget 1.0.0-beta.50 → 1.0.0-beta.51
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 +10 -14
- package/dist/index.js +30 -32
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -366,18 +366,15 @@ html[data-theme="DARK"] {
|
|
|
366
366
|
display: inline; }
|
|
367
367
|
.orderTicketContainer___ZJLzk .ticketOwnerEmail___Zt4OE {
|
|
368
368
|
font-size: 1.1em; }
|
|
369
|
-
.orderTicketContainer___ZJLzk .
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
.orderTicketContainer___ZJLzk .ticketActionButtons___rpSMQ {
|
|
379
|
-
align-items: end;
|
|
380
|
-
padding: 0px 32px 16px 8px; } }
|
|
369
|
+
.orderTicketContainer___ZJLzk .ticketFooter___j3bdi {
|
|
370
|
+
display: flex;
|
|
371
|
+
flex-wrap: wrap;
|
|
372
|
+
width: 100%;
|
|
373
|
+
gap: 16px;
|
|
374
|
+
justify-content: space-between; }
|
|
375
|
+
.orderTicketContainer___ZJLzk .ticketFooter___j3bdi .ticketActionButtons___rpSMQ {
|
|
376
|
+
min-height: 36px;
|
|
377
|
+
padding: 0 32px 16px 24px; }
|
|
381
378
|
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr {
|
|
382
379
|
width: 100%; }
|
|
383
380
|
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .viewMoreButton___K_1zT {
|
|
@@ -394,8 +391,7 @@ html[data-theme="DARK"] {
|
|
|
394
391
|
background-color: var(--color_text_dark);
|
|
395
392
|
color: #ffffff;
|
|
396
393
|
border: 1px solid var(--color_text_dark);
|
|
397
|
-
font-size: 1em;
|
|
398
|
-
margin-left: 10px; }
|
|
394
|
+
font-size: 1em; }
|
|
399
395
|
.orderTicketContainer___ZJLzk .ticketListContainer___cfmrr .reassignButton___RojM5 {
|
|
400
396
|
padding: 5px 10px;
|
|
401
397
|
color: #000000;
|