Skip to content

Commit 3c5ce59

Browse files
committed
chore: replaced those with the new variables
for making the build work again
1 parent a686262 commit 3c5ce59

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/_patterns/00-base/_helpers.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
border-bottom: 4px solid $db-colors-primary-enabled;
2525
border-radius: 5px;
2626
border-top: 3px solid $db-colors-primary-enabled;
27-
border-top: 3px solid $db-color-red-500;
2827
content: "";
2928
display: block;
3029
height: 0;

source/_patterns/00-base/_init.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,6 @@ nav,
6464
list-style-type: "\2022"+ "   ";
6565

6666
li::marker {
67-
color: $db-color-red-500;
67+
color: $db-colors-primary-enabled;
6868
}
6969
}

source/_patterns/01-elements/headline/headline.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ h1,
1212
h2,
1313
h3 {
1414
&.elm-headline {
15-
font-family: $db-font-family-headline;
15+
// TODO: We need to check whether to define headline styles on the HTML tag or DB UI component level
16+
// font-family: $db-font-family-headline;
1617
font-weight: 900;
1718
}
1819
}

0 commit comments

Comments
 (0)