fixing font size and and refining hover style and overall aspect
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
97fc8b7aaa
commit
002b10ab7c
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user