WIP Make journal entries page.

This commit is contained in:
Ahmed Bouhuolia
2020-04-07 16:44:50 +02:00
parent 490979ded5
commit aed7df7931
11 changed files with 144 additions and 58 deletions

View File

@@ -98,6 +98,12 @@ label{
&.bp3-fill{
width: 100%;
}
&.bp3-intent-danger{
.bp3-button:not(.bp3-minimal){
border-color: #db3737;
}
}
}

View File

@@ -1,5 +1,6 @@
.make-journal-entries{
padding-bottom: 80px;
&__header{
padding: 25px 27px 20px;
@@ -74,6 +75,14 @@
padding-right: 8px;
}
.form-group--select-list{
&.bp3-intent-danger{
.bp3-button:not(.bp3-minimal){
border-color: #efa8a8;
}
}
}
&:last-of-type{
.td{