mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: optimize accounts performance.
feat: optimize alerts architecture. feat: optimize datatable architecture. feat: optimize datatable style.
This commit is contained in:
@@ -142,7 +142,7 @@
|
||||
.tr .td {
|
||||
border-bottom: 1px solid #e8e8e8;
|
||||
align-items: center;
|
||||
color: #141720;
|
||||
color: #101219;
|
||||
|
||||
.placeholder {
|
||||
color: #a0a0a0;
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
display: block;
|
||||
color: $sidebar-menu-label-color;
|
||||
font-size: 11px;
|
||||
padding: 8px 18px;
|
||||
padding: 10px 18px;
|
||||
margin-top: 4px;
|
||||
text-transform: uppercase;
|
||||
font-weight: 500;
|
||||
|
||||
@@ -60,7 +60,6 @@
|
||||
.bp3-navbar-divider {
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
.form-group-quick-new-downDrop {
|
||||
.bp3-popover-target .bp3-button {
|
||||
color: #1552c8;
|
||||
@@ -146,7 +145,7 @@
|
||||
}
|
||||
.#{$ns}-button {
|
||||
color: #32304a;
|
||||
padding: 8px 10px;
|
||||
padding: 8px 12px;
|
||||
|
||||
&:hover {
|
||||
background: rgba(167, 182, 194, 0.12);
|
||||
@@ -323,7 +322,7 @@
|
||||
flex: 1 0 0;
|
||||
flex-direction: column;
|
||||
background: #fff;
|
||||
margin: 20px;
|
||||
margin: 22px 32px;
|
||||
border: 1px solid #d2dce2;
|
||||
|
||||
.bigcapital-datatable {
|
||||
@@ -425,15 +424,15 @@
|
||||
|
||||
&[aria-selected='true'] {
|
||||
color: #0052cc;
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
|
||||
.#{$ns}-tab-indicator-wrapper {
|
||||
.#{$ns}-tab-indicator {
|
||||
height: 3px;
|
||||
height: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.button--new-view {
|
||||
margin: 0;
|
||||
height: 50px;
|
||||
|
||||
@@ -38,7 +38,7 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
|
||||
$sidebar-menu-label-color: rgba(255, 255, 255, 0.45);
|
||||
$sidebar-submenu-item-color: rgba(255, 255, 255, 0.6);
|
||||
$sidebar-submenu-item-hover-color: rgba(255, 255, 255, 0.85);
|
||||
$sidebar-logo-opacity: 0.55;
|
||||
$sidebar-logo-opacity: 0.5;
|
||||
$sidebar-submenu-item-bg-color: #01287d;
|
||||
|
||||
$form-check-input-checked-color: #fff;
|
||||
|
||||
Reference in New Issue
Block a user