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/_obmc-custom.scss b/src/assets/styles/_obmc-custom.scss
index aff3752..7328bb0 100644
--- a/src/assets/styles/_obmc-custom.scss
+++ b/src/assets/styles/_obmc-custom.scss
@@ -61,4 +61,5 @@
@import "./form-components";
@import "./modal";
@import "./table";
-@import "./toast";
\ No newline at end of file
+@import "./toast";
+@import "./typography";
\ No newline at end of file