feat(accoutant) : accountant preference.

This commit is contained in:
elforjani3
2021-03-22 17:21:33 +02:00
parent b492224a83
commit 09c295f62c
6 changed files with 213 additions and 46 deletions

View File

@@ -1,4 +1,3 @@
// Accountant.
// ---------------------------------
.preferences-page__inside-content--accountant {
@@ -13,22 +12,20 @@
.bp3-button {
min-width: 60px;
+ .bp3-button{
+ .bp3-button {
margin-left: 10px;
}
}
}
}
.form-group--select-list{
button{
.form-group--select-list {
button {
min-width: 250px;
}
}
.bp3-form-group {
.bp3-form-helper-text{
.bp3-form-helper-text {
margin-top: 7px;
}
@@ -36,4 +33,12 @@
margin-bottom: 7px;
}
}
}
.bp3-form-group.accounts-checkbox {
.bp3-form-group.bp3-inline {
margin-bottom: 7px;
}
.bp3-control.bp3-inline {
margin-bottom: 0;
}
}
}