56 lines
1.1 KiB
CSS
56 lines
1.1 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-lg;
|
|
}
|
|
li {
|
|
@apply flex justify-between;
|
|
}
|
|
.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;
|
|
}
|
|
}
|
|
}
|