Skip to content

Commit 9102ddb

Browse files
committed
fix: merged with origin
2 parents 67747fa + 892d174 commit 9102ddb

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

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

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,22 @@
11
@import "helpers/functions";
22
@import "db-ui-core.variables";
3+
34
$fonts-path: "../fonts/";
45
@import "../_patterns/00-base/type/fonts";
56

67
/* project specific declarations */
78
body,
89
[class|="pl"] {
9-
font-family: $db-font-family-sans;
10+
font-family: $db-font-family-base;
1011
}
1112

12-
// pl-header {
13-
// font-size: to-rem($pxValue: 15.49191);
14-
// }
15-
1613
pl-logo {
1714
align-self: flex-start !important; // shame.css
1815
}
1916

2017
.pl-c-viewport-modal-wrapper,
2118
pl-iframe {
22-
background-color: $db-colors-secondary-enabled !important; // shame.css
19+
background-color: $db-colors-neutral-bg-2-enabled !important; // shame.css
2320
}
2421

2522
// Intro page
@@ -82,17 +79,3 @@ pl-iframe {
8279
border-right: 0;
8380
border-top: 0;
8481
}
85-
86-
// Related to https://github.com/db-ui/base/pull/6
87-
.sg-swatch {
88-
border: #000 dashed 1px;
89-
display: flex;
90-
height: initial;
91-
min-height: 6em;
92-
padding: 4px;
93-
94-
.sg-label {
95-
font-size: 80%;
96-
margin: auto;
97-
}
98-
}

0 commit comments

Comments
 (0)