FichaFrontend/src/App.css
VITALY-VORON 3a008df66a
Some checks failed
Create and publish a Docker image / Publish image (push) Failing after 38s
Create and publish a Docker image / Deploy image (push) Has been skipped
fix
2023-08-25 17:52:58 +03:00

10 lines
157 B
CSS

.App {
position: relative;
opacity: 1;
transition: opacity 0.3s ease-in-out;
}
.App.hidden {
opacity: 0;
pointer-events: none;
}