feat: Ability to hide/show financial statement header.

This commit is contained in:
Ahmed Bouhuolia
2020-05-27 20:21:05 +02:00
parent 2e8ffa2aa9
commit c1659d191f
47 changed files with 914 additions and 301 deletions

View File

@@ -7,6 +7,10 @@
padding: 25px 26px 25px;
background: #FDFDFD;
&.is-hidden{
display: none;
}
.bp3-form-group,
.radio-group---accounting-basis{
@@ -36,6 +40,14 @@
align-items: center;
}
&__header.is-hidden + .financial-statement__body{
border-top: 20px solid #FDFDFD;
.financial-sheet{
margin-top: 40px;
}
}
}
.financial-sheet{