Merge pull request #573 from cuneytsenturk/wizard

Wizard on Invoice and Bill work flow
This commit is contained in:
Cüneyt Şentürk
2018-10-29 15:43:39 +03:00
committed by GitHub
7 changed files with 189 additions and 3 deletions

8
public/css/app.css vendored
View File

@ -835,3 +835,11 @@ input[type="number"] {
line-height: 1.428571;
border-radius: 30px;
}
.row.show-invoice .timeline>li {
margin-right: 0;
}
.row.show-invoice .timeline>li a:first-child {
margin-left: 10px;
}