mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 22:00:31 +00:00
fix: landed cost dialog
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
}
|
||||
|
||||
.bp4-dialog-footer{
|
||||
padding-top: 10px;
|
||||
// padding-top: 10px;
|
||||
}
|
||||
|
||||
.bigcapital-datatable {
|
||||
@@ -30,6 +30,10 @@
|
||||
border: 1px solid #d1dee2;
|
||||
min-width: auto;
|
||||
|
||||
.bp4-dark & {
|
||||
border-color: var(--color-dark-gray5);
|
||||
}
|
||||
|
||||
.tbody,
|
||||
.tbody-inner {
|
||||
height: auto;
|
||||
@@ -43,6 +47,10 @@
|
||||
padding: 0.4rem;
|
||||
margin-left: -1px;
|
||||
border-left: 1px solid #ececec;
|
||||
|
||||
.bp4-dark & {
|
||||
border-left-color: var(--color-dark-gray5);
|
||||
}
|
||||
}
|
||||
|
||||
.bp4-form-group{
|
||||
@@ -51,6 +59,10 @@
|
||||
&:not(.bp4-intent-danger) .bp4-input{
|
||||
border: 1px solid #d0dfe2;
|
||||
|
||||
.bp4-dark & {
|
||||
border-color: var(--color-dark-gray5);
|
||||
}
|
||||
|
||||
&:focus{
|
||||
box-shadow: 0 0 0 1px #116cd0;
|
||||
border-color: #116cd0;
|
||||
|
||||
Reference in New Issue
Block a user