summaryrefslogtreecommitdiff
path: root/src/assets/styles/_typography.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/_typography.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/_typography.scss')
-rw-r--r--src/assets/styles/_typography.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/assets/styles/_typography.scss b/src/assets/styles/_typography.scss
new file mode 100644
index 00000000..39a4aaa7
--- /dev/null
+++ b/src/assets/styles/_typography.scss
@@ -0,0 +1,7 @@
+dt,
+legend,
+label {
+ color: $gray-800;
+ font-size: 14px;
+ font-weight: 400;
+}