@xapp/form-widget 1.72.0 → 1.72.2

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.
@@ -1 +1 @@
1
- import "@testing-library/jest-dom/extend-expect";
1
+ export {};
@@ -747,21 +747,36 @@ body.ModalDialog-module_xapp_search_opened__jgDSX {
747
747
  }
748
748
 
749
749
  @media (min-width: 1201px) {
750
- .FormWidget-module_xapp_form_widget__content__a9NXC {
750
+ .FormWidget-module_xapp_form_widget__V-G-H {
751
751
  width: 740px;
752
+ /*
753
+ &__content {
754
+ width: 740px;
755
+ } */
752
756
  }
753
757
  }
754
758
  @media (min-width: 992px) and (max-width: 1200px) {
755
- .FormWidget-module_xapp_form_widget__content__a9NXC {
759
+ .FormWidget-module_xapp_form_widget__V-G-H {
756
760
  width: 600px;
761
+ /* &__content {
762
+ width: 600px;
763
+ } */
757
764
  }
758
765
  }
759
766
  @media (min-width: 641px) and (max-width: 991px) {
760
- .FormWidget-module_xapp_form_widget__content__a9NXC {
767
+ .FormWidget-module_xapp_form_widget__V-G-H {
761
768
  width: 500px;
769
+ /* &__content {
770
+ width: 500px;
771
+ } */
762
772
  }
763
773
  }
774
+ /* Mobile */
764
775
  @media (max-width: 640px) {
776
+ .FormWidget-module_xapp_form_widget__V-G-H {
777
+ width: 100%;
778
+ border-radius: 0;
779
+ }
765
780
  .FormWidget-module_xapp_form_widget__content__a9NXC {
766
781
  width: 100%;
767
782
  }