mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 13:20:31 +00:00
feat( contact duplicate): contact duplicate dialog.
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
.dialog--contact-duplicate {
|
||||
.bp3-dialog-body {
|
||||
.bp3-form-group.bp3-inline {
|
||||
margin: 18px 0px;
|
||||
.bp3-label {
|
||||
min-width: 100px;
|
||||
}
|
||||
}
|
||||
.bp3-button:not([class*='bp3-intent-']):not(.bp3-minimal) {
|
||||
width: 260px;
|
||||
}
|
||||
}
|
||||
|
||||
.bp3-dialog-footer {
|
||||
.bp3-dialog-footer-actions .bp3-button {
|
||||
margin-left: 8px;
|
||||
min-width: 65px;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user