mirror of
https://github.com/Sudo-JHare/FHIRFLARE-IG-Toolkit.git
synced 2025-07-31 03:45:34 +00:00
Update animation.css
This commit is contained in:
parent
1bd387b848
commit
847a5b2a6d
@ -3,12 +3,12 @@ body {
|
|||||||
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Apply overflow and height constraints only for fire animation page */
|
/* Apply overflow and height constraints only for fire animation page
|
||||||
body.fire-animation-page {
|
body.fire-animation-page {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
/* Fire animation overlay */
|
/* Fire animation overlay */
|
||||||
.fire-on {
|
.fire-on {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@ -387,4 +387,4 @@ body.fire-animation-page {
|
|||||||
/* Fire-off state (light theme) */
|
/* Fire-off state (light theme) */
|
||||||
body:not(.fire-on) .section-center { box-shadow: 0 0 50px 5px rgba(200,200,200,.2); }
|
body:not(.fire-on) .section-center { box-shadow: 0 0 50px 5px rgba(200,200,200,.2); }
|
||||||
body:not(.fire-on) .smoke { opacity: 1; transition-delay: 0.8s; }
|
body:not(.fire-on) .smoke { opacity: 1; transition-delay: 0.8s; }
|
||||||
body:not(.fire-on) .fire span { bottom: -26px; transform: scale(0.15, 0.15) rotate(45deg); }
|
body:not(.fire-on) .fire span { bottom: -26px; transform: scale(0.15, 0.15) rotate(45deg); }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user