feat: scss architecture.

This commit is contained in:
Ahmed Bouhuolia
2020-03-25 21:27:52 +02:00
parent edd8693450
commit ae29d20cc9
20 changed files with 1156 additions and 911 deletions

View File

@@ -0,0 +1,48 @@
.financial-statement{
&__header{
padding: 30px;
background: #FDFDFD;
}
&__body{
padding-left: 20px;
padding-right: 20px;
}
}
.financial-sheet{
border: 1px solid #E2E2E2;
min-width: 640px;
width: 0;
margin-left: auto;
margin-right: auto;
padding: 20px;
margin-top: 40px;
&__title{
font-weight: 200;
font-size: 22px;
color: #222;
text-align: center;
}
&__sheet-type{
text-align: center;
}
&__date{
text-align: center;
}
&__table{
}
&__accounting-basis{
}
}