0
0
Fork 0

Merge pull request 'fix: refs #7404 fix style' (!785) from 7404-fixStyle into dev

Reviewed-on: verdnatura/salix-front#785
Reviewed-by: Alex Moreno <alexm@verdnatura.es>
This commit is contained in:
Pablo Natek 2024-10-03 07:54:18 +00:00
commit 629524d63f
2 changed files with 0 additions and 11 deletions

View File

@ -771,16 +771,6 @@ es:
color: var(--vn-text-color);
}
.q-table--dark .q-table__bottom,
.q-table--dark thead,
.q-table--dark tr {
border-color: var(--vn-section-color);
}
.q-table__container > div:first-child {
background-color: var(--vn-page-color);
}
.grid-three {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(400px, max-content));

View File

@ -279,7 +279,6 @@ function round(value) {
display: flex;
flex-direction: column;
align-items: center;
width: 35%;
}
.text-negative {
color: $negative !important;