summaryrefslogtreecommitdiff
path: root/src/assets/styles/_obmc-custom.scss
diff options
context:
space:
mode:
authorDixsie Wolmers <dixsie@ibm.com>2020-02-20 03:39:31 +0300
committerGunnar Mills <gmills@us.ibm.com>2020-02-21 23:05:48 +0300
commit8048c9a0c469f04cacc8a777416a707540de90f8 (patch)
tree52bf4c0ef2bd8103f70e3b888c071f653e57c883 /src/assets/styles/_obmc-custom.scss
parent75d3fb7e687979b63f0bb3f64f20e21758e7fffa (diff)
downloadwebui-vue-8048c9a0c469f04cacc8a777416a707540de90f8.tar.xz
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
Diffstat (limited to 'src/assets/styles/_obmc-custom.scss')
-rw-r--r--src/assets/styles/_obmc-custom.scss3
1 files changed, 2 insertions, 1 deletions
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