fix project menu
parent
4f0cac687d
commit
d4cef66379
|
@ -15,10 +15,9 @@ ProjectMenuDirective = (projectService, lightboxFactory) ->
|
||||||
return {
|
return {
|
||||||
scope: {},
|
scope: {},
|
||||||
controller: "ProjectMenu",
|
controller: "ProjectMenu",
|
||||||
templateUrl: "components/project-menu/project-menu.html",
|
|
||||||
link: link,
|
|
||||||
controllerAs: "vm",
|
controllerAs: "vm",
|
||||||
replace: true
|
templateUrl: "components/project-menu/project-menu.html",
|
||||||
|
link: link
|
||||||
}
|
}
|
||||||
|
|
||||||
ProjectMenuDirective.$inject = [
|
ProjectMenuDirective.$inject = [
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
$label-arrow-wh: 12px;
|
$label-arrow-wh: 12px;
|
||||||
|
|
||||||
.menu {
|
div[tg-project-menu] {
|
||||||
background-color: $dark-taiga;
|
background-color: $dark-taiga;
|
||||||
background-image: url('../images/menu.png');
|
background-image: url('../images/menu.png');
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
|
|
Loading…
Reference in New Issue