mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
Ignore css file
This commit is contained in:
parent
27498e6d9a
commit
172f0924a7
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,8 +1,7 @@
|
|||||||
gin-bin
|
gin-bin
|
||||||
util/bindata.go
|
util/bindata.go
|
||||||
build/
|
build/
|
||||||
node_modules
|
|
||||||
public/js/bundle.js
|
public/js/bundle.js
|
||||||
|
public/css/semaphore.css
|
||||||
config.json
|
config.json
|
||||||
lib/credentials.json
|
|
||||||
.DS_Store
|
.DS_Store
|
File diff suppressed because it is too large
Load Diff
@ -111,10 +111,6 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.project-name {
|
|
||||||
padding-left: 15px;
|
|
||||||
}
|
|
||||||
|
|
||||||
ul.nav {
|
ul.nav {
|
||||||
& > li.active a {
|
& > li.active a {
|
||||||
background-color: #eee;
|
background-color: #eee;
|
||||||
@ -147,3 +143,10 @@ ul.nav.nav-pills li {
|
|||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.project-container {
|
||||||
|
.project-navigation > li > a {
|
||||||
|
padding-left: 0;
|
||||||
|
padding-right: 0;
|
||||||
|
}
|
||||||
|
}
|
@ -1,7 +1,7 @@
|
|||||||
.container-fluid: .row
|
.container-fluid.project-container: .row
|
||||||
.col-sm-4.col-md-3
|
.col-sm-4.col-md-3
|
||||||
h3.no-top-margin.project-name {{ project.name }}
|
h3.no-top-margin {{ project.name }}
|
||||||
ul.nav.nav-pills.nav-stacked
|
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.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.templates') }"): a(ui-sref="project.templates") Task Templates
|
||||||
li(ng-class="{ active: $state.includes('project.inventory') }"): a(ui-sref="project.inventory") Inventory
|
li(ng-class="{ active: $state.includes('project.inventory') }"): a(ui-sref="project.inventory") Inventory
|
||||||
|
Loading…
Reference in New Issue
Block a user