aasdsd
All checks were successful
Deploy / deploy-staging (push) Successful in 8s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-05-01 03:13:29 +02:00
parent 29e2724cd8
commit 5a154f896b
3 changed files with 63 additions and 119 deletions

View File

@@ -138,3 +138,26 @@
font-size: 0.95rem;
text-align: right;
}
.fx-history-date {
display: inline-flex;
align-items: center;
gap: 0.45rem;
}
.fx-info-button {
width: 1.4rem;
height: 1.4rem;
border: 1px solid #d0d7e2;
border-radius: 999px;
background: #fff;
color: #5b6573;
font-size: 0.78rem;
font-weight: 700;
line-height: 1;
cursor: help;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
}