refs #5966 Minor changes
gitea/worker-time-control/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2023-08-24 11:06:45 +02:00
parent 37bf7ed37a
commit 550089b966
1 changed files with 10 additions and 2 deletions

View File

@ -180,8 +180,8 @@ h3 {
height: 100px; height: 100px;
text-align: center; text-align: center;
} }
.footer div { .footer {
animation: slideIn 0.2s ease-in-out; animation: faceIn 0.2s ease-in-out;
} }
.in, .inMiddle { .in, .inMiddle {
display: inline; display: inline;
@ -369,6 +369,14 @@ header {
opacity: 1; opacity: 1;
} }
} }
@keyframes faceIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@font-face { @font-face {
font-family: 'Poppins'; font-family: 'Poppins';