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/defaultV2.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
  */
@@ -1295,26 +1295,40 @@ sv-popup {
1295
1295
  fill: var(--sjs-general-dim-forecolor-light, rgba(0, 0, 0, 0.45));
1296
1296
  }
1297
1297
 
1298
- sv-brand-info, .sv-brand-info {
1298
+ sv-brand-info,
1299
+ .sv-brand-info {
1299
1300
  z-index: 1;
1300
1301
  position: relative;
1301
1302
  margin-top: 1px;
1302
1303
  }
1303
1304
 
1304
1305
  .sv-brand-info {
1305
- width: 100%;
1306
1306
  font-family: var(--sjs-font-family, var(--font-family, var(--sjs-default-font-family)));
1307
- text-align: center;
1307
+ text-align: right;
1308
1308
  color: #161616;
1309
- background: white;
1310
- padding: 32px 0;
1311
- box-shadow: 0px -1px 0px #D6D6D6;
1309
+ padding: 24px 40px;
1312
1310
  }
1313
1311
  .sv-brand-info a {
1314
1312
  color: #161616;
1315
1313
  text-decoration-line: underline;
1316
1314
  }
1317
1315
 
1316
+ .sd-body--static .sv-brand-info {
1317
+ padding-top: 0;
1318
+ margin-top: 16px;
1319
+ }
1320
+
1321
+ .sd-body--responsive .sv-brand-info {
1322
+ padding-top: 16px;
1323
+ margin-top: -8px;
1324
+ }
1325
+
1326
+ .sd-root-modern--mobile .sv-brand-info {
1327
+ padding: 48px 24px 8px 24px;
1328
+ margin-top: 0;
1329
+ text-align: center;
1330
+ }
1331
+
1318
1332
  .sv-brand-info__text {
1319
1333
  font-weight: 600;
1320
1334
  font-size: var(--sjs-font-size, 16px);
@@ -1333,11 +1347,17 @@ sv-brand-info, .sv-brand-info {
1333
1347
  font-weight: 400;
1334
1348
  font-size: calc(0.75 * (var(--sjs-font-size, 16px)));
1335
1349
  line-height: var(--sjs-font-size, 16px);
1350
+ padding-top: 4px;
1336
1351
  }
1337
1352
  .sv-brand-info__terms a {
1338
1353
  color: #909090;
1339
1354
  }
1340
1355
 
1356
+ .sd-body--responsive .sv-brand-info {
1357
+ padding-right: 0;
1358
+ padding-left: 0;
1359
+ }
1360
+
1341
1361
  :root {
1342
1362
  --sjs-transition-duration: 150ms;
1343
1363
  }