fix: financial statements.

This commit is contained in:
Ahmed Bouhuolia
2020-05-13 02:39:36 +02:00
parent 5ffb54992e
commit 00de156c9f
23 changed files with 276 additions and 104 deletions

View File

@@ -91,8 +91,14 @@
.#{$ns}-menu-item {
padding: 10px 18px;
font-size: 15px;
font-weight: 300;
font-weight: 400;
color: #333;
&:hover,
&.#{$ns}-active{
background-color: #ebf1f5;
color: #333;
}
}
}
}
@@ -110,3 +116,14 @@
}
}
}
// Users/Roles List.
// ---------------------------------
.preferences__inside-content--users-roles{
.bigcapital-datatable{
.td.status{
text-transform: uppercase;
}
}
}