From 0e893f03bbcb2fa2cc6ce128091ba68b8ea93e8f Mon Sep 17 00:00:00 2001 From: Yoshie Muranaka Date: Tue, 18 Feb 2020 13:39:45 -0800 Subject: Create TableRowAction component Creating a reusable component to help ensure visual consistency and code reuse for table actions. Updated local user management table to use this new component. Signed-off-by: Yoshie Muranaka Change-Id: Ib94df901c5b6a70ee3299f6844b60fa761842b13 --- src/assets/styles/_table.scss | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/assets/styles') diff --git a/src/assets/styles/_table.scss b/src/assets/styles/_table.scss index 7d265c8e..069a37c3 100644 --- a/src/assets/styles/_table.scss +++ b/src/assets/styles/_table.scss @@ -15,12 +15,4 @@ table { border: none; color: $gray-900; } -} - -.table-cell__actions { - text-align: right; - .btn { - padding-top: 0; - padding-bottom: 0; - } } \ No newline at end of file -- cgit v1.2.3