mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 05:40:31 +00:00
21 lines
354 B
SCSS
21 lines
354 B
SCSS
.dialog--invite-form {
|
|
width: 450px;
|
|
|
|
.bp3-dialog-body {
|
|
.bp3-form-group.bp3-inline {
|
|
.bp3-label {
|
|
min-width: 70px;
|
|
}
|
|
.bp3-form-content {
|
|
width: 250px;
|
|
|
|
.bp3-dialog-footer-actions {
|
|
margin-right: 20px;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|