fix: clarify icons fa prefixes in admin nav help

This commit is contained in:
Nick
2019-08-26 23:37:49 -04:00
parent 1d8f1f50e1
commit 9313bf8dde
4 changed files with 24 additions and 16 deletions

View File

@@ -285,4 +285,12 @@ export default {
}
}
.v-application.admin {
code {
box-shadow: none;
font-family: 'Roboto Mono', monospace;
color: mc('pink', '500');
}
}
</style>