forked from verdnatura/salix-front
fix: vnTable color
This commit is contained in:
parent
32328da370
commit
d35b40a891
|
@ -731,6 +731,10 @@ es:
|
|||
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));
|
||||
|
|
Loading…
Reference in New Issue