Migrated to using free library of icons for images and fixed button layout for index pages.
This commit is contained in:
39
ReportingServices.UI/libman.json
Normal file
39
ReportingServices.UI/libman.json
Normal file
@ -0,0 +1,39 @@
|
||||
{
|
||||
"version": "1.0",
|
||||
"defaultProvider": "cdnjs",
|
||||
"libraries": [
|
||||
{
|
||||
"provider": "unpkg",
|
||||
"library": "@fortawesome/fontawesome-free@6.2.1",
|
||||
"destination": "wwwroot/lib/fortawesome/fontawesome-free/",
|
||||
"files": [
|
||||
"webfonts/fa-brands-400.ttf",
|
||||
"webfonts/fa-brands-400.woff2",
|
||||
"webfonts/fa-regular-400.ttf",
|
||||
"webfonts/fa-regular-400.woff2",
|
||||
"webfonts/fa-solid-900.ttf",
|
||||
"webfonts/fa-solid-900.woff2",
|
||||
"webfonts/fa-v4compatibility.ttf",
|
||||
"webfonts/fa-v4compatibility.woff2",
|
||||
"css/all.css",
|
||||
"css/all.min.css",
|
||||
"css/brands.css",
|
||||
"css/brands.min.css",
|
||||
"css/fontawesome.css",
|
||||
"css/fontawesome.min.css",
|
||||
"css/regular.css",
|
||||
"css/regular.min.css",
|
||||
"css/solid.css",
|
||||
"css/solid.min.css",
|
||||
"css/svg-with-js.css",
|
||||
"css/svg-with-js.min.css",
|
||||
"css/v4-font-face.css",
|
||||
"css/v4-font-face.min.css",
|
||||
"css/v4-shims.css",
|
||||
"css/v4-shims.min.css",
|
||||
"css/v5-font-face.css",
|
||||
"css/v5-font-face.min.css"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user