commit | 8cb844e88978fb6e489966740acd2c05af2584f2 | [log] [tgz] |
---|---|---|
author | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 02 11:39:02 2016 -0700 |
committer | Matteo Scandolo <matteo.scandolo@gmail.com> | Thu Jun 02 11:39:02 2016 -0700 |
tree | bf305f1a1eb793cdae4c08679cb6a975490e35cf | |
parent | bf14f88264da782a3687f1fcab3a3ac3d7d8e1d1 [diff] [blame] |
Moved to ui.router
diff --git a/mCordPortal/src/sass/main.scss b/mCordPortal/src/sass/main.scss index 927647e..9d1ec93 100644 --- a/mCordPortal/src/sass/main.scss +++ b/mCordPortal/src/sass/main.scss
@@ -69,18 +69,18 @@ position: relative; } -[ng-view] { +[ui-view] { position: absolute; width: 100%; } -[ng-view], +[ui-view], .app-wrapper { min-height: 100%; height: 100%; } -[ng-view] .container { +[ui-view] .container { padding-bottom: 30px; }