We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74139e commit 48e0aa8Copy full SHA for 48e0aa8
source/css/_fonts.general.scss
@@ -0,0 +1,9 @@
1
+@import "db-ui-core.variables";
2
+
3
+%general-fonts {
4
+ font-family: $db-font-family-base;
5
+ color: $db-color-cool-gray-700;
6
+ font-size: 1rem;
7
+ font-weight: 400;
8
+ line-height: 1.5;
9
+}
source/css/db-ui-core.general.scss
@@ -1,6 +1,7 @@
@import "db-ui-core.variables";
@import "@csstools/normalize.css/normalize";
@import "../_patterns/00-base/init";
+@import "fonts.general";
/* TODO: We most likely need to rework this */
body,
@@ -9,9 +10,5 @@ button,
10
input,
11
select,
12
textarea {
- font-family: $db-font-family-base;
13
- color: $db-color-cool-gray-700;
14
- font-size: 1rem;
15
- font-weight: 400;
16
- line-height: 1.5;
+ @extend %general-fonts;
17
}
0 commit comments