my-orders-tickets-widget 1.0.0-beta.26 → 1.0.0-beta.27
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 +13 -2
- package/dist/index.js +80 -59
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -451,12 +451,13 @@ svg.copyIcon___lI3eQ {
|
|
|
451
451
|
margin: 0 auto; }
|
|
452
452
|
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
|
|
453
453
|
display: flex;
|
|
454
|
-
flex-direction:
|
|
454
|
+
flex-direction: column;
|
|
455
455
|
justify-content: space-around;
|
|
456
456
|
margin-top: 20px; }
|
|
457
457
|
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
|
|
458
458
|
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
|
|
459
|
-
|
|
459
|
+
margin-bottom: 20px;
|
|
460
|
+
width: 100%;
|
|
460
461
|
font-family: Roboto, Arial, serif;
|
|
461
462
|
font-size: 1em;
|
|
462
463
|
font-weight: 500;
|
|
@@ -470,6 +471,13 @@ svg.copyIcon___lI3eQ {
|
|
|
470
471
|
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz .MuiSvgIcon-root,
|
|
471
472
|
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 .MuiSvgIcon-root {
|
|
472
473
|
margin-right: 8px; }
|
|
474
|
+
@media (min-width: 600px) {
|
|
475
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn {
|
|
476
|
+
flex-direction: row; }
|
|
477
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .downloadBtn___qjYhz,
|
|
478
|
+
.ticketDetailContainer___b2TLR .header___Augnz .actionButtonsContainer___Auvrn .sendBtn___koWM2 {
|
|
479
|
+
margin-bottom: 0px;
|
|
480
|
+
width: 180px; } }
|
|
473
481
|
.ticketDetailContainer___b2TLR .header___Augnz .orderNumber___L5Q5a {
|
|
474
482
|
font-family: Roboto, Arial, serif;
|
|
475
483
|
font-size: 1em;
|
|
@@ -772,6 +780,9 @@ html[data-theme="DARK"] {
|
|
|
772
780
|
padding: 10px 40px;
|
|
773
781
|
margin-top: 30px; }
|
|
774
782
|
|
|
783
|
+
.refundText___aEnL9 {
|
|
784
|
+
text-align: center; }
|
|
785
|
+
|
|
775
786
|
.refundErrorMsg___Aahzr {
|
|
776
787
|
text-align: center;
|
|
777
788
|
margin: 0 auto;
|