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,38 @@
// SMS Integration.
// ---------------------------------
.preferences-page__inside-content--sms-integration {
.bigcapital-datatable {
.table {
.tbody {
.notification {
&__label {
font-weight: 500;
}
&__desc {
font-size: 13px;
margin-top: 3px;
line-height: 1.25;
display: block;
}
}
.sms_message.td {
.edit-text {
display: inline-block;
font-size: 11.5px;
color: #1652c8;
margin-left: 2px;
text-decoration: underline;
}
}
}
}
}
.bp3-tabs {
.bp3-tab-panel {
margin-top: 0;
}
}
}