WIP Financial statements.

This commit is contained in:
Ahmed Bouhuolia
2020-04-05 14:27:06 +02:00
parent 4227f2f9a8
commit b09fc58042
33 changed files with 725 additions and 343 deletions

View File

@@ -30,7 +30,7 @@
min-height: 32px;
background-color: #E6EFFB;
color: #555555;
box-shadow: 0 0 0;
box-shadow: 0 0 0 transparent;
.form-group--select-list &{
border-radius: 0;
@@ -38,7 +38,7 @@
&,
&:hover{
background: #fff;
box-shadow: 0 0 0;
box-shadow: 0 0 0 transparent;
border: 1px solid #ced4da;
}
}
@@ -53,7 +53,7 @@
&,
&:hover{
box-shadow: 0 0 0;
box-shadow: 0 0 0 transparent;
}
}
}