refactor: refs #6555 drop excess spaces
gitea/worker-time-control/pipeline/pr-test This commit looks good Details

This commit is contained in:
Jorge Penadés 2024-06-18 17:01:30 +02:00
parent 5e413cc352
commit e2524362ed
1 changed files with 0 additions and 5 deletions

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');