blob: a5b3007170c722c247a152ee586e0251f70be712 [file] [log] [blame]
/* For perf reasons, we emulate only those few parts of Font Awesome css that we use without actually pulling the FA font */
.fa {
display: inline-block;
}
.fa-lock::before {
content: "🔒";
}