diff --git a/assets/css/app.css b/assets/css/app.css index 2ab1ed1c..692996e4 100644 --- a/assets/css/app.css +++ b/assets/css/app.css @@ -105,18 +105,9 @@ /* Hide 1Password live region */ [id="1p-live-region"] { display: none !important; } -/* Page transition animation */ -@keyframes fadeIn { - from { opacity: 0; transform: translateY(4px); } - to { opacity: 1; transform: translateY(0); } -} -.page-fade-in { - animation: fadeIn 0.15s ease-out; -} - /* This file is for your main application CSS */ -/* Smooth page transitions */ +/* Page transitions */ @keyframes fadeIn { from { opacity: 0; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); }