Skip to content

Commit

Permalink
Tidied the primary colours
Browse files Browse the repository at this point in the history
  • Loading branch information
zakhenry committed Sep 23, 2015
1 parent 1622db8 commit b6437a0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
11 changes: 1 addition & 10 deletions app/src/app/admin/navigation/navigation.less
Expand Up @@ -14,13 +14,4 @@ div#admin-sidenav {
background: fade(@adminPrimary, 15%);
}

}

md-sidenav,
md-sidenav.md-locked-open,
md-sidenav.md-closed.md-locked-open-add-active {
min-width: 0 !important;
width: auto !important;
max-width: none !important;
}

}
17 changes: 13 additions & 4 deletions app/src/styles/global.less
@@ -1,6 +1,15 @@
@h1color: #4882AC;

/*
Theme colours
*/
@adminPrimary: rgb(96,125,139);

h1 {
// color: @h1color;
}

md-sidenav,
md-sidenav.md-locked-open,
md-sidenav.md-closed.md-locked-open-add-active {
min-width: 0 !important;
width: auto !important;
max-width: none !important;
}

0 comments on commit b6437a0

Please sign in to comment.