With stylus, we overrode the styling of all context boxes that were shown in the modal overlay in the client:
.modalOverlay__container
.contentbox__heading
background-color: $a12_secondaryBackground
.modal-notification--warning
.modalOverlay__container
.contentbox__heading
background-color: $a12_warningColor
How can we achieve the same without stylus? Some of these “dialogs” will be opened by modules that we use, so we cannot use styled() with the context box