61 lines
1.3 KiB
CSS
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;
|
|
}
|
|
}
|
|
}
|