💄 Updating the style of the primevue toast component

This commit is contained in:
Paul Valerie GOMA 2025-07-27 18:33:14 +02:00
parent 0f9d219eb6
commit d38cdce28c

View File

@ -1,13 +1,13 @@
:root{
--p-toast-width: minmax(17.625rem, max-content);
--p-toast-width: 25rem;
--p-toast-border-radius: 0px;
--p-toast-border-width: 1px;
--p-toast-border-width: var(--large-border-width);
--p-toast-icon-size: 1.5rem;
--p-toast-content-padding: 0.25rem;
--p-toast-content-gap: 0.5rem;
--p-toast-text-gap: 0.5rem;
--p-toast-summary-font-weight: var( --titles-H6-XXS-weight);
--p-toast-summary-font-size: var(--titles-H6-XXS-size);
--p-toast-summary-font-weight: var( --text-body-MD-standard-text-weight);
--p-toast-summary-font-size: var(--text-body-MD-standard-text-size);
--p-toast-detail-font-weight: var( --text-body-MD-standard-text-Regular-weight);
--p-toast-detail-font-size: var(--text-body-MD-standard-text-Regular-size);
/* info */