We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed4c707 commit 8fbeeaaCopy full SHA for 8fbeeaa
1 file changed
modules/os2forms_digital_post/README.md
@@ -218,7 +218,7 @@ footer {
218
}
219
220
// Style the h-card div
221
-#envelope-window-digital-post > div {
+#envelope-window-digital-post > .h-card {
222
position: absolute;
223
top: 16mm;
224
left: 4mm;
@@ -227,5 +227,15 @@ footer {
227
width: $recipient-window-width;
228
229
230
+// Style the sender address div
231
+#envelope-window-digital-post > #sender-address-digital-post {
232
+ position: absolute;
233
+ top: 12mm;
234
+ left: 4mm;
235
+ font-size: 8px;
236
+ height: 4mm;
237
+ width: 71mm;
238
+}
239
+
240
// More custom styling...
241
```
0 commit comments