From 8883eacd2a5e2f3f5637a6b71123dfcb2a64c3d5 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Thu, 12 Dec 2019 19:31:50 +0530 Subject: :fire: :zap: Major Update * Adds Actions, Redicers and Middlewares * Adds Http Service * Adds Cancel option for Http Service * Adds HOC's for API Loader, Sidebar and Headers * Adds Random key generator for Routes --- src/index.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'src/index.css') diff --git a/src/index.css b/src/index.css index 1532074..0d4c466 100644 --- a/src/index.css +++ b/src/index.css @@ -6,3 +6,18 @@ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } + + +html, body { + margin:0; + padding:0; + height:100%; +} + +.container-fluid{ + height: 100%; +} + +.content{ + margin-left: 92px; +} \ No newline at end of file -- cgit v1.2.3