mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-07 14:22: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;
|
--ambientAmount: 0.1;
|
||||||
--easeAmount: 0;
|
--easeAmount: 0;
|
||||||
animation: ambientMovement;
|
animation: ambientMovement;
|
||||||
@ -7,10 +8,6 @@ body {
|
|||||||
animation-timing-function: ease-in-out;
|
animation-timing-function: ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rewind-report-container {
|
|
||||||
perspective: 1000px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.rewind-card {
|
.rewind-card {
|
||||||
background-color: var(--secondary);
|
background-color: var(--secondary);
|
||||||
border: 1px solid var(--primary-300);
|
border: 1px solid var(--primary-300);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user