feat: Financial statements enhancement.

This commit is contained in:
Ahmed Bouhuolia
2020-06-17 22:06:33 +02:00
parent 5c43f902e3
commit 3e15cd42c8
75 changed files with 1308 additions and 593 deletions

View File

@@ -68,8 +68,8 @@
background-size: contain;
background-color: #EED1F2;
border-radius: 50%;
height: 30px;
width: 30px;
height: 35px;
width: 35px;
.user-text {
font-size: 12px;
@@ -156,6 +156,19 @@
background: rgba(219, 55, 55, 0.1);
}
}
&.button--blue-highlight{
background-color: #ebfaff;
&:hover,
&:focus{
background-color: darken(#ebfaff, 2.5%);
}
}
&.button--gray-highlight{
background-color: rgba(127, 189, 255, 0.1);
}
}
.button--table-views{