ode-csslib 4.2.7-develop-mozo.202410081624 → 4.2.7-develop-mozo.202410091627
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/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/version.txt +1 -1
- package/package.json +1 -1
- package/scss/modules/_flash-message.scss +8 -13
package/dist/version.txt
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
entcore-css-lib
|
|
1
|
+
entcore-css-lib 09/10/2024 16:27:59
|
package/package.json
CHANGED
|
@@ -135,19 +135,6 @@
|
|
|
135
135
|
}
|
|
136
136
|
|
|
137
137
|
div[bind-html]>div {
|
|
138
|
-
&>br+br {
|
|
139
|
-
display: none;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
&>p:empty,
|
|
143
|
-
&>p>br:first-child,
|
|
144
|
-
&>p>br:not(:not(br) + br),
|
|
145
|
-
&>p>div>br:first-child,
|
|
146
|
-
& div:last-child>br:last-child,
|
|
147
|
-
& div:has(+p:last-child:empty)>br:last-child,
|
|
148
|
-
&>p>div>br:not(:not(br) + br) {
|
|
149
|
-
display: none;
|
|
150
|
-
}
|
|
151
138
|
|
|
152
139
|
&>p {
|
|
153
140
|
margin-block-start: 1em;
|
|
@@ -164,6 +151,14 @@
|
|
|
164
151
|
}
|
|
165
152
|
|
|
166
153
|
margin-block-start: -1em;
|
|
154
|
+
|
|
155
|
+
&::after {
|
|
156
|
+
content: '';
|
|
157
|
+
display: block;
|
|
158
|
+
margin-block-start: 1em;
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
margin-block-end: -1em;
|
|
167
162
|
}
|
|
168
163
|
|
|
169
164
|
.flash-content-signature {
|