project-booster-vue 9.30.0 → 9.30.1
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/package.json
CHANGED
|
@@ -1298,6 +1298,26 @@ $answers-apparition-duration: '0.5s';
|
|
|
1298
1298
|
}
|
|
1299
1299
|
}
|
|
1300
1300
|
|
|
1301
|
+
&__padding-bottom {
|
|
1302
|
+
height: $mu800;
|
|
1303
|
+
}
|
|
1304
|
+
|
|
1305
|
+
&__help {
|
|
1306
|
+
margin-bottom: $mu250;
|
|
1307
|
+
&__link,
|
|
1308
|
+
&__text {
|
|
1309
|
+
margin: 0;
|
|
1310
|
+
@include set-font-scale('05', 'l');
|
|
1311
|
+
@include set-font-face('regular');
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
}
|
|
1315
|
+
</style>
|
|
1316
|
+
|
|
1317
|
+
<style lang="scss">
|
|
1318
|
+
@import 'pb-variables';
|
|
1319
|
+
|
|
1320
|
+
.pb-question {
|
|
1301
1321
|
&__dialog-help {
|
|
1302
1322
|
&__title {
|
|
1303
1323
|
padding: $mu250 $mu250 0 $mu250;
|
|
@@ -1316,19 +1336,5 @@ $answers-apparition-duration: '0.5s';
|
|
|
1316
1336
|
padding: $mu100 $mu250 $mu250 $mu250;
|
|
1317
1337
|
}
|
|
1318
1338
|
}
|
|
1319
|
-
|
|
1320
|
-
&__padding-bottom {
|
|
1321
|
-
height: $mu800;
|
|
1322
|
-
}
|
|
1323
|
-
|
|
1324
|
-
&__help {
|
|
1325
|
-
margin-bottom: $mu250;
|
|
1326
|
-
&__link,
|
|
1327
|
-
&__text {
|
|
1328
|
-
margin: 0;
|
|
1329
|
-
@include set-font-scale('05', 'l');
|
|
1330
|
-
@include set-font-face('regular');
|
|
1331
|
-
}
|
|
1332
|
-
}
|
|
1333
1339
|
}
|
|
1334
1340
|
</style>
|