From 8d129109ec70a946ca5db879cd81f216ff3c804e Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Thu, 19 Dec 2019 09:51:55 -0800 Subject: Add page level layout components Adding components to help standardize type, size, spacing for common elements on a page. Also removed a conflicting class name and added modifications to the main container. The main container needed a min-height and height value set, which became apparent with added background color. Adding a background color will move us closer to agreed design solution to add a subtle background color instead of adding a border to separate main content from left hand navigation. Signed-off-by: Yoshie Muranaka Signed-off-by: Derick Montague Change-Id: Ie63c4f0c0f3fd199fa0ca790065402e06a613691 --- src/views/Overview/Overview.vue | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/views/Overview') diff --git a/src/views/Overview/Overview.vue b/src/views/Overview/Overview.vue index 62e913a9..bf3f27fb 100644 --- a/src/views/Overview/Overview.vue +++ b/src/views/Overview/Overview.vue @@ -1,10 +1,9 @@