refactor: refs #6555 drop excess spaces
gitea/worker-time-control/pipeline/pr-test This commit looks good
Details
gitea/worker-time-control/pipeline/pr-test This commit looks good
Details
This commit is contained in:
parent
5e413cc352
commit
e2524362ed
|
@ -369,12 +369,10 @@ header {
|
||||||
font-size: 2.5em;
|
font-size: 2.5em;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-in {
|
.fade-in {
|
||||||
visibility: visible;
|
visibility: visible;
|
||||||
animation: fadeIn 0.2s ease-in-out forwards;
|
animation: fadeIn 0.2s ease-in-out forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fade-out {
|
.fade-out {
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
animation: fadeOut 0.2s ease-in-out forwards;
|
animation: fadeOut 0.2s ease-in-out forwards;
|
||||||
|
@ -390,7 +388,6 @@ header {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fadeIn {
|
@keyframes fadeIn {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
@ -399,7 +396,6 @@ header {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes fadeOut {
|
@keyframes fadeOut {
|
||||||
0% {
|
0% {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
@ -413,7 +409,6 @@ header {
|
||||||
font-family: 'Poppins';
|
font-family: 'Poppins';
|
||||||
src: url('../font/Poppins.ttf') format('truetype');
|
src: url('../font/Poppins.ttf') format('truetype');
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Poppins';
|
font-family: 'Poppins';
|
||||||
src: url('../font/Poppins-Bold.ttf') format('truetype');
|
src: url('../font/Poppins-Bold.ttf') format('truetype');
|
||||||
|
|
Loading…
Reference in New Issue