full gradient in table

feat/vaults
Tomáš Mládek 2021-12-06 15:26:00 +01:00
parent f39a3b9af9
commit 3df1d41b98
1 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@
background: linear-gradient(
90deg,
rgba(255, 166, 0, 1) 0%,
rgba(0, 0, 0, 0) 66%
rgba(0, 0, 0, 0) 100%
);
}
}
@ -291,7 +291,7 @@
td:last-child {
background: linear-gradient(
90deg,
rgba(255, 166, 0, 0) 33%,
rgba(255, 166, 0, 0) 0%,
rgba(255, 166, 0, 1) 100%
);
}