fixing font size and and refining hover style and overall aspect
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Antoine M 2025-02-27 10:14:10 +01:00
parent 97fc8b7aaa
commit 002b10ab7c

View File

@ -22,10 +22,15 @@
@apply content-[':'] text-patrimoine-sante-securite;
} */
ul {
@apply text-lg;
@apply text-base;
}
li {
@apply flex justify-between;
@apply flex justify-between pl-2;
border-left: 3px solid theme('colors.patrimoine-sante-securite');
transition: transform 0.5s cubic-bezier(0, 0.623, 0.34, 1);
&:hover {
transform: translateX(4px);
}
}
.status-state {
@apply mx-0;