@explorer-1/vue 0.2.74 → 0.2.75
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
|
@@ -188,18 +188,21 @@ const { heading, blocks, image, steps, stepsNumbering, text } = reactive(props)
|
|
|
188
188
|
// intentionally overriding correction that occurs within ThemeVariantGray
|
|
189
189
|
@apply text-jpl-red;
|
|
190
190
|
}
|
|
191
|
-
.
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
191
|
+
.LayoutHelper > div > .BlockText {
|
|
192
|
+
.richtext-image {
|
|
193
|
+
&.right,
|
|
194
|
+
&.left {
|
|
195
|
+
@apply lg:max-w-md;
|
|
196
|
+
}
|
|
197
|
+
&.right {
|
|
198
|
+
@apply mr-0;
|
|
199
|
+
}
|
|
200
|
+
&.left {
|
|
201
|
+
@apply ml-0;
|
|
202
|
+
}
|
|
201
203
|
}
|
|
202
204
|
}
|
|
205
|
+
|
|
203
206
|
.PageEduStudentProjectStep__fullWidth {
|
|
204
207
|
.LayoutHelper > div > .BlockText {
|
|
205
208
|
p,
|