mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
feat: fix a bunch of bugs.
This commit is contained in:
@@ -60,4 +60,16 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
|
||||
.path-13{
|
||||
fill: #2d95fd;
|
||||
}
|
||||
}
|
||||
|
||||
.bigcapital--alt{
|
||||
|
||||
|
||||
svg{
|
||||
path,
|
||||
.path-13,
|
||||
.path-1{
|
||||
fill: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -111,9 +111,6 @@
|
||||
}
|
||||
|
||||
.tbody{
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
|
||||
.tr .td{
|
||||
border-bottom: 1px solid #E8E8E8;
|
||||
align-items: center;
|
||||
@@ -145,6 +142,10 @@
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
|
||||
> .loading{
|
||||
padding-top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.tr .th,
|
||||
@@ -175,8 +176,6 @@
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -199,6 +198,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
&.has-virtualized-rows{
|
||||
.tbody{
|
||||
overflow-y: scroll;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
&--financial-report{
|
||||
|
||||
.table {
|
||||
|
||||
@@ -210,13 +210,13 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
&__page-content{
|
||||
// padding: 22px;
|
||||
|
||||
|
||||
.bigcapital-datatable{
|
||||
|
||||
.table{
|
||||
@@ -229,6 +229,10 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.dashboard__loading-indicator{
|
||||
padding-top: 150px;
|
||||
}
|
||||
}
|
||||
|
||||
&__preferences-topbar{
|
||||
|
||||
@@ -18,22 +18,14 @@ $sidebar-popover-submenu-bg: rgb(1, 20, 62);
|
||||
overflow-x: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
&__head{
|
||||
padding: 16px 10px;
|
||||
padding: 16px 12px;
|
||||
|
||||
&-company-meta{
|
||||
&-logo{
|
||||
margin-top: 4px;
|
||||
|
||||
.company-name{
|
||||
font-size: 16px;
|
||||
font-weight: 200;
|
||||
margin-bottom: 5px;
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
}
|
||||
.company-meta{
|
||||
color: rgba(255, 255, 255, 0.4);
|
||||
font-size: 12px;
|
||||
svg{
|
||||
opacity: 0.35;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -21,7 +21,14 @@
|
||||
margin-bottom: 0;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
padding-right: 15px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
.bp3-html-select select,
|
||||
.bp3-select select{
|
||||
padding: 0 20px 0 6px;
|
||||
}
|
||||
.bp3-input{
|
||||
padding: 0 6px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user