re-structure to monorepo.

This commit is contained in:
a.bouhuolia
2023-02-03 01:02:31 +02:00
parent 8242ec64ba
commit 7a0a13f9d5
10400 changed files with 46966 additions and 17223 deletions

View File

@@ -0,0 +1,24 @@
.dialog--contact-duplicate {
.bp3-dialog-body {
> .paragraph {
margin-bottom: 1rem;
}
.bp3-form-group {
margin-bottom: 1.4rem;
.bp3-label {
font-size: 13px;
}
}
.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;
}
}
}