my-orders-tickets-widget 1.0.0-beta.47 → 1.0.0-beta.48

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
@@ -775,6 +775,13 @@ html[data-theme="DARK"] {
775
775
  color: var(--color_text_dark);
776
776
  border: 1px solid var(--color_text_dark); }
777
777
 
778
+ a.orderSummaryButton___uxjht {
779
+ outline: none;
780
+ text-decoration: none;
781
+ text-align: center; }
782
+ a.orderSummaryButton___uxjht:hover, a.orderSummaryButton___uxjht:visited, a.orderSummaryButton___uxjht:focus {
783
+ color: var(--color_text_dark); }
784
+
778
785
  .refundDisabled___jvrk3 {
779
786
  background-color: var(--color_gray_light);
780
787
  color: var(--color_input_text_color_disabled_light);