my-orders-tickets-widget 1.0.0-beta.38 → 1.0.0-beta.39
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 +2 -9
- package/dist/index.js +62 -60
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -341,14 +341,6 @@ html[data-theme="DARK"] {
|
|
|
341
341
|
margin: 5px 5px 5px 0;
|
|
342
342
|
font-size: 0.7em; }
|
|
343
343
|
|
|
344
|
-
.blackButton___l9hj9 {
|
|
345
|
-
padding: 5px 10px;
|
|
346
|
-
background-color: var(--color_text_dark);
|
|
347
|
-
color: var(--color_text_light);
|
|
348
|
-
border: 1px solid var(--color_text_dark);
|
|
349
|
-
font-size: 1em;
|
|
350
|
-
width: 100%; }
|
|
351
|
-
|
|
352
344
|
.orderTicketContainer___ZJLzk {
|
|
353
345
|
margin-bottom: 30px; }
|
|
354
346
|
.orderTicketContainer___ZJLzk .assignedToMeWrapper___Uxc2y {
|
|
@@ -670,7 +662,7 @@ svg.copyIcon___lI3eQ {
|
|
|
670
662
|
right: 5px; }
|
|
671
663
|
|
|
672
664
|
.wrapper___ROJGs .header___fBXG9 {
|
|
673
|
-
padding: 20px
|
|
665
|
+
padding: 20px 5rem;
|
|
674
666
|
background-color: var(--color_background_light); }
|
|
675
667
|
.wrapper___ROJGs .header___fBXG9 .title___tyZeQ {
|
|
676
668
|
margin-top: 20px;
|
|
@@ -841,6 +833,7 @@ html[data-theme="DARK"] {
|
|
|
841
833
|
font-size: 1em; }
|
|
842
834
|
|
|
843
835
|
.ticketList___eDQR3 {
|
|
836
|
+
padding: 0 5rem;
|
|
844
837
|
display: flex;
|
|
845
838
|
align-items: center;
|
|
846
839
|
flex-direction: column; }
|