feat: fix a bunch of bugs.

This commit is contained in:
Ahmed Bouhuolia
2020-04-28 04:01:10 +02:00
parent 6d0ad42582
commit 0cfa1126c5
41 changed files with 591 additions and 187 deletions

View File

@@ -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;
}
}
}

View File

@@ -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 {

View File

@@ -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{

View File

@@ -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;
}
}
}

View File

@@ -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;
}
}