mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-06 22:02:12 +00:00
fix
This commit is contained in:
parent
266e77dfed
commit
db3a7e67a4
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user