Skip to content

Commit 8fbeeaa

Browse files
committed
Updated README with styling of sender adress
1 parent ed4c707 commit 8fbeeaa

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

modules/os2forms_digital_post/README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ footer {
218218
}
219219

220220
// Style the h-card div
221-
#envelope-window-digital-post > div {
221+
#envelope-window-digital-post > .h-card {
222222
position: absolute;
223223
top: 16mm;
224224
left: 4mm;
@@ -227,5 +227,15 @@ footer {
227227
width: $recipient-window-width;
228228
}
229229

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+
230240
// More custom styling...
231241
```

0 commit comments

Comments
 (0)