feat: dashboard style.

This commit is contained in:
Ahmed Bouhuolia
2020-04-12 12:03:45 +02:00
parent 6dcff7e4c2
commit 37fb5a6f11
24 changed files with 517 additions and 201 deletions

View File

@@ -9,4 +9,58 @@
}
}
}
}
// Account Form Dialog.
// ----------------------------
.dialog--account-form{
&:not(.dialog--loading) .bp3-dialog-body{
margin-bottom: 25px;
}
.bp3-dialog-body{
.bp3-form-group.bp3-inline{
.bp3-label{
min-width: 140px;
}
.bp3-form-content{
width: 250px;
}
&.form-group--description{
.bp3-form-content{
width: 280px;
textarea{
min-width: 100%;
max-width: 100%;
width: 100%;
max-height: 120px;
}
}
}
}
.form-group--parent-account{
margin-bottom: 35px;
}
.form-group--account-code{
margin-bottom: 16px;
}
.form-group--subaccount{
margin-bottom: 16px;
.bp3-icon-info-circle{
color: #A1B2C5;
position: relative;
top: -2px;
margin-left: 2px;
}
}
}
}

View File

@@ -0,0 +1,30 @@
.dialog--category-form{
.bp3-dialog-body{
.bp3-form-group.bp3-inline{
.bp3-label{
min-width: 140px;
}
.bp3-form-content{
width: 250px;
}
&.form-group--description{
.bp3-form-content{
width: 280px;
textarea{
min-width: 100%;
max-width: 100%;
width: 100%;
max-height: 120px;
}
}
}
}
}
}