#6555 refactor to js #28

Merged
jorgep merged 13 commits from 6555-refactorToJs into test 2024-10-10 13:51:47 +00:00
1 changed files with 0 additions and 5 deletions
Showing only changes of commit e2524362ed - Show all commits

View File

@ -369,12 +369,10 @@ header {
font-size: 2.5em;
margin-bottom: 20px;
}
.fade-in {
visibility: visible;
animation: fadeIn 0.2s ease-in-out forwards;
}
.fade-out {
visibility: hidden;
animation: fadeOut 0.2s ease-in-out forwards;
@ -390,7 +388,6 @@ header {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
@ -399,7 +396,6 @@ header {
opacity: 1;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
@ -413,7 +409,6 @@ header {
font-family: 'Poppins';
src: url('../font/Poppins.ttf') format('truetype');
}
@font-face {
font-family: 'Poppins';
src: url('../font/Poppins-Bold.ttf') format('truetype');