Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.XenBase .actionBar-action
{
&.actionBar-action--report:before { .m-faContent("@{fa-var-bell}\20"); }
&.actionBar-action--edit:before { .m-faContent("@{fa-var-pencil}\20"); }
&.actionBar-action--history:before { .m-faContent("@{fa-var-calendar}\20"); }
&.actionBar-action--delete:before { .m-faContent("@{fa-var-trash}\20"); }
&.actionBar-action--warn:before { .m-faContent("@{fa-var-warning}\20"); }
&.actionBar-action--ip:before { .m-faContent("@{fa-var-globe}\20"); }
}
You can just use the current code with changes:
Code:.XenBase .actionBar-action { &.actionBar-action--report:before { .m-faContent("@{fa-var-bell}\20"); } &.actionBar-action--edit:before { .m-faContent("@{fa-var-pencil}\20"); } &.actionBar-action--history:before { .m-faContent("@{fa-var-calendar}\20"); } &.actionBar-action--delete:before { .m-faContent("@{fa-var-trash}\20"); } &.actionBar-action--warn:before { .m-faContent("@{fa-var-warning}\20"); } &.actionBar-action--ip:before { .m-faContent("@{fa-var-globe}\20"); } }