Update label and definition list style
Added typography.scss to override label and definition
styles to have a consistent label pattern
Signed-off-by: Dixsie Wolmers <dixsie@ibm.com>
Change-Id: I44580093436c3c1e7e550ab63da214ffd2432c36
diff --git a/src/assets/styles/_typography.scss b/src/assets/styles/_typography.scss
new file mode 100644
index 0000000..39a4aaa
--- /dev/null
+++ b/src/assets/styles/_typography.scss
@@ -0,0 +1,7 @@
+dt,
+legend,
+label {
+ color: $gray-800;
+ font-size: 14px;
+ font-weight: 400;
+}