mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
Merge remote-tracking branch 'origin/feature/fix_general'
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -8,5 +8,8 @@
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
.bp3-dialog-header {
|
||||
height: 170px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
// }
|
||||
|
||||
12
client/src/style/pages/invite-user.scss
Normal file
12
client/src/style/pages/invite-user.scss
Normal 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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user