survey-react 1.11.11 → 1.11.12

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/modern.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.11.11
2
+ * surveyjs - Survey JavaScript library v1.11.12
3
3
  * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -3733,26 +3733,40 @@ sv-popup {
3733
3733
  fill: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
3734
3734
  }
3735
3735
 
3736
- sv-brand-info, .sv-brand-info {
3736
+ sv-brand-info,
3737
+ .sv-brand-info {
3737
3738
  z-index: 1;
3738
3739
  position: relative;
3739
3740
  margin-top: 1px;
3740
3741
  }
3741
3742
 
3742
3743
  .sv-brand-info {
3743
- width: 100%;
3744
3744
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
3745
- text-align: center;
3745
+ text-align: right;
3746
3746
  color: #161616;
3747
- background: white;
3748
- padding: 32px 0;
3749
- box-shadow: 0px -1px 0px #D6D6D6;
3747
+ padding: 24px 40px;
3750
3748
  }
3751
3749
  .sv-brand-info a {
3752
3750
  color: #161616;
3753
3751
  text-decoration-line: underline;
3754
3752
  }
3755
3753
 
3754
+ .sd-body--static .sv-brand-info {
3755
+ padding-top: 0;
3756
+ margin-top: 16px;
3757
+ }
3758
+
3759
+ .sd-body--responsive .sv-brand-info {
3760
+ padding-top: 16px;
3761
+ margin-top: -8px;
3762
+ }
3763
+
3764
+ .sd-root-modern--mobile .sv-brand-info {
3765
+ padding: 48px 24px 8px 24px;
3766
+ margin-top: 0;
3767
+ text-align: center;
3768
+ }
3769
+
3756
3770
  .sv-brand-info__text {
3757
3771
  font-weight: 600;
3758
3772
  font-size: var(--sjs-font-size, 16px);
@@ -3771,11 +3785,17 @@ sv-brand-info, .sv-brand-info {
3771
3785
  font-weight: 400;
3772
3786
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
3773
3787
  line-height: var(--sjs-font-size, 16px);
3788
+ padding-top: 4px;
3774
3789
  }
3775
3790
  .sv-brand-info__terms a {
3776
3791
  color: #909090;
3777
3792
  }
3778
3793
 
3794
+ .sd-body--responsive .sv-brand-info {
3795
+ padding-right: 0;
3796
+ padding-left: 0;
3797
+ }
3798
+
3779
3799
  :root {
3780
3800
  --sjs-transition-duration: 150ms;
3781
3801
  }