From b9708a7c3cfaf5767992a2b15180e7b85c459242 Mon Sep 17 00:00:00 2001 From: "Eran (ev672n), Vosk" Date: Tue, 7 Aug 2018 14:15:05 +0300 Subject: adding the dcae dt code Adding DCAE-dt code Change-Id: Id6b779db9d24e10825fb97ad5fd46f41e65e6738 Issue-ID: SDC-1614 Signed-off-by: Eran (ev672n), Vosk --- app/core/layouts/content-with-navigation/content-with-navigation.less | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 app/core/layouts/content-with-navigation/content-with-navigation.less (limited to 'app/core/layouts/content-with-navigation/content-with-navigation.less') diff --git a/app/core/layouts/content-with-navigation/content-with-navigation.less b/app/core/layouts/content-with-navigation/content-with-navigation.less new file mode 100755 index 0000000..2ff8b41 --- /dev/null +++ b/app/core/layouts/content-with-navigation/content-with-navigation.less @@ -0,0 +1,4 @@ +.content-container { + padding: 20px; + background-color: @main_color_p; +} -- cgit 1.2.3-korg