https://i.stack.imgur.com/zLrNK.png
Could someone please clarify what is happening here? I'm attempting to change the background color to dodgerblue, but for some reason, the white background color is still showing through.
Below is the code snippet from my CSS file.
.modal-content {
color: $dropdown-text;
background-color: dodgerblue ;
opacity: 0.9;
}
I'm working on an Angular 2 project and struggling to override the background color.
See the images below, one with the white background color visible and the other without it.https://i.stack.imgur.com/g6KY0.png
And here is the second image. https://i.stack.imgur.com/VAXP5.png
Any assistance with this issue would be greatly appreciated.