WIP Make journal entries.

This commit is contained in:
Ahmed Bouhuolia
2020-04-07 12:56:12 +02:00
parent 5f6c7ca2d5
commit 490979ded5
19 changed files with 632 additions and 197 deletions

View File

@@ -32,6 +32,11 @@
color: #555555;
box-shadow: 0 0 0 transparent;
&.bp3-small{
font-size: 13px;
min-height: 29px;
}
.form-group--select-list &{
border-radius: 0;

View File

@@ -17,7 +17,7 @@ label{
}
.#{$ns}-input{
box-shadow: 0 0 0;
box-shadow: 0 0 0 transparent;
border: 1px solid #ced4da;
border-radius: 0;
height: 32px;
@@ -94,6 +94,10 @@ label{
.#{$ns}-icon-caret-down{
color: #8D8D8D;
}
&.bp3-fill{
width: 100%;
}
}