mayak-common-library 0.0.532 → 0.0.533
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 +1 -1
- package/styles/common.scss +6 -6
package/package.json
CHANGED
package/styles/common.scss
CHANGED
|
@@ -456,12 +456,12 @@ $screen-xl: 1536px;
|
|
|
456
456
|
.richTextBlock {
|
|
457
457
|
@include fontRock;
|
|
458
458
|
line-height: 24px;
|
|
459
|
-
p {
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
}
|
|
459
|
+
//p {
|
|
460
|
+
// margin: 10px 0;
|
|
461
|
+
// @include md {
|
|
462
|
+
// margin: 6px 0;
|
|
463
|
+
// }
|
|
464
|
+
//}
|
|
465
465
|
ul {
|
|
466
466
|
margin: 16px 0;
|
|
467
467
|
padding-left: 20px;
|