Ignore css file

This commit is contained in:
Matej Kramny 2016-05-17 17:51:41 +01:00
parent 27498e6d9a
commit 172f0924a7
4 changed files with 12 additions and 9685 deletions

3
.gitignore vendored
View File

@ -1,8 +1,7 @@
gin-bin
util/bindata.go
build/
node_modules
public/js/bundle.js
public/css/semaphore.css
config.json
lib/credentials.json
.DS_Store

File diff suppressed because it is too large Load Diff

View File

@ -111,10 +111,6 @@ h1, h2, h3, h4, h5, h6 {
}
}
.project-name {
padding-left: 15px;
}
ul.nav {
& > li.active a {
background-color: #eee;
@ -147,3 +143,10 @@ ul.nav.nav-pills li {
padding-right: 0;
}
}
.project-container {
.project-navigation > li > a {
padding-left: 0;
padding-right: 0;
}
}

View File

@ -1,7 +1,7 @@
.container-fluid: .row
.container-fluid.project-container: .row
.col-sm-4.col-md-3
h3.no-top-margin.project-name {{ project.name }}
ul.nav.nav-pills.nav-stacked
h3.no-top-margin {{ project.name }}
ul.nav.nav-pills.nav-stacked.project-navigation
li(ng-class="{ active: $state.includes('project.dashboard') }"): a(ui-sref="project.dashboard") Dashboard
li(ng-class="{ active: $state.includes('project.templates') }"): a(ui-sref="project.templates") Task Templates
li(ng-class="{ active: $state.includes('project.inventory') }"): a(ui-sref="project.inventory") Inventory