From 8048c9a0c469f04cacc8a777416a707540de90f8 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Wed, 19 Feb 2020 18:39:31 -0600 Subject: 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 Change-Id: I44580093436c3c1e7e550ab63da214ffd2432c36 --- src/assets/styles/_obmc-custom.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/assets/styles/_obmc-custom.scss') diff --git a/src/assets/styles/_obmc-custom.scss b/src/assets/styles/_obmc-custom.scss index aff37529..7328bb05 100644 --- a/src/assets/styles/_obmc-custom.scss +++ b/src/assets/styles/_obmc-custom.scss @@ -61,4 +61,5 @@ $colors: map-remove($theme-colors, "light", "dark"); @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 -- cgit v1.2.3