my-orders-tickets-widget 1.0.0-beta.37 → 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 CHANGED
@@ -341,18 +341,19 @@ 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 {
355
347
  margin: 15px 0; }
348
+ .orderTicketContainer___ZJLzk .assignedToMeWrapper___Uxc2y .viewMoreButton___K_1zT {
349
+ display: block;
350
+ padding: 5px 10px;
351
+ color: var(--color_text_dark);
352
+ font-size: 1.3em;
353
+ text-decoration: underline;
354
+ margin: 20px auto 0;
355
+ text-transform: none;
356
+ cursor: pointer; }
356
357
  .orderTicketContainer___ZJLzk:not(:last-child) {
357
358
  padding-bottom: 30px; }
358
359
  .orderTicketContainer___ZJLzk .label___zXDWz {
@@ -661,7 +662,7 @@ svg.copyIcon___lI3eQ {
661
662
  right: 5px; }
662
663
 
663
664
  .wrapper___ROJGs .header___fBXG9 {
664
- padding: 20px 10%;
665
+ padding: 20px 5rem;
665
666
  background-color: var(--color_background_light); }
666
667
  .wrapper___ROJGs .header___fBXG9 .title___tyZeQ {
667
668
  margin-top: 20px;
@@ -832,6 +833,7 @@ html[data-theme="DARK"] {
832
833
  font-size: 1em; }
833
834
 
834
835
  .ticketList___eDQR3 {
836
+ padding: 0 5rem;
835
837
  display: flex;
836
838
  align-items: center;
837
839
  flex-direction: column; }