Skip to content

Commit 0ce3307

Browse files
authored
refactor: added unordered list-item styling (#79)
refactor: added list-item styling according to marketingportal.extranet.deutschebahn.com/de/brandguide/typografie-1
1 parent 1d4a0d9 commit 0ce3307

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

source/_patterns/00-base/_init.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,12 @@ nav,
5757
);
5858
}
5959
}
60+
61+
// List style / https://marketingportal.extranet.deutschebahn.com/de/brandguide/typografie-1#8e0be060-c2f5-42a1-abbc-6b050845d73c~paragraph--image_link
62+
:where(ul) {
63+
list-style-type: "\2022"+ "   ";
64+
65+
li::marker {
66+
color: $db-color-red-500;
67+
}
68+
}

0 commit comments

Comments
 (0)