WIP/customers

This commit is contained in:
elforjani3
2020-06-14 13:27:36 +02:00
parent 4d1dd14f8d
commit e20c912a3d
17 changed files with 544 additions and 42 deletions

View File

@@ -0,0 +1,24 @@
.customer-form {
padding: 22px;
width: 100%;
// padding-bottom: 90px;
.bp3-form-group {
// margin: 25px 20px 20px;
.bp3-label {
min-width: 100px;
}
.bp3-form-content {
width: 45%;
}
}
&__primary-section {
background-color: #fafafa;
padding: 40px 22px 22px;
margin: -22px -22px 22px;
background-color: #fafafa;
}
}