fix(user): edit & invite user .

This commit is contained in:
elforjani3
2021-04-11 17:04:02 +02:00
parent f394390b98
commit 32c4fdc0bd
11 changed files with 351 additions and 26 deletions

View 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;
}
}
}