Skip to content

Commit ba76066

Browse files
nmergetmfranzke
authored andcommitted
feat: replace dbux-2 base with dbux-3 (#95)
* feat: replace dbux-2 base with dbux-3 Co-authored-by: Maximilian Franzke <[email protected]>
1 parent 6457af3 commit ba76066

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
@use "sass:math";
22
@import "headline.variables";
33

4+
h1,
5+
h2,
6+
h3 {
7+
&.elm-headline {
8+
font-family: $db-font-family-head;
9+
}
10+
}
11+
412
.elm-headline {
513
margin-bottom: to-rem($pxValue: 16);
614

source/css/pattern-scaffolding-project-specific.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ pl-iframe {
9292

9393
// Related to https://github.com/db-ui/base/pull/6
9494
.sg-swatch {
95+
border: #000 dashed 1px;
96+
display: flex;
9597
height: initial;
9698
min-height: 6em;
9799
padding: 4px;
98-
display: flex;
99-
border: black dashed 1px;
100100

101101
.sg-label {
102102
font-size: 80%;

0 commit comments

Comments
 (0)