chore: make banner icon dark

This commit is contained in:
Leangseu Kim
2022-08-22 11:08:27 -04:00
committed by leangseu-edx
parent 5ce3fbb8d7
commit 639b91c814

View File

@@ -11,6 +11,10 @@ $input-focus-box-shadow: $input-box-shadow; // hack to get upgrade to paragon 4.
@import "~@edx/frontend-component-footer/dist/_footer";
.alert .alert-icon {
color: black;
}
#root {
// Removing a odd 1.5 scaling on checkboxes.:
input[type=checkbox] {