Merge remote-tracking branch 'origin/feature/fix_general'

This commit is contained in:
Ahmed Bouhuolia
2020-05-04 05:31:10 +02:00
13 changed files with 380 additions and 139 deletions

View File

@@ -47,6 +47,7 @@ $pt-font-family: Noto Sans, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
@import 'pages/items';
@import 'pages/invite-form.scss';
@import "pages/currency";
@import "pages/invite-user.scss";
// Views
@import 'views/filter-dropdown';

View File

@@ -8,5 +8,8 @@
width: 250px;
}
}
.bp3-dialog-header {
height: 170px;
}
}
}

View File

@@ -1,6 +1,3 @@
// .dialog--invite-form {
// }
.dialog--invite-form {
&.bp3-dialog {
@@ -30,18 +27,3 @@
}
}
// .bp3-dialog-body {
// .bp3-form-group.bp3-inline {
// .bp3-label {
// min-width: 100px;
// }
// .bp3-form-content {
// width: 250px;
// }
// }
// }
// .bp3-dialog-footer-actions {
// display: flex;
// justify-content: flex-end;
// margin-right: 100px;
// }

View File

@@ -0,0 +1,12 @@
.dialog--invite-user {
.bp3-dialog-body {
.bp3-form-group.bp3-inline {
.bp3-label {
min-width: 140px;
}
.bp3-form-content {
width: 250px;
}
}
}
}

View File

@@ -22,7 +22,7 @@
}
}
&-menu {
width: 240px;
width: 374px;
}
&-button {
margin-right: 10px;
@@ -86,7 +86,7 @@
min-width: 140px;
}
.bp3-form-content {
width: 250px;
width: 384px;
}
}
}