updated the icon for form container help (#1892)

This commit is contained in:
Leila Lali
2018-07-10 15:53:01 -07:00
committed by GitHub
parent 4eea24997f
commit 460446a15c
4 changed files with 13 additions and 2 deletions

View File

@@ -81,6 +81,15 @@
content: url("status_info.svg");
}
.vs .icon.help {
content: url("help.svg");
}
.vs-dark .icon.help,
.hc-black .icon.help {
content: url("help_inverse.svg");
}
.vs .icon.success,
.vs-dark .icon.success,
.hc-black .icon.success {