fix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
body {
|
||||
.rewind-report-container {
|
||||
perspective: 1000px;
|
||||
--ambientAmount: 0.1;
|
||||
--easeAmount: 0;
|
||||
animation: ambientMovement;
|
||||
@@ -7,10 +8,6 @@ body {
|
||||
animation-timing-function: ease-in-out;
|
||||
}
|
||||
|
||||
.rewind-report-container {
|
||||
perspective: 1000px;
|
||||
}
|
||||
|
||||
.rewind-card {
|
||||
background-color: var(--secondary);
|
||||
border: 1px solid var(--primary-300);
|
||||
|
||||
Reference in New Issue
Block a user