From bca1bdc7d52b01ede5c0e85f06cd6c64e5aaab57 Mon Sep 17 00:00:00 2001 From: Shawn Severin Date: Wed, 20 Dec 2017 16:27:35 -0500 Subject: Updating versions of Sparky FE files Updating versions of Sparky FE files as previous ones were out-dated Issue-ID: AAI-543 Change-Id: Idc7d09e0efabaa5ef82db126cf7563fc8370f4f9 Signed-off-by: Shawn Severin --- resources/scss/_modules.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'resources/scss/_modules.scss') diff --git a/resources/scss/_modules.scss b/resources/scss/_modules.scss index d902d53..d2df043 100644 --- a/resources/scss/_modules.scss +++ b/resources/scss/_modules.scss @@ -21,12 +21,13 @@ * ECOMP is a trademark and service mark of AT&T Intellectual Property. */ - @import "header/layout"; -@import "audit-table/layout"; @import "visualizations/layout"; @import "tier-support/search"; @import "tier-support/selectedNodeDetails"; @import "tier-support/splitPane"; @import "d3/_forceDirectedGraph.scss"; @import "d3/_aggregationMap.scss"; +@import "setAttribute/editAttributeform.scss"; +@import "inventory/inventory.scss"; +@import "vnfSearch/vnfSearch.scss"; -- cgit