Theming documentation for ConfirmPopup component
List of class names used in the styled mode.
className | description |
---|---|
p-confirmpopup | Class name of the root element |
p-confirmpopup-content | Class name of the content element |
p-confirmpopup-icon | Class name of the icon element |
p-confirmpopup-message | Class name of the message element |
p-confirmpopup-footer | Class name of the footer element |
p-confirmpopup-reject-button | Class name of the reject element |
p-confirmpopup-accept-button | Class name of the accept element |
List of design tokens.
token | CSS Variable | description |
---|---|---|
confirmpopup.background | --p-confirmpopup-background | Background of root |
confirmpopup.border.color | --p-confirmpopup-border-color | Border color of root |
confirmpopup.color | --p-confirmpopup-color | Color of root |
confirmpopup.border.radius | --p-confirmpopup-border-radius | Border radius of root |
confirmpopup.shadow | --p-confirmpopup-shadow | Shadow of root |
confirmpopup.gutter | --p-confirmpopup-gutter | Gutter of root |
confirmpopup.arrow.offset | --p-confirmpopup-arrow-offset | Arrow offset of root |
confirmpopup.content.padding | --p-confirmpopup-content-padding | Padding of content |
confirmpopup.content.gap | --p-confirmpopup-content-gap | Gap of content |
confirmpopup.icon.size | --p-confirmpopup-icon-size | Size of icon |
confirmpopup.icon.color | --p-confirmpopup-icon-color | Color of icon |
confirmpopup.footer.gap | --p-confirmpopup-footer-gap | Gap of footer |
confirmpopup.footer.padding | --p-confirmpopup-footer-padding | Padding of footer |
Theming is implemented with the pass through properties in unstyled mode.