Hi all,
I have been struggling trying to get the colors to change for if the class is correct or incorrect in the notify.less file. I have the colors set in my colors.less but I can't seem to get the less to be specific to an incorrect modal versus a correct modal.
Any thoughts? This is what I am trying to have two versions of (correct and incorrect) but this is the default:
It's nested in .notify
.notify-popup {
background-color: @notify-color;
color: @notify-text-color;
a {
text-decoration: none;
}