fix issues.

This commit is contained in:
Ahmed Bouhuolia
2020-05-05 04:21:37 +02:00
parent 3b25056cbe
commit bd7eb0eb76
41 changed files with 364 additions and 216 deletions

View File

@@ -45,6 +45,7 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
@import 'pages/manual-journals';
@import 'pages/item-category';
@import 'pages/items';
@import 'pages/items-categories';
@import 'pages/invite-form.scss';
@import "pages/currency";
@import "pages/invite-user.scss";

View File

@@ -58,6 +58,10 @@
}
}
.bp3-button-group.bp3-minimal .bp3-button{
background-color: transparent;
}
.bp3-button{
&.bp3-intent-primary,

View File

@@ -1,7 +1,7 @@
body{
color: #444;
color: #333;
}
.#{$ns}-heading{

View File

@@ -2,7 +2,6 @@
.dashboard__insider--accounts-chart{
.bigcapital-datatable{
.normal{
.#{$ns}-icon{
color: #aaa;
@@ -17,7 +16,6 @@
padding-bottom: 0.4rem;
}
.account_name{
font-weight: 500;
.bp3-tooltip-indicator{
cursor: default;

View File

@@ -60,7 +60,6 @@
&-user{
display: flex;
align-items: center;
margin-right: 24px;
.#{$ns}-button{
background-size: contain;
@@ -247,8 +246,9 @@
h2{
font-size: 22px;
font-weight: 200;
font-weight: 300;
margin: 0;
color: #555;
}
}
}
@@ -260,8 +260,13 @@
font-size: 14px;
line-height: 50px;
font-weight: 400;
padding: 0 14px;
padding: 0;
margin-right: 0;
> a{
padding-left: 14px;
padding-right: 14px;
}
}
.#{$ns}-tab-indicator-wrapper{

View File

@@ -1,24 +1,13 @@
.dialog--invite-form {
&.bp3-dialog {
width: 400px;
width: 450px;
}
&:not(.dialog--loading) .bp3-dialog-body {
margin-bottom: 25px;
}
.bp3-dialog-body {
// margin-right: 50px;
.bp3-form-group.bp3-inline {
.bp3-label {
min-width: 70px;
}
&.form-group--email {
.bp3-form-content {
width: 250px;
}
}
}
.bp3-dialog-footer-actions {
margin-right: 30px;
display: flex;

View File

@@ -0,0 +1,8 @@
.dashboard__insider--items-categories{
.dashboard__actions-bar{
border-bottom: 2px solid #EAEAEA;
}
}

View File

@@ -1,7 +1,6 @@
.dashboard-content--preferences {
margin-left: 430px;
height: 700px;
width: 800px;
position: relative;
}
@@ -13,14 +12,34 @@
&__inside-content {
.#{$ns}-tab-list {
border-bottom: 1px solid #fd0000;
border-bottom: 1px solid #E5E5E5;
padding-left: 15px;
padding-right: 15px;
align-items: baseline;
.#{$ns}-tab {
font-weight: 300;
font-weight: 400;
line-height: 44px;
font-size: 15px;
}
}
}
&__tabs-extra-actions{
margin-left: auto;
}
&__topbar-actions{
margin-left: auto;
padding-right: 15px;
margin-right: 15px;
border-right: 1px solid #e5e5e5;
.bp3-button + .bp3-button{
margin-left: 10px;
}
}
&-menu {
width: 374px;
}
@@ -59,7 +78,8 @@
h2 {
font-size: 22px;
font-weight: 200;
font-weight: 300;
color: #555;
margin: 0;
}
}
@@ -90,7 +110,3 @@
}
}
}
.preferences__tabs-extra-actions {
position: absolute;
right: 0;
}