mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
Merge remote-tracking branch 'origin/feature/general'
This commit is contained in:
47
client/src/style/pages/invite-form.scss
Normal file
47
client/src/style/pages/invite-form.scss
Normal file
@@ -0,0 +1,47 @@
|
||||
// .dialog--invite-form {
|
||||
|
||||
// }
|
||||
|
||||
.dialog--invite-form {
|
||||
&.bp3-dialog {
|
||||
width: 400px;
|
||||
}
|
||||
&: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;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// .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;
|
||||
// }
|
||||
@@ -90,3 +90,7 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
.preferences__tabs-extra-actions {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user