ode-bootstrap 1.3.8-develop-mozo.202410081624 → 1.3.8-develop-b2school.202410181615
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/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
ode-bootstrap
|
|
1
|
+
ode-bootstrap 18/10/2024 16:16:11
|
package/package.json
CHANGED
|
@@ -174,16 +174,6 @@ $widget-flash-colors: (
|
|
|
174
174
|
|
|
175
175
|
// This block merges empty lines and trim empty lines of the content.
|
|
176
176
|
p[flash-message-content]>div {
|
|
177
|
-
& > br+br {
|
|
178
|
-
display: none;
|
|
179
|
-
}
|
|
180
|
-
& > p>br:first-child,
|
|
181
|
-
& > p>br:not(:not(br) + br),
|
|
182
|
-
& > p>div>br:first-child,
|
|
183
|
-
& div:last-child > br:last-child,
|
|
184
|
-
& > p>div>br:not(:not(br) + br) {
|
|
185
|
-
display: none;
|
|
186
|
-
}
|
|
187
177
|
& > p {
|
|
188
178
|
margin-block-start: 1em;
|
|
189
179
|
}
|
|
@@ -196,6 +186,13 @@ $widget-flash-colors: (
|
|
|
196
186
|
margin-block-end: 1em;
|
|
197
187
|
}
|
|
198
188
|
margin-block-start: -1em;
|
|
189
|
+
&::after {
|
|
190
|
+
content: '';
|
|
191
|
+
display: block;
|
|
192
|
+
margin-block-start: 1em;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
margin-block-end: -1em;
|
|
199
196
|
}
|
|
200
197
|
|
|
201
198
|
&.can-be-truncated {
|