re-structure to monorepo.

This commit is contained in:
a.bouhuolia
2023-02-03 01:02:31 +02:00
parent 8242ec64ba
commit 7a0a13f9d5
10400 changed files with 46966 additions and 17223 deletions

View File

@@ -0,0 +1,32 @@
// Users/Roles List.
// ---------------------------------
.preferences-page__inside-content--users {
.bigcapital-datatable {
.td {
.avatar {
display: block;
height: 28px;
width: 28px;
text-align: center;
background: #b7bfc6;
border-radius: 50%;
line-height: 28px;
color: #fff;
text-transform: uppercase;
margin-left: 10px;
}
}
.td.status {
text-transform: uppercase;
}
.tr:last-child .td {
border-bottom: 0;
}
}
.bp3-tabs {
.bp3-tab-panel {
margin-top: 0;
}
}
}