mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
fix(user): edit & invite user .
This commit is contained in:
28
client/src/style/pages/Users/UserFormDialog.scss
Normal file
28
client/src/style/pages/Users/UserFormDialog.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
.dialog--user-form {
|
||||
width: 450px;
|
||||
|
||||
.bp3-form-group {
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
.bp3-dialog-body {
|
||||
margin-bottom: 30px;
|
||||
|
||||
.bp3-form-group.bp3-inline {
|
||||
.bp3-label {
|
||||
min-width: 140px;
|
||||
}
|
||||
.bp3-form-content {
|
||||
width: 250px;
|
||||
}
|
||||
}
|
||||
.bp3-dialog-header {
|
||||
height: 170px;
|
||||
}
|
||||
}
|
||||
|
||||
.bp3-dialog-footer {
|
||||
.bp3-button {
|
||||
min-width: 75px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user