Created
August 4, 2020 14:11
-
-
Save daledesilva/c27b94bc7efc4b4d281ba49ce01aba07 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Fill Notification Dialog Icons */ | |
/* Updated: 04/08/2020 */ | |
.ev-notify .ev-notify-icon .ev-icon | |
{ | |
color: #fff; | |
} | |
.ev-notify .ev-notify-prompt.ev-is-correct-feedback .ev-notify-icon .ev-icon | |
{ | |
color: #fff; | |
background-color: #00ac3e; | |
border-radius: 100px; | |
} | |
.ev-notify .ev-notify-prompt.ev-is-incorrect-feedback .ev-notify-icon .ev-icon, | |
.ev-notify .ev-notify-prompt .ev-notify-icon .ev-icon-cross-circle.ev-icon | |
{ | |
color: #fff; | |
background-color: #ff0026; | |
border-radius: 100px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment