Files
bigcapital/packages/webapp/src/style/pages/AllocateLandedCost/AllocateLandedCostForm.scss
Ahmed Bouhuolia d2242b7744 WIP
2023-10-03 12:11:55 +02:00

64 lines
1.2 KiB
SCSS

// Allocate Landed Cost Form.
.dialog--allocate-landed-cost-form {
width: 700px;
.bp4-dialog-body {
.bp4-form-group{
margin-bottom: 18px;
}
.bp4-form-group.bp4-inline {
.bp4-label {
min-width: 165px;
}
.bp4-form-content {
width: 300px;
}
&:not(.dialog--loading) .bp4-dialog-body {
margin-bottom: 30px;
}
}
}
.bp4-dialog-footer{
padding-top: 10px;
}
.bigcapital-datatable {
.table {
// max-height: 300px;
border: 1px solid #d1dee2;
min-width: auto;
.tbody,
.tbody-inner {
height: auto;
scrollbar-width: none;
&::-webkit-scrollbar {
display: none;
}
}
.tbody {
.tr .td {
padding: 0.4rem;
margin-left: -1px;
border-left: 1px solid #ececec;
}
.bp4-form-group{
margin-bottom: 0;
&:not(.bp4-intent-danger) .bp4-input{
border: 1px solid #d0dfe2;
&:focus{
box-shadow: 0 0 0 1px #116cd0;
border-color: #116cd0;
}
}
}
}
}
}
}