feat: optimize style of invoice details.

feat: optimize style of credit note details.
feat: optimize global style checkbox  of the application.
This commit is contained in:
a.bouhuolia
2021-12-20 13:19:59 +02:00
parent fcd1a8849d
commit 4dda2a37aa
47 changed files with 795 additions and 558 deletions

View File

@@ -120,7 +120,6 @@
}
.bp3-control.bp3-checkbox .bp3-control-indicator {
border: 1px solid #c2c2c2;
cursor: auto;
&,
@@ -359,12 +358,10 @@
.ReactVirtualized__Grid {
will-change: auto !important;
}
}
.table-constrant {
.table-constrant,
.table--constrant {
.table {
.thead .th {
background: transparent;
@@ -379,9 +376,5 @@
padding: 0.5rem 0.5rem;
border-bottom: 0;
}
.tbody .tr:last-child .td {
border-bottom: 1px solid #d2dce2;
}
}
}