Metiers_du_patrimoine_theme/resources/css/dashboard/advisor-dashboard-widget.css
Antoine M 002b10ab7c
All checks were successful
continuous-integration/drone/push Build is passing
fixing font size and and refining hover style and overall aspect
2025-02-27 10:14:10 +01:00

61 lines
1.3 KiB
CSS

#advisor-dashboard-widget {
inside {
@apply !p-6;
}
h3 {
@apply text-3xl text-patrimoine-sante-securite my-0;
}
h4 {
@apply text-lg text-patrimoine-sante-securite font-normal;
}
.count {
@apply font-medium;
}
.required-actions h4 {
@apply text-white bg-patrimoine-sante-securite p-2 rounded-t-md;
.count {
@apply inline-block ml-2;
text-decoration: none !important;
}
}
/* .required-actions h4:after {
@apply content-[':'] text-patrimoine-sante-securite;
} */
ul {
@apply text-base;
}
li {
@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;
}
a {
@apply text-patrimoine-sante-securite !underline;
}
.total-attached {
@apply pb-4;
p {
@apply pt-2 mt-0;
}
}
.cta--button {
@apply bg-patrimoine-sante-securite text-white px-4 py-2 rounded-md mt-16 block w-fit;
text-decoration: none !important;
}
.status-state {
@apply px-3 py-2 flex items-center justify-center gap-2;
&:before {
@apply content-[''] block w-2 h-2 rounded-full;
}
}
}