From be88c61e6aedd361f1583f33152190ea6118fef1 Mon Sep 17 00:00:00 2001 From: Dixsie Wolmers Date: Mon, 20 Jul 2020 13:29:54 -0500 Subject: Update global typography Updated the following body, label, and heading styles to match new style guide: - Font sizes - Font weight - Line height - Color Signed-off-by: Dixsie Wolmers Change-Id: I014c968f6542b697fec8c3b9af781e64ac10794d --- src/components/Global/PageTitle.vue | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/components/Global/PageTitle.vue') diff --git a/src/components/Global/PageTitle.vue b/src/components/Global/PageTitle.vue index c4a97754..dc0738e2 100644 --- a/src/components/Global/PageTitle.vue +++ b/src/components/Global/PageTitle.vue @@ -28,10 +28,6 @@ export default { .page-title { margin-bottom: $spacer * 2; } -h1 { - font-weight: $display4-weight; - line-height: $display-line-height; -} p { max-width: 72ch; } -- cgit v1.2.3