fix: clarify icons fa prefixes in admin nav help
This commit is contained in:
@@ -285,4 +285,12 @@ export default {
|
||||
}
|
||||
}
|
||||
|
||||
.v-application.admin {
|
||||
code {
|
||||
box-shadow: none;
|
||||
font-family: 'Roboto Mono', monospace;
|
||||
color: mc('pink', '500');
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
@@ -82,7 +82,7 @@
|
||||
.caption.pt-3.pl-5: strong Material Design Icons
|
||||
.caption.pl-5 Refer to the #[a(href='https://materialdesignicons.com/', target='_blank') Material Design Icons Reference] for the list of all possible values. You must prefix all values with #[code mdi-], e.g. #[code mdi-home]
|
||||
.caption.pt-3.pl-5: strong Font Awesome 5
|
||||
.caption.pl-5 Refer to the #[a(href='https://fontawesome.com/icons?d=gallery&m=free', target='_blank') Font Awesome 5 Reference] for the list of all possible values. You must prefix all values with #[code fas fa-], e.g. #[code fas fa-home]
|
||||
.caption.pl-5 Refer to the #[a(href='https://fontawesome.com/icons?d=gallery&m=free', target='_blank') Font Awesome 5 Reference] for the list of all possible values. You must prefix all values with #[code fas fa-], e.g. #[code fas fa-home]. Note that some icons use different prefixes (e.g. #[code fab], #[code fad], #[code fal], #[code far]).
|
||||
.caption.pt-3.pl-5: strong Font Awesome 4
|
||||
.caption.pl-5 Refer to the #[a(href='https://fontawesome.com/v4.7.0/icons/', target='_blank') Font Awesome 4 Reference] for the list of all possible values. You must prefix all values with #[code fa fa-], e.g. #[code fa fa-home]
|
||||
v-select.mt-4(
|
||||
|
||||
@@ -41,7 +41,7 @@
|
||||
"apollo-server": "2.9.0",
|
||||
"apollo-server-express": "2.9.0",
|
||||
"auto-load": "3.0.4",
|
||||
"aws-sdk": "2.517.0",
|
||||
"aws-sdk": "2.518.0",
|
||||
"axios": "0.19.0",
|
||||
"azure-search-client": "3.1.5",
|
||||
"bcryptjs-then": "1.0.1",
|
||||
@@ -146,7 +146,7 @@
|
||||
"request": "2.88.0",
|
||||
"request-promise": "4.2.4",
|
||||
"safe-regex": "2.0.2",
|
||||
"sanitize-filename": "1.6.2",
|
||||
"sanitize-filename": "1.6.3",
|
||||
"scim-query-filter-parser": "1.1.0",
|
||||
"semver": "6.3.0",
|
||||
"serve-favicon": "2.5.0",
|
||||
@@ -179,7 +179,7 @@
|
||||
"@babel/plugin-syntax-import-meta": "^7.2.0",
|
||||
"@babel/polyfill": "^7.4.4",
|
||||
"@babel/preset-env": "^7.5.4",
|
||||
"@mdi/font": "4.1.95",
|
||||
"@mdi/font": "4.2.95",
|
||||
"@panter/vue-i18next": "0.15.1",
|
||||
"@vue/babel-preset-app": "3.11.0",
|
||||
"animate-sass": "0.8.2",
|
||||
|
||||
Reference in New Issue
Block a user