diff --git a/build/css/custom.css b/build/css/custom.css index f51b7acb..ecbb677c 100644 --- a/build/css/custom.css +++ b/build/css/custom.css @@ -1,3 +1,20 @@ + +html , body{ + + height:100%; + +} + +.full-width { + + width:100%; + + } + +.full-height{ + height:100%; + } + .daterangepicker .ranges li { color: #73879C }