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 --- .../AccessControl/LocalUserManagement/LocalUserManagement.vue | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'src/views/AccessControl') diff --git a/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue b/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue index c6716798..6a8300b7 100644 --- a/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue +++ b/src/views/AccessControl/LocalUserManagement/LocalUserManagement.vue @@ -1,10 +1,6 @@